Browse Source

Merge branch 'neuer_branch_name'

Helmut Pozimski 9 years ago
parent
commit
fb25a2df45
1 changed files with 42 additions and 0 deletions
  1. 42 0
      risen.sh

+ 42 - 0
risen.sh

@@ -0,0 +1,42 @@
+#!/bin/bash
+# Date : (2014-08-19 19:41)
+# Last Revision : (2014-08-19 19:41)
+# Wine Version used : 1.7.24
+# Distribution used to test : Debian testing/jessie
+# Author: Hoshpak
+# Script license : GPL v2
+# Programm license : Retail
+# Depend :
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+GOGID="risen"
+PREFIX="Risen_gog"
+WORKING_WINE_VERSION="1.7.24"
+
+TITLE="GOG.com - Risen"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Piranha Bytes" "http://www.gog.com/game/$GOGID" "Hoshpak" "$PREFIX"
+
+POL_Call POL_GoG_setup "$GOGID"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+
+POL_Call POL_GoG_install
+
+POL_Call POL_Install_d3dx9_36
+
+Set_OS winxp
+
+# Configure the shortcut
+GOGPATH="$GOGROOT/Risen"
+POL_Shortcut "bin/Risen.exe" "Risen" "Risen.png" "" "Game;"
+POL_Shortcut_Document "Risen" "$GOGPATH/Risen - Manual.pdf"
+
+POL_SetupWindow_Close
+exit 0