Rust based port of Microsoft Train Simulator 2001 (MSTS)
This repository contains all the code for the custom port of MSTS.
Since MSTS is now abandonware, you can either download the assets directly from here, or setup a new installation using the ISOs from here, and copy the folders specified below.
You will need to place the following folders from your original MSTS installation here, or from the download link:
- ROUTES
- TRAINS
- SOUND
- GLOBAL
- GUI
- FONTS
Thats it! Just compile and run the application from this directory with
cargo run --release