Skip to content

BrokenRegistry/Rotp-Fusion

 
 

Repository files navigation

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-01 (BR)

  • Fixed an issue when more than two empires where fighting for a star system.

26-03-31 (BR)

  • From now on, when deciding whether or not to fight, both the player and the AI follow the same relationship penalties rules: the player will no longer incur a relationship penalty when retreating.

26-03-29 (BR)

  • Fixed an issue that caused retreating fleets to disappear for no apparent reason.
  • Removed obsolete galaxy shape building methods.
  • Smart resolve combat can retreat earlier.

How To

About

Created by Ray Fowler, Remnants of the Precursors is an open-source modernization of the original 1993 Master of Orion.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%