Remnants of the Precursors
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
26-09-04 (BR)
- Extension of the advisor, to be able to call it on demand, this in order to display help on the element under the cursor.
- On the Galaxy map, including some overlay windows.
- On the colony panel.
- Press "F1" to toggle. (Former help panel still available with "Ctrl-F1")
- Options for Avatar size, text size, and to restore the former help panels.
- This is a work in progress.
- Upgraded help panels to be able to display HTML text.
- Fixed potential sources of memory leak.
- Fixed potential null pointer exceptions.
- Clicking on the Empire name in the system panel will now take you to the Diplomacy panel and select the related empire. (It was already supposed to do this, but it wasn't fully functional!)