GOG.com - Nox
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionEnglish: Nox is an hack'n'slash, choose between a warrior, a druid or a magician, and just hack away... GOG now has installers for Mac 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:
ContributeMember | Message |
Dadu042 | Saturday 21 March 2020 at 15:01 |
Dadu042
|
InformationThis 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 RepliesSaturday 27 March 2021 at 12:13
|
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