GOG.com - Giants: Citizen Kabuto
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 1 DescriptionEnglish: Play successively the three intelligent races of a strange world, in a game full of british humor...
Code source#!/bin/bash # Date : (2012-01-04 21-13) # Last revision : # Wine version used : 1.4.1 # 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] (2012-01-04 21-13) # Initial script, for the GOG release. # [Pierre Etchemaite] (2013-05-20 12-48) # Gog v2. # [Dadu042] (2020-01-25 11:10) # Wine 1.4.1 -> 3.0.3 # Force Arch x86. [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="giants_citizen_kabuto" PREFIX="CitizenKabuto_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Giants: Citizen Kabuto" SHORTCUT_NAME="Giants: Citizen Kabuto" SHORTCUT_SERVER="$SHORTCUT_NAME - $(eval_gettext 'Dedicated Server Editor')" POL_SetupWindow_Init POL_SetupWindow_SetID 1061 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Planet Moon Studios / Interplay" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "3b45e431472dc7a91d9cc1ab8b149246" "b34907a93089d396d6ccfe55037cba3d" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install "/nogui" # GoG work! Set_OS winxp POL_SetupWindow_VMS "8" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Giants.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Giants - Citizen Kabuto/MANUAL.PDF" # C:\GOG Games\Giants - Citizen Kabuto\ReadMe.txt # C:\GOG Games\Giants - Citizen Kabuto\dedicated.exe # C:\GOG Games\Giants - Citizen Kabuto\readme_dedicated.txt POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Samedi 25 Janvier 2020 à 12:41 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,19 +1,28 @@ #!/bin/bash # Date : (2012-01-04 21-13) -# Last revision : (2013-05-20 12-48) +# Last revision : # Wine version used : 1.4.1 # 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] (2012-01-04 21-13) +# Initial script, for the GOG release. +# [Pierre Etchemaite] (2013-05-20 12-48) +# Gog v2. +# [Dadu042] (2020-01-25 11:10) +# Wine 1.4.1 -> 3.0.3 +# Force Arch x86. [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="giants_citizen_kabuto" PREFIX="CitizenKabuto_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Giants: Citizen Kabuto" SHORTCUT_NAME="Giants: Citizen Kabuto" @@ -28,6 +37,7 @@ POL_Call POL_GoG_setup "$GOGID" "3b45e431472dc7a91d9cc1ab8b149246" "b34907a93089d396d6ccfe55037cba3d" POL_Wine_SelectPrefix "$PREFIX" +POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install "/nogui" Nouveau code source#!/bin/bash # Date : (2012-01-04 21-13) # Last revision : # Wine version used : 1.4.1 # 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] (2012-01-04 21-13) # Initial script, for the GOG release. # [Pierre Etchemaite] (2013-05-20 12-48) # Gog v2. # [Dadu042] (2020-01-25 11:10) # Wine 1.4.1 -> 3.0.3 # Force Arch x86. [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="giants_citizen_kabuto" PREFIX="CitizenKabuto_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Giants: Citizen Kabuto" SHORTCUT_NAME="Giants: Citizen Kabuto" SHORTCUT_SERVER="$SHORTCUT_NAME - $(eval_gettext 'Dedicated Server Editor')" POL_SetupWindow_Init POL_SetupWindow_SetID 1061 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Planet Moon Studios / Interplay" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "3b45e431472dc7a91d9cc1ab8b149246" "b34907a93089d396d6ccfe55037cba3d" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install "/nogui" # GoG work! Set_OS winxp POL_SetupWindow_VMS "8" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Giants.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/GOG Games/Giants - Citizen Kabuto/MANUAL.PDF" # C:\GOG Games\Giants - Citizen Kabuto\ReadMe.txt # C:\GOG Games\Giants - Citizen Kabuto\dedicated.exe # C:\GOG Games\Giants - Citizen Kabuto\readme_dedicated.txt POL_SetupWindow_Close exit 0 Réponses |
floppei | Dimanche 29 Juillet 2018 à 11:39 |
floppei
|
MessagesWith new multilingual GOG installer (download through POL fails btw), a Runtine exception during install occurs. It's still working but not with the script (manual install, using wine 1.6.2 (system wine ubuntu LTS 16.10) + dx9 wine addons). 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