summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"
tions'>-0/+1 2023-05-12Issue #95 Add warning when config can be read globally.René 'Necoro' Neumann1-0/+11 2023-05-11Issue #95: Change cache ownership.René 'Necoro' Neumann1-0/+4 2023-05-11Issue #95: Add hint about sensible access rights.René 'Necoro' Neumann1-0/+1 2023-04-23[workflow] Port changes also to releaseRené 'Necoro' Neumann1-6/+5 2023-04-23[workflow] Checkout before go setupRené 'Necoro' Neumann1-3/+3 2023-04-23[workflow] determine go version from go.modRené 'Necoro' Neumann1-3/+2 2023-04-23Improve test to also validate error messageRené 'Necoro' Neumann1-42/+39 2023-04-22Fix/improve testsRené 'Necoro' Neumann1-59/+104 2023-04-22Improve error handlingRené 'Necoro' Neumann1-1/+11 2023-04-21Fix workflow: '1.20' needs to be quotedRené 'Necoro' Neumann2-2/+2