[WIP] open source clone of Soldat engine written in rust
- Fully authentic look and feel
bugsfeature-complete port of soldat
- Install cargo and rust (nightly) - https://doc.rust-lang.org/cargo/getting-started/installation.html
- copy
anims objects maps textures scenery-gfx gostek-gfx objects-gfx sparks-gfx weapons-gfx interface-gfx mod.ini
from soldat tosoldank/assets
cargo run --release
to run the game
Refactor rendering code and add support for sceneries and gostek renderingImplement proper game loop