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-06-04 (BR)

  • Fixed Crash on Space Monster Attack.

26-06-03 (BR)

  • Council panel: You can now vote by clicking on the candidate's picture.
  • Fixe (attempt): On some Linux systems, horizontal lines may sometimes appear within the ship range area of the galaxy map.
    • A new option is available in the debug panel to try to fix this.
  • Governor Stargate building can now be set to Ultra Rich only.

26-06-01 (BR)

  • Fixed an infinite loop that occurred when a destroyed ship continued to attempt to fire (a side effect of the fix implemented in version 05-29)
  • Fixed certain cases where ships were deployed outside the permitted range.

26-05-31 (BR)

  • Minor improvements to the French translation.
  • Fixed a few rare null pointer exceptions that were reported to me.
    • An unexplained missing image key will no longer cause the image manager to crash.
    • An unexplained missing image will no longer cause the ground battle panel to crash.
    • Under highly unlikely circumstances, certain keyboard actions that clear a critical variable will no longer cause the game to crash.
  • Fixes related to space combat:
    • Asteroids were sometimes displayed at the wrong position. (The one of the previous battle)
    • Ship initiative is now correctly affected by technology nullifiers and warp dissipators.
    • Missiles already launched are now affected when the ships that launched them are hit by technology nullifiers.
    • Values in ship info bubble are now displayed without the extra decimal place.
  • Initiative and maneuverability have been added to ship information bubble.

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%