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.
The latest release for your OS can be downloaded here.
You can find every previous release here.
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.
- Clone this repo.
- Run
git submodule update --init
to init submodules and download the importer. - Compile the solution.
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