summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-09-03 12:38:16 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-09-03 12:38:16 +0200
commite9698cadb07a8e730b0e1d98eb369a987adbe5fe (patch)
tree2a990d879f1f1322cca1a687336f39525115aefd
parentd93eea0f2018249f1dccbecf18e850ee136dff2c (diff)
downloadplay-e9698cadb07a8e730b0e1d98eb369a987adbe5fe.tar.gz
play-e9698cadb07a8e730b0e1d98eb369a987adbe5fe.tar.bz2
play-e9698cadb07a8e730b0e1d98eb369a987adbe5fe.zip
Removed unneeded/trivial game files
-rw-r--r--games/aom5
-rw-r--r--games/aomx5
-rw-r--r--games/bg211
-rw-r--r--games/cim2
-rw-r--r--games/civ45
-rw-r--r--games/civ4-bts5
-rw-r--r--games/civ4-warlords5
-rw-r--r--games/deusex8
-rw-r--r--games/earth21505
-rw-r--r--games/fallout10
-rw-r--r--games/fallout212
-rw-r--r--games/populous36
-rw-r--r--games/torment2
-rw-r--r--games/totalwar25
14 files changed, 20 insertions, 66 deletions
diff --git a/games/aom b/games/aom
deleted file mode 100644
index 2e7eab7..0000000
--- a/games/aom
+++ /dev/null
@@ -1,5 +0,0 @@
-PREFIX="aom"
-SIZE="1024x768"
-GPATH="c:/aom/aom.exe"
-
-# vim:ft=sh
diff --git a/games/aomx b/games/aomx
deleted file mode 100644
index 1604bf8..0000000
--- a/games/aomx
+++ /dev/null
@@ -1,5 +0,0 @@
-PREFIX="aom"
-SIZE="1024x768"
-GPATH="c:/aom/aomx.exe"
-
-# vim:ft=sh
diff --git a/games/bg2 b/games/bg2
index cd052b2..a7e6e89 100644
--- a/games/bg2
+++ b/games/bg2
@@ -1,4 +1,11 @@
-SIZE="1024x768"
-GPATH="c:/spiele/bg2/baldur.exe"
+ISO_TYPE=fuseiso
+
+inherit iso
+
+SIZE="1280x960"
+GPATH="c:/bg2/bgmain.exe"
+
+MOUNT="bg2/tob.iso"
+MOUNTTARGET="$HOME/isos/mnt/tob"
# vim:ft=sh
diff --git a/games/cim b/games/cim
index 2e2bac2..ed591d4 100644
--- a/games/cim
+++ b/games/cim
@@ -1,7 +1,9 @@
+#inherit steam
PREFIX="cim"
SIZE="1024x768"
# running it via steam does not work for obscure reasons :-/
GPATH="C:/Programme/Steam/SteamApps/common/cities in motion/Cities In Motion.exe"
+#steamapp 73010
# vim:ft=sh
diff --git a/games/civ4 b/games/civ4
deleted file mode 100644
index b26158f..0000000
--- a/games/civ4
+++ /dev/null
@@ -1,5 +0,0 @@
-PREFIX="civ4"
-SIZE="1280x1024"
-GPATH="c:/civ4/Civilization4.exe"
-
-# vim:ft=sh
diff --git a/games/civ4-bts b/games/civ4-bts
deleted file mode 100644
index fdf99c5..0000000
--- a/games/civ4-bts
+++ /dev/null
@@ -1,5 +0,0 @@
-PREFIX="civ4"
-SIZE="1280x1024"
-GPATH="c:/civ4/Beyond\ the\ Sword/Civ4BeyondSword.exe"
-
-# vim:ft=sh
diff --git a/games/civ4-warlords b/games/civ4-warlords
deleted file mode 100644
index 715562a..0000000
--- a/games/civ4-warlords
+++ /dev/null
@@ -1,5 +0,0 @@
-PREFIX="civ4"
-SIZE="1280x1024"
-GPATH="c:/civ4/Warlords/Civ4Warlords.exe"
-
-# vim:ft=sh
diff --git a/games/deusex b/games/deusex
new file mode 100644
index 0000000..64cbf8f
--- /dev/null
+++ b/games/deusex
@@ -0,0 +1,8 @@
+PREFIX="deus_ex"
+GPATH="c:/DeusEx/System/HDTP.exe"
+ARGS=QINI=C:/deusex/system/hdtp.ini USERINI=C:/deusex/system/hdtpuser.ini
+SIZE="1280x960"
+
+MOUNT='Deus Ex v1002f.iso'
+
+# vim:ft=sh
diff --git a/games/earth2150 b/games/earth2150
deleted file mode 100644
index c1ff9a5..0000000
--- a/games/earth2150
+++ /dev/null
@@ -1,5 +0,0 @@
-PREFIX="earth2150"
-SIZE="1280x1024"
-GPATH="c:/Earth\ 2150/Earth2150.exe"
-
-# vim:ft=sh
diff --git a/games/fallout b/games/fallout
deleted file mode 100644
index d96d150..0000000
--- a/games/fallout
+++ /dev/null
@@ -1,10 +0,0 @@
-inherit iso
-
-PREFIX="fallout"
-SIZE="640x480"
-GPATH="c:/spiele/fallout/falloutw.exe"
-EXARGS="-depth 16"
-
-MOUNT="Fallout.iso"
-
-# vim:ft=sh
diff --git a/games/fallout2 b/games/fallout2
deleted file mode 100644
index 0381cf8..0000000
--- a/games/fallout2
+++ /dev/null
@@ -1,12 +0,0 @@
-NO_WINEINSTS=1
-PREFIX="$HOME/.wineinsts/fallout"
-SIZE="800x600"
-GPATH="fallout2.exe"
-EXARGS="-depth 16"
-
-prepare () {
- default_prepare
- exc cd "$PREFIX/drive_c/spiele/fallout2"
-}
-
-# vim:ft=sh
diff --git a/games/populous3 b/games/populous3
deleted file mode 100644
index a3abbb3..0000000
--- a/games/populous3
+++ /dev/null
@@ -1,6 +0,0 @@
-PREFIX="populous"
-SIZE="1024x768"
-GPATH="c:/populous/popTB.exe"
-EXARGS="-depth 16"
-
-# vim:ft=sh
diff --git a/games/torment b/games/torment
index 20cf040..cf65785 100644
--- a/games/torment
+++ b/games/torment
@@ -4,7 +4,7 @@ inherit iso
PREFIX="infinity"
#SIZE="1280x960"
-SIZE="640x480"
+SIZE="1280x960"
GPATH="c:/torment/torment.exe"
EXARGS="-depth 16"
diff --git a/games/totalwar2 b/games/totalwar2
deleted file mode 100644
index 0d12f76..0000000
--- a/games/totalwar2
+++ /dev/null
@@ -1,5 +0,0 @@
-PREFIX="totalwar"
-SIZE="1024x768"
-GPATH="c:/totalwar2/medieval2.exe"
-
-# vim:ft=sh