Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnd-ash/msts-rs
Rust based port of Microsoft Train Simulator 2001 (MSTS)
https://github.com/rnd-ash/msts-rs
microsoft msts rust rust-lang simulator train trains
Last synced: 8 days ago
JSON representation
Rust based port of Microsoft Train Simulator 2001 (MSTS)
- Host: GitHub
- URL: https://github.com/rnd-ash/msts-rs
- Owner: rnd-ash
- Created: 2021-02-23T16:36:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T11:27:00.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T01:10:48.485Z (15 days ago)
- Topics: microsoft, msts, rust, rust-lang, simulator, train, trains
- Language: Rust
- Homepage:
- Size: 850 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MSTS-RS
Rust based port of Microsoft Train Simulator 2001 (MSTS)This repository contains all the code for the custom port of MSTS.
## Assets
Since MSTS is now abandonware, you can either download the assets directly from [here](https://drive.google.com/file/d/1Lj3_5K-JlfXYHSsRNNCjZm1FdKyROYEj/view?usp=sharing), or setup a new installation using the ISOs from [here](https://www.jumpjet.info/Classic-Games/Windows/MSTS/msts.htm), and copy the folders specified below.
### Copying folders
You will need to place the following folders from your original MSTS installation here, or from the download link:* ROUTES
* TRAINS
* SOUND
* GLOBAL
* GUI
* FONTSThats it! Just compile and run the application from this directory with
```
cargo run --release
```