summaryrefslogtreecommitdiff
path: root/games-strategy/augustus/files
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/augustus/files')
-rw-r--r--games-strategy/augustus/files/README.gentoo7
-rw-r--r--games-strategy/augustus/files/augustus-3.0.1-desktop_rename.patch11
-rw-r--r--games-strategy/augustus/files/augustus-3.0.1-uncapped.patch16
3 files changed, 34 insertions, 0 deletions
diff --git a/games-strategy/augustus/files/README.gentoo b/games-strategy/augustus/files/README.gentoo
new file mode 100644
index 000000000000..f6e9503cd582
--- /dev/null
+++ b/games-strategy/augustus/files/README.gentoo
@@ -0,0 +1,7 @@
+Augustus requires you to download the original Caesar 3 resources.
+
+You need to obtain these files from a vendor of the proprietary software.
+You will then need to copy the 'app' directory into '~/.local/share/julius/app'.
+One way to obtain this directory is to download the GOG Caesar 3 edition.
+You can then produce this directory by installing app-arch/innoextract and running:
+ innoextract -m setup_caesar3_2.0.0.9.exe
diff --git a/games-strategy/augustus/files/augustus-3.0.1-desktop_rename.patch b/games-strategy/augustus/files/augustus-3.0.1-desktop_rename.patch
new file mode 100644
index 000000000000..662940485795
--- /dev/null
+++ b/games-strategy/augustus/files/augustus-3.0.1-desktop_rename.patch
@@ -0,0 +1,11 @@
+--- a/res/augustus.desktop
++++ b/res/augustus.desktop
+@@ -2,7 +2,7 @@
+ [Desktop Entry]
+ Type=Application
+ Version=1.0
+-Exec=augustus
++Exec=augustus-game
+ Icon=com.github.keriew.augustus
+ Name=Augustus
+ GenericName=Roman city management game
diff --git a/games-strategy/augustus/files/augustus-3.0.1-uncapped.patch b/games-strategy/augustus/files/augustus-3.0.1-uncapped.patch
new file mode 100644
index 000000000000..6bd4f93c1a14
--- /dev/null
+++ b/games-strategy/augustus/files/augustus-3.0.1-uncapped.patch
@@ -0,0 +1,16 @@
+From 1d3a24d74bbea85198c2c5d739a16dcc139af18b Mon Sep 17 00:00:00 2001
+From: Horea Christian <chr@chymera.eu>
+Date: Sat, 26 Dec 2020 12:59:15 -0500
+Subject: [PATCH] Unlimited number of Grand Temples.
+
+--- a/src/building/monument.h
++++ b/src/building/monument.h
+@@ -6,7 +6,7 @@
+
+ #define MONUMENT_FINISHED -1
+ #define MONUMENT_START 1
+-#define MAX_GRAND_TEMPLES_PER_CITY 2
++#define MAX_GRAND_TEMPLES_PER_CITY 99
+ #define MARS_OFFERING_FREQUENCY 16
+
+ typedef enum {