GOG.com - Darkest Dungeon

Informations

Creator Message
Jeddunk Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 10936
Wine: 3.0.3

Feedbacks

Description

RPG, 2016. Wikipedia. Appdb.winehq.org

Note: GOG does also provides a installer for Linux.

Source code

#!/bin/bash
# Date: (2016-01-31 13-50)
# Last revision: (2016-01-31 13-50)
# Wine version: 1.9.2
# Tested on: Ubuntu 15.10 (amd64)
# Author: Jeddunk
# Original author: Pierre Etchemaite pe-pol@concept-micro.com
# Script licence: GPL v2
# Program licence: Retail
#
# CHANGELOG
# [Jeddunk] (2016-01-31 13-50)
#   First script.
# [Dadu042] (2019-12-19 20:50)
#   Wine 1.9.2 -> 3.0.3
 
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="darkest_dungeon"
PREFIX="DarkestDungeon"
WORKING_WINE_VERSION="3.0.3"

TITLE="GOG.com - Darkest Dungeon"
SHORTCUT_NAME="Darkest Dungeon"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Red Hook Studios" "http://www.gog.com/gamecard/$GOGID" "Jeddunk" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "3ca9742a71e400f38dd88a5f66c77f57"

POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_Install_vcrun2013
 
POL_Call POL_GoG_install /nogui

Set_OS winxp
 
POL_Shortcut "Darkest.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;"
 
POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Thursday 2 January 2020 at 22:51
Dadu042

Information

This update has been approved by the team.

Differences

@@ -8,17 +8,18 @@
 # Script licence: GPL v2
 # Program licence: Retail
 #
-# Changelog:
-# 2016-01-31 13-50 - Jeddunk:
-#		- Initial commit
-#
+# CHANGELOG
+# [Jeddunk] (2016-01-31 13-50)
+#   First script.
+# [Dadu042] (2019-12-19 20:50)
+#   Wine 1.9.2 -> 3.0.3
  
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="darkest_dungeon"
 PREFIX="DarkestDungeon"
-WORKING_WINE_VERSION="1.9.2"
+WORKING_WINE_VERSION="3.0.3"
 
 TITLE="GOG.com - Darkest Dungeon"
 SHORTCUT_NAME="Darkest Dungeon"

New source code

#!/bin/bash
# Date: (2016-01-31 13-50)
# Last revision: (2016-01-31 13-50)
# Wine version: 1.9.2
# Tested on: Ubuntu 15.10 (amd64)
# Author: Jeddunk
# Original author: Pierre Etchemaite pe-pol@concept-micro.com
# Script licence: GPL v2
# Program licence: Retail
#
# CHANGELOG
# [Jeddunk] (2016-01-31 13-50)
#   First script.
# [Dadu042] (2019-12-19 20:50)
#   Wine 1.9.2 -> 3.0.3
 
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="darkest_dungeon"
PREFIX="DarkestDungeon"
WORKING_WINE_VERSION="3.0.3"

TITLE="GOG.com - Darkest Dungeon"
SHORTCUT_NAME="Darkest Dungeon"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Red Hook Studios" "http://www.gog.com/gamecard/$GOGID" "Jeddunk" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "3ca9742a71e400f38dd88a5f66c77f57"

POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_Install_vcrun2013
 
POL_Call POL_GoG_install /nogui

Set_OS winxp
 
POL_Shortcut "Darkest.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;"
 
POL_SetupWindow_Close

exit 0

Replies

Jeddunk Sunday 31 January 2016 at 14:15
Jeddunk Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

?Forgot the source code, woops D:

Differences

@@ -0,0 +1,49 @@
+#!/bin/bash
+# Date: (2016-01-31 13-50)
+# Last revision: (2016-01-31 13-50)
+# Wine version: 1.9.2
+# Tested on: Ubuntu 15.10 (amd64)
+# Author: Jeddunk
+# Original author: Pierre Etchemaite pe-pol@concept-micro.com
+# Script licence: GPL v2
+# Program licence: Retail
+#
+# Changelog:
+# 2016-01-31 13-50 - Jeddunk:
+#		- Initial commit
+#
+ 
+[ -z "$PLAYONLINUX" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+GOGID="darkest_dungeon"
+PREFIX="DarkestDungeon"
+WORKING_WINE_VERSION="1.9.2"
+
+TITLE="GOG.com - Darkest Dungeon"
+SHORTCUT_NAME="Darkest Dungeon"
+
+POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+ 
+POL_SetupWindow_presentation "$TITLE" "Red Hook Studios" "http://www.gog.com/gamecard/$GOGID" "Jeddunk" "$PREFIX"
+
+POL_Call POL_GoG_setup "$GOGID" "3ca9742a71e400f38dd88a5f66c77f57"
+
+POL_System_SetArch "x86"
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+ 
+POL_Call POL_Install_vcrun2013
+ 
+POL_Call POL_GoG_install /nogui
+
+Set_OS winxp
+ 
+POL_Shortcut "Darkest.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;"
+ 
+POL_SetupWindow_Close
+
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date: (2016-01-31 13-50)
# Last revision: (2016-01-31 13-50)
# Wine version: 1.9.2
# Tested on: Ubuntu 15.10 (amd64)
# Author: Jeddunk
# Original author: Pierre Etchemaite pe-pol@concept-micro.com
# Script licence: GPL v2
# Program licence: Retail
#
# Changelog:
# 2016-01-31 13-50 - Jeddunk:
#                - Initial commit
#
 
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="darkest_dungeon"
PREFIX="DarkestDungeon"
WORKING_WINE_VERSION="1.9.2"

TITLE="GOG.com - Darkest Dungeon"
SHORTCUT_NAME="Darkest Dungeon"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Red Hook Studios" "http://www.gog.com/gamecard/$GOGID" "Jeddunk" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "3ca9742a71e400f38dd88a5f66c77f57"

POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
POL_Call POL_Install_vcrun2013
 
POL_Call POL_GoG_install /nogui

Set_OS winxp
 
POL_Shortcut "Darkest.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;"
 
POL_SetupWindow_Close

exit 0

Replies