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

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.

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

No packages published

Languages

  • Java 100.0%