summarylogtreecommitdiffstats
path: root/How to add files and paksets.md
diff options
context:
space:
mode:
authorRoboron30422021-01-26 22:23:31 +0100
committerRoboron30422021-01-26 22:23:31 +0100
commit48c6357c6317ffffae30ac56dccb8e9c5576eb18 (patch)
tree9cc3d7e1f4ec049d8a64784d03a414d35eaecc0c /How to add files and paksets.md
downloadaur-48c6357c6317ffffae30ac56dccb8e9c5576eb18.tar.gz
Initial commit
Diffstat (limited to 'How to add files and paksets.md')
-rw-r--r--How to add files and paksets.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/How to add files and paksets.md b/How to add files and paksets.md
new file mode 100644
index 000000000000..15f10f3a0385
--- /dev/null
+++ b/How to add files and paksets.md
@@ -0,0 +1,20 @@
+# Preserving your game configuration
+
+To preserve your game config you need to copy `/usr/share/games/simutrans/config/simuconf.tab` to `~/.config/simutrans/simuconf.tab`. Otherwise, the original simuconf.tab file will be **overwrited** with every update.
+
+Additionally, you can also add non-pakset files (fonts, music, etc) in `~/.config/simutrans`
+
+# Adding files in the user data directory (~/.local/share/simutrans)
+
+Files in this directory are symlinked from `/usr/share/games/simutrans` (shared Simutrans Standard installation)
+
+This means that paksets installed system-wide for Simutrans Standard are available here.
+
+Adding paksets to this directory is the only way for non-root users to add paksets. You can also add non-pakset files (fonts, music, etc).
+
+Symlinked files are updated everytime you open the game, so:
+
+1. Don't worry about deleting symlinks by accident.
+2. New paksets installed will be picked up automatically.
+
+But please **don't replace symlinked files in this directory**. You will lose your replaced files when you open Simutrans! Instead, if you want, for example, to install another version of "pak64" rename it to "pak64-myversion".