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-07-11 (BR)

  • New fix for unresponsive Linux.
    • Custom species folders won't be scanned deeper than 8 levels. This is to avoid infinite loops due to symbolic links.
    • If custom species folders are set to jar or exe folder, subfolders will not be scanned. This is in case the jar file has not been placed in its own folder.
    • The default for the custom species folder will be set to "CustomSpecies". If another folder has already been selected, the choice will be kept.

26-07-10 (BR)

  • Possible Fix for Linux infinite loop.
    • Could be a directory link looping back to itself.
    • Added directory loop detection when parsing the custom species folder.
  • New debug tools to track Linux Mint and Arch crash.

26-07-09 (BR)

  • New debug tools to track Linux Mint crash.

26-07-05 (BR)

  • Removed unused methods from AI governors and consolidated redundant methods.
  • New option to prevent governors to send transports to besieged colonies, even if the troops are able to sneak in. As sometime it is preferable to conserve its population to strengthen the defenses of the colonies close to the front.
  • Improved some distance sorting by removing the square root.
  • Improved some sorting by computing the sorted value only once.
  • Empire Status panel:
    • Fixed display of lists not scrolling all the way to the bottom when there were a high number of empires.
    • Fixed the empire names of the top boxes dripping onto those of the bottom boxes when scrolling through the bottom boxes.
  • Fixed misplaced scrollbar in the Manage Diplomats subpanel.

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

62 stars

Watchers

3 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%