Soldier of Fortune II: Double Helix Gold Edition

Informations

Créateur Messages
TwistedDrifter Anonymous

Information

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

Informations

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

Retours d'expérience

Description

FPS, 2002.

Wikipedia.

Code source

#!/bin/bash
# Date : (????-??-?? ??-??)
# Last revision : (2014-08-13 12-22)
# Wine version used : -
# Distribution used to test : ?
# Stolen from: malownu, Updated by SuperPlumus

[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"

TITLE="Soldier of Fortune II: Double Helix Gold Edition"
PREFIX="SoldierofFortuneIIDoubleHelixGoldEdition"

if [ "$POL_LANG" == "fr" ]
then
LNG_INSTALL_RUN="Installation en cours..."
LNG_WAIT_END="Cliquez sur \"Suivant\" UNIQUEMENT quand l'installation de\n$TITLE sera terminée."
LNG_SUCCESS="$TITLE a été installé avec succès !"
else
LNG_INSTALL_RUN="Installation in progress..."
LNG_WAIT_END="Click on \"Forward\" ONLY when the\n$TITLE installation is finished."
LNG_SUCCESS="$TITLE has been installed successfully."
fi

POL_SetupWindow_Init

POL_SetupWindow_presentation "$TITLE" "Raven Software" "http://www.activision.com/games/soldieroffortune" "malownu, Modified by SuperPlumus, stolen and modified by TwistedDrifter" "$PREFIX"

POL_Wine_SelectPrefix "$REPERTOIRE/wineprefix/$PREFIX"
POL_Wine_PrefixCreate

POL_LoadVar_PROGRAMFILES

POL_SetupWindow_browse
POL_Wine start /unix "$APP_ANSWER"

Set_OS "win2k"

POL_SetupWindow_wait "$LNG_INSTALL_RUN" "$TITLE"

POL_Wine start /unix "$APP_ANSWER"

POL_SetupWindow_detect_exit
POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE"

POL_SetupWindow_auto_shortcut "$PREFIX" "SoF2.exe" "$TITLE"

POL_SetupWindow_message "$LNG_SUCCESS" "$TITLE"

POL_SetupWindow_Close

exit

Contributions

Filters:

Contribuer
Membre Messages
TwistedDrifter Jeudi 14 Aoüt 2014 à 3:16
TwistedDrifter Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Messages

This is an installer for SOFII: Double Helix Gold Edition

Differences

@@ -0,0 +1,52 @@
+#!/bin/bash
+# Date : (????-??-?? ??-??)
+# Last revision : (2014-08-13 12-22)
+# Wine version used : -
+# Distribution used to test : ?
+# Stolen from: malownu, Updated by SuperPlumus
+
+[ "$PLAYONLINUX" = "" ] && exit
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Soldier of Fortune II: Double Helix Gold Edition"
+PREFIX="SoldierofFortuneIIDoubleHelixGoldEdition"
+
+if [ "$POL_LANG" == "fr" ]
+then
+LNG_INSTALL_RUN="Installation en cours..."
+LNG_WAIT_END="Cliquez sur \"Suivant\" UNIQUEMENT quand l'installation de\n$TITLE sera terminée."
+LNG_SUCCESS="$TITLE a été installé avec succès !"
+else
+LNG_INSTALL_RUN="Installation in progress..."
+LNG_WAIT_END="Click on \"Forward\" ONLY when the\n$TITLE installation is finished."
+LNG_SUCCESS="$TITLE has been installed successfully."
+fi
+
+POL_SetupWindow_Init
+
+POL_SetupWindow_presentation "$TITLE" "Raven Software" "http://www.activision.com/games/soldieroffortune" "malownu, Modified by SuperPlumus, stolen and modified by TwistedDrifter" "$PREFIX"
+
+POL_Wine_SelectPrefix "$REPERTOIRE/wineprefix/$PREFIX"
+POL_Wine_PrefixCreate
+
+POL_LoadVar_PROGRAMFILES
+
+POL_SetupWindow_browse
+POL_Wine start /unix "$APP_ANSWER"
+
+Set_OS "win2k"
+
+POL_SetupWindow_wait "$LNG_INSTALL_RUN" "$TITLE"
+
+POL_Wine start /unix "$APP_ANSWER"
+
+POL_SetupWindow_detect_exit
+POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE"
+
+POL_SetupWindow_auto_shortcut "$PREFIX" "SoF2.exe" "$TITLE"
+
+POL_SetupWindow_message "$LNG_SUCCESS" "$TITLE"
+
+POL_SetupWindow_Close
+
+exit

Nouveau code source

#!/bin/bash
# Date : (????-??-?? ??-??)
# Last revision : (2014-08-13 12-22)
# Wine version used : -
# Distribution used to test : ?
# Stolen from: malownu, Updated by SuperPlumus

[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"

TITLE="Soldier of Fortune II: Double Helix Gold Edition"
PREFIX="SoldierofFortuneIIDoubleHelixGoldEdition"

if [ "$POL_LANG" == "fr" ]
then
LNG_INSTALL_RUN="Installation en cours..."
LNG_WAIT_END="Cliquez sur \"Suivant\" UNIQUEMENT quand l'installation de\n$TITLE sera terminée."
LNG_SUCCESS="$TITLE a été installé avec succès !"
else
LNG_INSTALL_RUN="Installation in progress..."
LNG_WAIT_END="Click on \"Forward\" ONLY when the\n$TITLE installation is finished."
LNG_SUCCESS="$TITLE has been installed successfully."
fi

POL_SetupWindow_Init

POL_SetupWindow_presentation "$TITLE" "Raven Software" "http://www.activision.com/games/soldieroffortune" "malownu, Modified by SuperPlumus, stolen and modified by TwistedDrifter" "$PREFIX"

POL_Wine_SelectPrefix "$REPERTOIRE/wineprefix/$PREFIX"
POL_Wine_PrefixCreate

POL_LoadVar_PROGRAMFILES

POL_SetupWindow_browse
POL_Wine start /unix "$APP_ANSWER"

Set_OS "win2k"

POL_SetupWindow_wait "$LNG_INSTALL_RUN" "$TITLE"

POL_Wine start /unix "$APP_ANSWER"

POL_SetupWindow_detect_exit
POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE"

POL_SetupWindow_auto_shortcut "$PREFIX" "SoF2.exe" "$TITLE"

POL_SetupWindow_message "$LNG_SUCCESS" "$TITLE"

POL_SetupWindow_Close

exit

Réponses

Mardi 7 Janvier 2020 à 20:36
Script approved.
TwistedDrifter Mercredi 13 Aoüt 2014 à 22:42
TwistedDrifter Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -0,0 +1,51 @@
+#!/bin/bash
+# Date : (????-??-?? ??-??)
+# Last revision : (2014-08-13 12-22)
+# Wine version used : -
+# Distribution used to test : ?
+# Stolen from: malownu, Updated by SuperPlumus
+ 
+[ "$PLAYONLINUX" = "" ] && exit
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="Soldier of Fortune II: Double Helix Gold Edition"
+PREFIX="SoldierofFortuneIIDoubleHelixGoldEdition"
+ 
+if [ "$POL_LANG" == "fr" ]
+then
+LNG_INSTALL_RUN="Installation en cours..."
+LNG_WAIT_END="Cliquez sur \"Suivant\" UNIQUEMENT quand l'installation de\n$TITLE sera terminée."
+LNG_SUCCES="$TITLE a été installé avec succès !"
+else
+LNG_INSTALL_RUN="Installation in progress..."
+LNG_WAIT_END="Click on \"Forward\" ONLY when the\n$TITLE installation is finished."
+LNG_SUCCES="$TITLE has been installed successfully."
+fi
+ 
+POL_SetupWindow_Init
+ 
+POL_SetupWindow_presentation "$TITLE" "Raven Software" "http://www.activision.com/games/soldieroffortune" "malownu, Modified by SuperPlumus, stolen and modified by TwistedDrifter" "$PREFIX"
+ 
+select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
+POL_SetupWindow_prefixcreate
+ 
+POL_LoadVar_PROGRAMFILES
+ 
+POL_SetupWindow_cdrom
+POL_SetupWindow_check_cdrom "Setup.exe"
+ 
+Set_OS "win2k"
+ 
+cd "$CDROM"
+POL_SetupWindow_wait_next_signal "$LNG_INSTALL_RUN" "$TITLE"
+wine "$CDROM/Setup.exe"
+POL_SetupWindow_detect_exit
+POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE"
+ 
+POL_SetupWindow_auto_shortcut "$PREFIX" "SoF2.exe" "$TITLE"
+ 
+POL_SetupWindow_message "$LNG_SUCCES" "$TITLE"
+ 
+POL_SetupWindow_Close
+ 
+exit

Nouveau code source

#!/bin/bash
# Date : (????-??-?? ??-??)
# Last revision : (2014-08-13 12-22)
# Wine version used : -
# Distribution used to test : ?
# Stolen from: malownu, Updated by SuperPlumus
 
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
 
TITLE="Soldier of Fortune II: Double Helix Gold Edition"
PREFIX="SoldierofFortuneIIDoubleHelixGoldEdition"
 
if [ "$POL_LANG" == "fr" ]
then
LNG_INSTALL_RUN="Installation en cours..."
LNG_WAIT_END="Cliquez sur \"Suivant\" UNIQUEMENT quand l'installation de\n$TITLE sera terminée."
LNG_SUCCES="$TITLE a été installé avec succès !"
else
LNG_INSTALL_RUN="Installation in progress..."
LNG_WAIT_END="Click on \"Forward\" ONLY when the\n$TITLE installation is finished."
LNG_SUCCES="$TITLE has been installed successfully."
fi
 
POL_SetupWindow_Init
 
POL_SetupWindow_presentation "$TITLE" "Raven Software" "http://www.activision.com/games/soldieroffortune" "malownu, Modified by SuperPlumus, stolen and modified by TwistedDrifter" "$PREFIX"
 
select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
POL_SetupWindow_prefixcreate
 
POL_LoadVar_PROGRAMFILES
 
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "Setup.exe"
 
Set_OS "win2k"
 
cd "$CDROM"
POL_SetupWindow_wait_next_signal "$LNG_INSTALL_RUN" "$TITLE"
wine "$CDROM/Setup.exe"
POL_SetupWindow_detect_exit
POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE"
 
POL_SetupWindow_auto_shortcut "$PREFIX" "SoF2.exe" "$TITLE"
 
POL_SetupWindow_message "$LNG_SUCCES" "$TITLE"
 
POL_SetupWindow_Close
 
exit

Réponses

Anonymous
Mercredi 13 Aoüt 2014 à 23:56
Can you update the description? Thank you :)

Also, your script is clearly out to date. We won't sign it until you fix it

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