Skip to content

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

License

Notifications You must be signed in to change notification settings

space-wizards/RSIEdit

Repository files navigation

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 use your preferred AUR helper. As always, read the PKGBUILD yourself 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.

Repository asset licenses

When a GitHub url ending in .dmi is pasted into the editor it will try to import it.
The json at Assets/repo-licenses dictates which license it will use by default for that repository.
Matches closest to the top take preference.
This license is not guaranteed to be correct and should always be checked manually after importing, as some repositories use different licenses depending on which folder they are in, or the commit may specifically attribute a different license to that particular asset.
The editor will always try to fetch this file from the repository to read up-to-date repository and license pairings, but will fallback to the local copy if it is unable to.
These licenses should be one of the valid ones listed in rsi-schema.json