summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/bg22
-rw-r--r--games/fallout2
-rw-r--r--games/osmos5
-rw-r--r--games/steam8
-rw-r--r--games/torchlight2
5 files changed, 13 insertions, 6 deletions
diff --git a/games/bg2 b/games/bg2
index bb581ba..cd052b2 100644
--- a/games/bg2
+++ b/games/bg2
@@ -1,2 +1,4 @@
SIZE="1024x768"
GPATH="c:/spiele/bg2/baldur.exe"
+
+# vim:ft=sh
diff --git a/games/fallout b/games/fallout
index 3aac10a..faafacb 100644
--- a/games/fallout
+++ b/games/fallout
@@ -1,3 +1,5 @@
PREFIX="~/.fallout"
SIZE="640x480"
GPATH="c:/spiele/fallout/falloutw.exe"
+
+# vim:ft=sh
diff --git a/games/osmos b/games/osmos
new file mode 100644
index 0000000..586acbc
--- /dev/null
+++ b/games/osmos
@@ -0,0 +1,5 @@
+inherit steam
+
+steamapp 29200
+
+# vim:ft=sh
diff --git a/games/steam b/games/steam
index 1014061..0b71daf 100644
--- a/games/steam
+++ b/games/steam
@@ -1,7 +1,3 @@
-PREFIX="~/.steam"
-SIZE="1280x1024"
-GPATH="c:/programme/steam/steam.exe"
+inherit steam
-steamapp () {
- [[ $# > 0 ]] && export ARGS="-applaunch ${=@}"
-}
+# vim:ft=sh
diff --git a/games/torchlight b/games/torchlight
index cf050f1..acfc3bc 100644
--- a/games/torchlight
+++ b/games/torchlight
@@ -1,3 +1,5 @@
inherit steam
steamapp 41600
+
+# vim:ft=sh