summarylogtreecommitdiffstats
path: root/augustus-game.install
diff options
context:
space:
mode:
authorThomas Lercher2020-12-24 04:03:16 +0100
committerThomas Lercher2020-12-24 04:03:16 +0100
commit272b983373667419e23e9ad286ce2b1f0990b62e (patch)
tree7723a9f302d75a235273bdaa2cc5a2f644d2eb17 /augustus-game.install
parent27fb9e19fc472008d443027d11924782ab4b72ef (diff)
downloadaur-272b983373667419e23e9ad286ce2b1f0990b62e.tar.gz
Added support for the required 'mods' and 'maps' folders
Diffstat (limited to 'augustus-game.install')
-rw-r--r--augustus-game.install22
1 files changed, 22 insertions, 0 deletions
diff --git a/augustus-game.install b/augustus-game.install
index 99271fff96de..685a0cf01032 100644
--- a/augustus-game.install
+++ b/augustus-game.install
@@ -1,3 +1,25 @@
post_install() {
echo ">> augustus requires a copy of the original Caesar III. The binary will ask for game directory on first start."
+
+ echo "
+augustus also requires additional folders/files to be installed to your Caesar III installation.
+The easiest way is to symlink the 'maps' and 'mods' folder from '/opt/augustus-game'
+into the root of your Caesar III installation.
+
+If you are in your Caesar III installation folder
+you can copy & paste the following lines to symlink them (depending on your shell):
+
+ ln -s /opt/augustus-game/res/maps .
+ ln -s /opt/augustus-game/mods .
+
+
+For further information and how to add high-quality MP3 music/sounds to your installation see:
+ https://github.com/Keriew/augustus/blob/master/doc/RUNNING.md
+"
+}
+
+post_remove() {
+ echo "
+Don't forget to remove/unlink the 'maps' and 'mods' folder from your Caesar III installation.
+"
}