A Savegame Editor for the game Infinite Rails, developed in C# using Windows Forms and .NET Framework 4.7.2.
Currently, the editor is in development and can only read savegames — saving are not yet supported.
- 🔍 Read Savegames
Detects and displays data from Infinite Rails save files. - 📂 Automatic Savegame Detection
Automatically searches for the save file in the default directory. - 🧱 Clean WinForms Interface
Simple and classic UI for browsing save data.
- 🔐 Backup System before changes
| Component | Version |
|---|---|
| Language | C# |
| UI Framework | Windows Forms |
| .NET Version | .NET Framework 4.7.2 |
| Project Status | In Development (Read-Only) |
- Clone the repository
git clone https://github.com/kuxii2016/Infinite-Rails-Savegame-Editor.git
- Open the project
- Open the
.slnfile in Visual Studio 2019 or newer.
- Open the
- Build and Run
- Start the project using
F5or click “Start”.
- Start the project using
- Load your Savegame
- Select your save file.
- The data will then be displayed in the editor.
This is an early version of the editor.
Writing/saving functionality is not yet implemented.
Use at your own risk.
This project is licensed under the MIT License.
See LICENSE for more details.
Pull requests and suggestions are always welcome!
If you find any bugs or have feature ideas,
please open an Issue.