GOG.com - Iron Storm
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionEnglish: FPS, 2002. '1964, and the WW1 is far from finished...' Wikipedia. Code source#!/bin/bash # Date : (2012-01-08 20-49) # Last revision : (2013-11-12 22-58) # Wine version used : 1.3.36, 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-08 20-49) # Initial script. # [Dadu042] (2020-02-15 23:53) # Wine 1.4.1 -> system [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="iron_storm" PREFIX="IronStorm_gog" TITLE="GOG.com - Iron Storm" SHORTCUT_NAME="Iron Storm" SHORTCUT_DS="$SHORTCUT_NAME - $(eval_gettext 'Dedicated Server')" POL_SetupWindow_Init POL_SetupWindow_SetID 1038 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "4X Studio / Anuman Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "a5bd2245b5da437821bd93a0fc1e4daa" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "IronStorm.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;" POL_Shortcut "IronStorm_DS.exe" "$SHORTCUT_DS" "$SHORTCUT_NAME.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Iron Storm/Manual.pdf" # C:\GOG Games\Iron Storm\readme.txt POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Dimanche 16 Février 2020 à 21:42 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -7,13 +7,18 @@ # Script licence : GPL v.2 # Program licence : Retail # Depend : +# +# CHANGELOG +# [Pierre Etchemaite] (2012-01-08 20-49) +# Initial script. +# [Dadu042] (2020-02-15 23:53) +# Wine 1.4.1 -> system [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="iron_storm" PREFIX="IronStorm_gog" -WORKING_WINE_VERSION="1.4.1" TITLE="GOG.com - Iron Storm" SHORTCUT_NAME="Iron Storm" @@ -28,7 +33,7 @@ POL_Call POL_GoG_setup "$GOGID" "a5bd2245b5da437821bd93a0fc1e4daa" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" +POL_Wine_PrefixCreate POL_Call POL_GoG_install @@ -48,4 +53,4 @@ POL_SetupWindow_Close -exit 0 +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2012-01-08 20-49) # Last revision : (2013-11-12 22-58) # Wine version used : 1.3.36, 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-08 20-49) # Initial script. # [Dadu042] (2020-02-15 23:53) # Wine 1.4.1 -> system [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="iron_storm" PREFIX="IronStorm_gog" TITLE="GOG.com - Iron Storm" SHORTCUT_NAME="Iron Storm" SHORTCUT_DS="$SHORTCUT_NAME - $(eval_gettext 'Dedicated Server')" POL_SetupWindow_Init POL_SetupWindow_SetID 1038 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "4X Studio / Anuman Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "a5bd2245b5da437821bd93a0fc1e4daa" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "IronStorm.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;" POL_Shortcut "IronStorm_DS.exe" "$SHORTCUT_DS" "$SHORTCUT_NAME.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Iron Storm/Manual.pdf" # C:\GOG Games\Iron Storm\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