summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 12:44:37 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 12:44:37 +0100
commit88f2f591fa23f5ba92d8ee511d368349b390aa60 (patch)
treed085dbb74cce20e0a1dafe1191c12b3ca1cfda57 /games
parent30a6b40a43a6608896e1622380d96aeba7f358a6 (diff)
downloadplay-88f2f591fa23f5ba92d8ee511d368349b390aa60.tar.gz
play-88f2f591fa23f5ba92d8ee511d368349b390aa60.tar.bz2
play-88f2f591fa23f5ba92d8ee511d368349b390aa60.zip
Renamed GPATH to EXE
Diffstat (limited to 'games')
-rw-r--r--games/bg22
-rw-r--r--games/cim2
-rw-r--r--games/deusex2
-rw-r--r--games/ff72
-rw-r--r--games/ff82
-rw-r--r--games/thps22
-rw-r--r--games/torment2
7 files changed, 7 insertions, 7 deletions
diff --git a/games/bg2 b/games/bg2
index 21b0106..3b0cde9 100644
--- a/games/bg2
+++ b/games/bg2
@@ -3,7 +3,7 @@ ISO_TYPE=fuseiso
inherit wine iso
SIZE="1280x960"
-GPATH="c:/bg2/bgmain.exe"
+EXE="c:/bg2/bgmain.exe"
MOUNT="bg2/tob.iso"
MOUNTTARGET="$HOME/isos/mnt/tob"
diff --git a/games/cim b/games/cim
index 79c9c6c..769e988 100644
--- a/games/cim
+++ b/games/cim
@@ -4,7 +4,7 @@ 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"
+EXE="C:/Programme/Steam/SteamApps/common/cities in motion/Cities In Motion.exe"
#steamapp 73010
# vim:ft=sh
diff --git a/games/deusex b/games/deusex
index 39e90c7..c66fc55 100644
--- a/games/deusex
+++ b/games/deusex
@@ -1,7 +1,7 @@
inherit wine
PREFIX="deus_ex"
-GPATH="c:/DeusEx/System/HDTP.exe"
+EXE="c:/DeusEx/System/HDTP.exe"
ARGS=QINI=C:/deusex/system/hdtp.ini USERINI=C:/deusex/system/hdtpuser.ini
SIZE="1280x960"
diff --git a/games/ff7 b/games/ff7
index 7910cd7..558dc6a 100644
--- a/games/ff7
+++ b/games/ff7
@@ -2,7 +2,7 @@ inherit wine
#inherit iso
PREFIX=~/.ffwine
-GPATH=c:/spiele/ff7/ff7.exe
+EXE=c:/spiele/ff7/ff7.exe
SIZE="1280x960"
MOUNT=ff8/FF8_CD1.iso
diff --git a/games/ff8 b/games/ff8
index 1bb647e..8e488fc 100644
--- a/games/ff8
+++ b/games/ff8
@@ -1,6 +1,6 @@
inherit wine iso
-GPATH=c:/spiele/ff8/FF8.exe
+EXE=c:/spiele/ff8/FF8.exe
SIZE=1024x768
MOUNT=ff8/FF8_CD1.iso
diff --git a/games/thps2 b/games/thps2
index 4b29ff9..c8e1559 100644
--- a/games/thps2
+++ b/games/thps2
@@ -2,7 +2,7 @@ inherit wine
PREFIX="thps2"
SIZE="1024x768"
-GPATH="c:/thps2/THawk2.exe"
+EXE="c:/thps2/THawk2.exe"
EXARGS="-depth 16"
# vim:ft=sh
diff --git a/games/torment b/games/torment
index ae957a6..ac14616 100644
--- a/games/torment
+++ b/games/torment
@@ -5,7 +5,7 @@ inherit wine iso
PREFIX="infinity"
#SIZE="1280x960"
SIZE="1280x960"
-GPATH="c:/torment/torment.exe"
+EXE="c:/torment/torment.exe"
EXARGS="-depth 16"
mnttrgt="$WINEPREFIX/drive_c/tormentcds"