From 933a93e4a71591e867182999a7daf8ae3bad5596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 15 Feb 2013 12:34:32 +0100 Subject: Major overhaul: Support non-wine games * Moved wine support to own template * Added xpad template * Added no-x template for games that don't support being started on another X. * Improved ways template functions work together: - EXPORT now appends - OVERRIDE replaces all the others - in game: command 'super' to call the phases of the templates - super supports "-r tpl" to remove the phase function of tpl --- games/bg2 | 2 +- games/cim | 1 + games/deusex | 2 ++ games/ff7 | 1 + games/ff8 | 4 ++-- games/osmos | 2 +- games/steam | 3 --- games/steam_wine | 3 +++ games/thps2 | 2 ++ games/torchlight | 2 +- games/torment | 2 +- 11 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 games/steam create mode 100644 games/steam_wine (limited to 'games') diff --git a/games/bg2 b/games/bg2 index a7e6e89..21b0106 100644 --- a/games/bg2 +++ b/games/bg2 @@ -1,6 +1,6 @@ ISO_TYPE=fuseiso -inherit iso +inherit wine iso SIZE="1280x960" GPATH="c:/bg2/bgmain.exe" diff --git a/games/cim b/games/cim index ed591d4..79c9c6c 100644 --- a/games/cim +++ b/games/cim @@ -1,4 +1,5 @@ #inherit steam +inherit wine PREFIX="cim" SIZE="1024x768" diff --git a/games/deusex b/games/deusex index 64cbf8f..39e90c7 100644 --- a/games/deusex +++ b/games/deusex @@ -1,3 +1,5 @@ +inherit wine + PREFIX="deus_ex" GPATH="c:/DeusEx/System/HDTP.exe" ARGS=QINI=C:/deusex/system/hdtp.ini USERINI=C:/deusex/system/hdtpuser.ini diff --git a/games/ff7 b/games/ff7 index e122e49..7910cd7 100644 --- a/games/ff7 +++ b/games/ff7 @@ -1,3 +1,4 @@ +inherit wine #inherit iso PREFIX=~/.ffwine diff --git a/games/ff8 b/games/ff8 index 04f4801..1bb647e 100644 --- a/games/ff8 +++ b/games/ff8 @@ -1,11 +1,11 @@ -inherit iso +inherit wine iso GPATH=c:/spiele/ff8/FF8.exe SIZE=1024x768 MOUNT=ff8/FF8_CD1.iso setupX () { - default_setupX + super exc nvidia-settings -a FSAA=1 exc nvidia-settings -a FSAAAppControlled=0 } diff --git a/games/osmos b/games/osmos index 586acbc..de012d9 100644 --- a/games/osmos +++ b/games/osmos @@ -1,4 +1,4 @@ -inherit steam +inherit wine steam steamapp 29200 diff --git a/games/steam b/games/steam deleted file mode 100644 index 0b71daf..0000000 --- a/games/steam +++ /dev/null @@ -1,3 +0,0 @@ -inherit steam - -# vim:ft=sh diff --git a/games/steam_wine b/games/steam_wine new file mode 100644 index 0000000..0a1e6f9 --- /dev/null +++ b/games/steam_wine @@ -0,0 +1,3 @@ +inherit wine steam + +# vim:ft=sh diff --git a/games/thps2 b/games/thps2 index 9c1de75..4b29ff9 100644 --- a/games/thps2 +++ b/games/thps2 @@ -1,3 +1,5 @@ +inherit wine + PREFIX="thps2" SIZE="1024x768" GPATH="c:/thps2/THawk2.exe" diff --git a/games/torchlight b/games/torchlight index acfc3bc..909548a 100644 --- a/games/torchlight +++ b/games/torchlight @@ -1,4 +1,4 @@ -inherit steam +inherit wine steam steamapp 41600 diff --git a/games/torment b/games/torment index cf65785..036eee3 100644 --- a/games/torment +++ b/games/torment @@ -1,6 +1,6 @@ ISO_TYPE=fuseiso -inherit iso +inherit wine iso PREFIX="infinity" #SIZE="1280x960" -- cgit v1.2.3