Remnants of the Precursors is a Java-based modernization of the original Master of Orion game from 1993.
... and some more features
Summary of the differences of Fusion-Mod to the base-game:
https://www.reddit.com/r/rotp/comments/x2ia8x/differences_between_fusionmod_and_vanillarotp/
Description of the different AI-options in Fusion-Mod:
https://www.reddit.com/r/rotp/comments/xhsjdr/some_more_details_about_the_different_aioptions/
The decription of the additions/changes by Modnar can be found there:
https://github.com/modnar-hajile/rotp/releases
On Debian / Ubuntu:
sudo apt install vorbis-tools
sudo apt install webp
mvn clean package -Dmaven.javadoc.skip=true
java -jar target/rotp-<timestamp>-mini.jar
On Fedora:
sudo dnf install libwebp-tools vorbis-tools
mvn clean package -Dmaven.javadoc.skip=true
java -jar target/rotp-<timestamp>-mini.jar
Official website
Community subreddit
Download build
25-07-30 (BR)
- Partially fixed a crashing bug, when displaying a non-existent "expense adjustment notice".
- A security has been added to bypass the faulty notice, but the origin of this is still unknown.
25-07-28 (BR)
- Fixed a potential issue during a key or mouse event that occurs when swapping information panels.
- Fixed a possible misselection of the info-panel when the Alt key is activated.