Basic Java based command line tool to evaluate rolled encounters in a save game from Remnant: From the Ashes.
Extracts game encounters from a given save, maps then against dictionaries to gain meaningful names and groups the results for easier reading.
- Download executable from the releases page
- Open a commandline window in the folder where the executable is located (Shift + Right click in File Explorer -> "Open PowerShell window here")
- Run the executable with the file switch and the location to the save game, the save game is usually located under {userhome}\AppData\Remnant\Saved\SaveGames\
.\remnant-roll-evaludator.exe --file C:\Users\Joker9944\AppData\Remnant\Saved\SaveGames\save_0.sav
- For more information run the executable with the help switch
.\remnant-roll-evaludator.exe --help
If you run into problem please open a new issue on the Issues page.
- Felix von Arx
- 0.1.0
- Initial Beta Release
This project is licensed under the MIT License - see the LICENSE.md file for details