Jesteś tutaj

GOG.com - Nox

Informations

Creator Wiadmości
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 12666
Wine: 2.22

Feedbacks

Description

English: Nox is an hack'n'slash, choose between a warrior, a druid or a magician, and just hack away...
(updated for GOG installer v2)

GOG now has installers for Mac

Français : Nox est un "hack and slash", dans lequel vous pouvez jouer un guerrier, un druide ou un magicien, sans vous prendre la tête...
(mis à jour pour l'installeur GOG v2)

GOG propose maintenant des installeurs pour Mac

Source code

#!/bin/bash
# Date : (2011-12-17 15-39)
# Last revision : see changelog
# Wine version used : x
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2011-12-17 15-39)
#   Initial script. Wine 1.3.36
#   Works with Wine 1.1.34, but much slower!
# [Pierre Etchemaite] (2013-05-19 20-05)
#   Wine 1.3.36 -> 1.4.1 ?
# [Dadu042] (2020-03-20 19:30).
#   Wine 1.4.1 -> 2.22

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

GOGID="nox"
PREFIX="Nox_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Nox"
SHORTCUT_NAME="Nox"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top2.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left2.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1022
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Westwood Studios / Electronic Arts" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "c1cc844fb0f17bd8e7406354eef1616e"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "4"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "NOX.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Nox/manual.pdf"
# C:/GOG Games/Nox/Readme.txt

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribute
Member Wiadmości
Dadu042 Saturday 21 March 2020 at 15:01
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,21 +1,28 @@
 #!/bin/bash
 # Date : (2011-12-17 15-39)
-# Last revision : (2013-05-19 20-05)
-# Wine version used : 1.3.36, 1.4.1
+# Last revision : see changelog
+# Wine version used : x
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
 # Program licence : Retail
 # Depend :
-
-# Works with 1.1.34, but much slower!
+#
+# CHANGELOG
+# [Pierre Etchemaite] (2011-12-17 15-39)
+#   Initial script. Wine 1.3.36
+#   Works with Wine 1.1.34, but much slower!
+# [Pierre Etchemaite] (2013-05-19 20-05)
+#   Wine 1.3.36 -> 1.4.1 ?
+# [Dadu042] (2020-03-20 19:30).
+#   Wine 1.4.1 -> 2.22
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="nox"
 PREFIX="Nox_gog"
-WORKING_WINE_VERSION="1.4.1"
+WORKING_WINE_VERSION="2.22"
 
 TITLE="GOG.com - Nox"
 SHORTCUT_NAME="Nox"
@@ -50,4 +57,4 @@
 
 POL_SetupWindow_Close
 
-exit 0
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2011-12-17 15-39)
# Last revision : see changelog
# Wine version used : x
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :
#
# CHANGELOG
# [Pierre Etchemaite] (2011-12-17 15-39)
#   Initial script. Wine 1.3.36
#   Works with Wine 1.1.34, but much slower!
# [Pierre Etchemaite] (2013-05-19 20-05)
#   Wine 1.3.36 -> 1.4.1 ?
# [Dadu042] (2020-03-20 19:30).
#   Wine 1.4.1 -> 2.22

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

GOGID="nox"
PREFIX="Nox_gog"
WORKING_WINE_VERSION="2.22"

TITLE="GOG.com - Nox"
SHORTCUT_NAME="Nox"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top2.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left2.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1022
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Westwood Studios / Electronic Arts" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" "c1cc844fb0f17bd8e7406354eef1616e"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "4"

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "NOX.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Nox/manual.pdf"
# C:/GOG Games/Nox/Readme.txt

POL_SetupWindow_Close

exit 0

Odpowiedzi

Anonymous
Saturday 27 March 2021 at 12:13
I'm using M1 Mac with Big Sur, it doesn't work says something about .net framework plus also the web archive link fails. I hope this is of some help as Nox is a great game :( Thanks, Steve