Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 2.16 KB

File metadata and controls

70 lines (46 loc) · 2.16 KB

Remnants of the Precursors

Remnants of the Precursors is a Java-based modernization of the original Master of Orion game from 1993.

Fusion version

Mixt of of Xilmi Fusion with Modnar new races

With BrokenRegistry Options Manager.

... 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

To build and run locally:

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

Other Links

Official website
Community subreddit
Download build

What's New

26-04-19 (BR)

  • Fixed Governor "Honor Promise" conflict with "No Relation Bar" AI.

26-04-18 (BR)

  • Improved looping through overlapping fleets:
    • The Zoom factor is now taken into account.
    • A more explicit message.

26-04-17 (BR)

  • Fixed improbable crash when pressing "H" on the empire panel.
  • Mac OS: Tentative to fix display glitch on intelligence panel.

26-04-13 (intothecornfield)

  • 60 new scientists' names have been added to the list of names of Psilon systems.

How To