Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
Governor version Beta 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coder111111 committed Apr 15, 2020
1 parent f4b7f85 commit f280701
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ amount of micromanagement needed drastically.

To run the mod:

* Download my distribution of ROTP-1.3.jar (large file) and run that instead of
* Download my distribution of ROTP-1.4.jar (large file) and run that instead of
original game.

or

* Download only the ROTP-1.3-governor.jar and run.bat or run.sh if you are on Linux.
* Download only the ROTP-1.4-governor.jar and run.bat or run.sh if you are on Linux.
* Place them in same directory that contains original Remnants.jar
* Execute run.bat or run.sh

Expand All @@ -47,20 +47,20 @@ transported. Only population that will grow back in 1 turn will be transported
be taken into account. If you want to turn this off, add "-Dautotransport=false"
to Java command line like this:

java -Dautotransport=false -Xmx2048m ROTP-1.3.jar arg1
java -Dautotransport=false -Xmx2048m ROTP-1.4.jar arg1

or

java -cp ROTP-1.3-governor.jar:Remnants.jar -Dautotransport=false -Xmx2048m rotp.Rotp arg1
java -cp ROTP-1.4-governor.jar:Remnants.jar -Dautotransport=false -Xmx2048m rotp.Rotp arg1

* This mod will build stargates on all planets when technology is available. If you
want to turn this off, add "-Dautogate=false" to Java command line.

java -Dautotransport=false -Xmx2048m ROTP-1.3.jar arg1
java -Dautotransport=false -Xmx2048m ROTP-1.4.jar arg1

or

java -cp ROTP-1.3-governor.jar:Remnants.jar -Dautogate=false -Xmx2048m rotp.Rotp arg1
java -cp ROTP-1.4-governor.jar:Remnants.jar -Dautogate=false -Xmx2048m rotp.Rotp arg1

---

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.rayfowler</groupId>
<artifactId>ROTP</artifactId>
<version>1.3</version>
<version>1.4</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit f280701

Please sign in to comment.