/RSIEdit

C# GUI application for manipulation of RSI files used in SS14.

Primary LanguageC#MIT LicenseMIT

RSIEdit is a GUI application for creating and editing RSI files and converting existing DMI files to the RSI format.

It replaces the old RSI Editor with this project and RSI.py with RSI.NET.

Installing

The latest release for your OS can be downloaded here.

You can find every previous release here.

Arch Linux

You can find an (unofficial) installation package on the AUR:

paru -S rsiedit-bin

or

yay -S rsiedit-bin

Note that this package is not maintained by us. Read the PKGBUILD and then proceed at your own risk.

Building

  1. Clone this repo.
  2. Run git submodule update --init to init submodules and download the importer.
  3. Compile the solution.