GOG.com - Forgotten Realms: Demon Stone
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionEnglish: hack'n'slash game with slight rpg elements; Particularity: you have a party of 3 heroes, and can take the control of any of the three at any point.
Code source#!/bin/bash # Date : (2012-01-08 10-18) # Last revision : (2014-08-04 17-18) # Wine version used : 1.4.1, 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="forgotten_realms_demon_stone" PREFIX="DemonStone_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Forgotten Realms: Demon Stone" SHORTCUT_NAME="Forgotten Realms: Demon Stone" 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_SetupWindow_SetID 1037 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Stormfront Studios / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "63a2ad1487f308abab163a299b8a4d0b" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "64" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "demonlaunch.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Demon Stone/manual.pdf" # C:\GOG Games\Demon Stone\Readme.txt POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
petch | Mardi 5 Aoüt 2014 à 0:09 |
petch
|
InformationCette mise à jour a été acceptée par l'équipe MessagesDownload hash update Upgrade Wine to version 1.6.2 (#3735) Differences@@ -1,7 +1,7 @@ #!/bin/bash # Date : (2012-01-08 10-18) -# Last revision : (2013-05-22 19-24) -# Wine version used : 1.4.1 +# Last revision : (2014-08-04 17-18) +# Wine version used : 1.4.1, 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 @@ -13,7 +13,7 @@ GOGID="forgotten_realms_demon_stone" PREFIX="DemonStone_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Forgotten Realms: Demon Stone" SHORTCUT_NAME="Forgotten Realms: Demon Stone" @@ -26,7 +26,7 @@ POL_SetupWindow_presentation "$TITLE" "Stormfront Studios / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" -POL_Call POL_GoG_setup "$GOGID" "0c0862a26cdddc8f9f113381bf67e4b8" +POL_Call POL_GoG_setup "$GOGID" "63a2ad1487f308abab163a299b8a4d0b" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Nouveau code source#!/bin/bash # Date : (2012-01-08 10-18) # Last revision : (2014-08-04 17-18) # Wine version used : 1.4.1, 1.6.2 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="forgotten_realms_demon_stone" PREFIX="DemonStone_gog" WORKING_WINE_VERSION="1.6.2" TITLE="GOG.com - Forgotten Realms: Demon Stone" SHORTCUT_NAME="Forgotten Realms: Demon Stone" 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_SetupWindow_SetID 1037 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Stormfront Studios / Atari" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "63a2ad1487f308abab163a299b8a4d0b" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "64" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "demonlaunch.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Demon Stone/manual.pdf" # C:\GOG Games\Demon Stone\Readme.txt POL_SetupWindow_Close exit 0 Réponses |
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