Rusty Vangers
A downloadable mod for Windows, macOS, and Linux
RustyVangers is an attempt to implement the old game Vangers in a modern way:
- in Rust programming language
- rendering on GPUs
- multi-threaded
It uses the original resources and provide ways to convert to/from conventional resource formats.
So far, the focus in development has been put on the rendering side, with many different techniques tried out. See https://vange.rs/
Status | Prototype |
Category | Game mod |
Platforms | Windows, macOS, Linux |
Rating | Rated 5.0 out of 5 stars (2 total ratings) |
Author | kvark |
Genre | Simulation |
Made with | Rust |
Tags | Remake, Sci-fi |
Average session | A few minutes |
Inputs | Keyboard |
Links | Blog, Source code |
Download
Install instructions
Pick the archive for your platform of choice. It contains 3 things:
- executables: "road" is the actual game, other executable are viewers and tools.
- shaders, which are the data read at run-time to be ran on GPUs
- configuration
The archives do not carry resources from the original game (!), but these resources are required in order to run anything.
Here are the steps needed to run the game:
- Unpack the archive
- Copy "config/settings.template.ron" into "config/settings.ron"
- Set the `data_path` to the resources of the original game
- (on Unix systems) mark "road" as an executable
- Run from the working folder of the unpacked archive
Leave a comment
Log in with itch.io to leave a comment.