English Русский 中文 हिन्दी Español Français Deutsch Português 日本語 Bahasa Indonesia
The computer game Silent Storm is a tactical turn-based RPG/strategy game developed by Nival Interactive, released in 2003.
The game is still available on Steam and GOG.com.
The game's source code was released under a special license from Nival International Ltd., which is fully open for community, educational, and research purposes. Please carefully review the terms of the license agreement before use.
- Engine: proprietary 3D engine, primarily written in C++
- Scripting Language: Lua 4.0
- Animation: Custom animation system
- Video: Bink Video Technology
⚠️ Commercial license - not included - Sound: FMOD sound system
⚠️ Commercial license - not included - Graphics: DirectX 8
Soft/— source code and development toolsComplete/— game data and resourcesData/— game configuration dataTools/— development and build toolsbin/— compiled executablescfg/— configuration filesVersions/Current— developer version
- Navigate to the
bin/directory - Run the game executable
Game.exe
By default, the game runs in windowed mode at 800x600 resolution. For windowed mode, the color depth for the current mode in Display Properties/Settings/Colors must be 32-bit (truecolor). To run in fullscreen mode, use the –fullscreen parameter. To change resolution, use the –640, -1024, -1280 parameters for resolutions 640x480, 1024x768, 1280x1024 respectively.
- Location:
bin/MapEdit.exe
- Microsoft Visual Studio .NET 2003
- DirectX 8.1 SDK
This project is released under a special non-commercial license from NIVAL INTERNATIONAL LTD.
- FMOD Audio System
- Bink Video Technology
- STLport - BSD-like license
- zlib - zlib License
- Lua 4.0 - MIT-like license
- Ogg Vorbis - BSD-like license
Please carefully review the full license agreement before using this code.
This is a historical source code release from 2003. The code is provided as-is for educational purposes, preservation, and potential community development.
| Component | Notes |
|---|---|
| Original build (VS .NET 2003) | Requires original tools |
| Proprietary dependencies removed | FMOD, Bink require replacement |
Original Development: Nival Interactive (2001-2003)
- Issues: Use GitHub Issues
- Improvements: If you want to suggest a fix or new feature, please create a pull request
- Community: If you are an owner or active participant of a game community and you are interested in the project development, please write to karim.kimsanbaev@gmail.com.
Note: This is a historical source code release. The game is still commercially available. Please support the original publishers if you enjoyed the game.
Silent Storm™ is a trademark of its owners. This repository is for educational purposes and preservation only.