From 96e0bc0b450ba7eecc5da41d4d42a9c95f68e4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 4 Oct 2010 23:50:05 +0200 Subject: new games --- games/civ4 | 5 +++++ games/civ4-bts | 5 +++++ games/civ4-warlords | 5 +++++ games/torment | 30 ++++++++++++++++++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 games/civ4 create mode 100644 games/civ4-bts create mode 100644 games/civ4-warlords create mode 100644 games/torment (limited to 'games') diff --git a/games/civ4 b/games/civ4 new file mode 100644 index 0000000..b26158f --- /dev/null +++ b/games/civ4 @@ -0,0 +1,5 @@ +PREFIX="civ4" +SIZE="1280x1024" +GPATH="c:/civ4/Civilization4.exe" + +# vim:ft=sh diff --git a/games/civ4-bts b/games/civ4-bts new file mode 100644 index 0000000..fdf99c5 --- /dev/null +++ b/games/civ4-bts @@ -0,0 +1,5 @@ +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 new file mode 100644 index 0000000..715562a --- /dev/null +++ b/games/civ4-warlords @@ -0,0 +1,5 @@ +PREFIX="civ4" +SIZE="1280x1024" +GPATH="c:/civ4/Warlords/Civ4Warlords.exe" + +# vim:ft=sh diff --git a/games/torment b/games/torment new file mode 100644 index 0000000..20cf040 --- /dev/null +++ b/games/torment @@ -0,0 +1,30 @@ +ISO_TYPE=fuseiso + +inherit iso + +PREFIX="infinity" +#SIZE="1280x960" +SIZE="640x480" +GPATH="c:/torment/torment.exe" +EXARGS="-depth 16" + +mnttrgt="$WINEPREFIX/drive_c/tormentcds" + +prepare () +{ + for i in 1 2 3 4; do + MOUNTTARGET="$mnttrgt/cd$i" + MOUNT=torment/TormentCD$i.iso + iso_prepare + done +} + +cleanup () +{ + for i in 1 2 3 4; do + MOUNTTARGET="$mnttrgt/cd$i" + iso_cleanup + done +} + +# vim:ft=sh -- cgit v1.2.3