summarylogtreecommitdiffstats
path: root/openxcom-extended.install
diff options
context:
space:
mode:
authorWorMzy Tykashi2019-07-01 21:12:00 +0100
committerWorMzy Tykashi2019-07-01 21:12:00 +0100
commiteabb00d82e7dc3b0d85c22a4d7fbd866b79a1c17 (patch)
treef40f0e0ec08ff23a18e7d836b5edf1311dbb7093 /openxcom-extended.install
downloadaur-eabb00d82e7dc3b0d85c22a4d7fbd866b79a1c17.tar.gz
Initial commit
Diffstat (limited to 'openxcom-extended.install')
-rw-r--r--openxcom-extended.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/openxcom-extended.install b/openxcom-extended.install
new file mode 100644
index 000000000000..83f0a67690ff
--- /dev/null
+++ b/openxcom-extended.install
@@ -0,0 +1,16 @@
+post_install() {
+ echo " OpenXcom requires the original, unmodified, resources from the original X-COM"
+ echo " and/or X-COM: Terror From The Deep."
+ echo
+ echo " For the original X-COM game, you need to copy the following subfolders:"
+ echo " GEODATA, GEOGRAPH, MAPS, ROUTES, SOUND, TERRAIN, UFOGRAPH, UFOINTRO, UNITS"
+ echo " into one of the following locations:"
+ echo " - /usr/share/openxcom/UFO"
+ echo " - <user home folder>/.local/share/openxcom/UFO"
+ echo
+ echo " For the sequel, Terror From The Deep, copy the following subfolders:"
+ echo " ANIMS, FLOP_INT, GEODATA, GEOGRAPH, MAPS, ROUTES, SOUND, TERRAIN, UFOGRAPH, UNITS"
+ echo " into one of the following locations:"
+ echo " - /usr/share/openxcom/TFTD"
+ echo " - <user home folder>/.local/share/openxcom/TFTD"
+}