GOG.com - Randal's Monday

Informations

Creator Meddelanden
Okto Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 5700
Wine: 1.6.2

Feedbacks

Description

An adventure game from 2014, produced by Nexus Game Studios and Daedalic Entertainment.

Source code

#!/bin/bash
# Date : (2015-01-09 20-06)
# Wine version used : 1.6.2
# Distribution used to test : OpenSUSE 13.2
# Author : Benjamin Hardy

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="GOG.com - Randal's Monday"
PREFIX="RandalsMonday_gog"
WINEVERSION="1.6.2"
SHORTCUT_NAME="Randal's Monday"
GOGID="randals_monday"

POL_SetupWindow_Init
POL_SetupWindow_SetID 2708
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Nexus Game Studios / Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" 

POL_Call POL_GoG_setup "$GOGID" "51df0c2be722c8ba4b3d6c97be6a3e51"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

POL_Call POL_GoG_install

POL_Wine_reboot

POL_Shortcut "Randals.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Randal's Monday/Readme.txt"

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Meddelanden
Okto Saturday 16 January 2016 at 20:53
Okto Anonymous

Information

This update has been approved by the team.

Differences

@@ -0,0 +1,36 @@
+#!/bin/bash
+# Date : (2015-01-09 20-06)
+# Wine version used : 1.6.2
+# Distribution used to test : OpenSUSE 13.2
+# Author : Benjamin Hardy
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="GOG.com - Randal's Monday"
+PREFIX="RandalsMonday_gog"
+WINEVERSION="1.6.2"
+SHORTCUT_NAME="Randal's Monday"
+GOGID="randals_monday"
+
+POL_SetupWindow_Init
+POL_SetupWindow_SetID 2708
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "Nexus Game Studios / Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" 
+
+POL_Call POL_GoG_setup "$GOGID" "51df0c2be722c8ba4b3d6c97be6a3e51"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+POL_Call POL_GoG_install
+
+POL_Wine_reboot
+
+POL_Shortcut "Randals.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
+POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Randal's Monday/Readme.txt"
+
+POL_SetupWindow_Close
+
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2015-01-09 20-06)
# Wine version used : 1.6.2
# Distribution used to test : OpenSUSE 13.2
# Author : Benjamin Hardy

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="GOG.com - Randal's Monday"
PREFIX="RandalsMonday_gog"
WINEVERSION="1.6.2"
SHORTCUT_NAME="Randal's Monday"
GOGID="randals_monday"

POL_SetupWindow_Init
POL_SetupWindow_SetID 2708
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Nexus Game Studios / Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Benjamin Hardy" "$PREFIX" 

POL_Call POL_GoG_setup "$GOGID" "51df0c2be722c8ba4b3d6c97be6a3e51"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

POL_Call POL_GoG_install

POL_Wine_reboot

POL_Shortcut "Randals.exe" "$SHORTCUT_NAME" "" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Randal's Monday/Readme.txt"

POL_SetupWindow_Close

exit 0

Svar

Ändrat av petch

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com