GOG.com - Iron Storm

Informations

Créateur Messages
petch

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 8087
Wine: System

Retours d'expérience

Description

English: FPS, 2002. '1964, and the WW1 is far from finished...'  Wikipedia.
(If you're looking for a "realistic" FPS, try this one! Difficulty is very high).
(script updated for GOG installer v2) GOG now has installers for Mac.

Français : 1964, la première guerre mondiale fait toujours rage...
Si vous cherchez un FPS "réaliste", essayez celui-là ! Le niveau de difficulté est vraiment élevé.
(script  mis à jour pour l'installeur GOG v2) GOG propose maintenant des installeurs pour Mac.

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:

Contribuer
Membre Messages
Dadu042 Dimanche 16 Février 2020 à 21:42
Dadu042

Information

Cette 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