Vous êtes ici
Soldier of Fortune II: Double Helix Gold Edition
Informations
Créateur | Messages |
---|---|
TwistedDrifter
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionFPS, 2002. 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:
ContribuerMembre | Messages |
TwistedDrifter | Jeudi 14 Aoüt 2014 à 3:16 |
TwistedDrifter
|
InformationCette mise à jour a été acceptée par l'équipe MessagesThis 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éponsesMardi 7 Janvier 2020 à 20:36
|
TwistedDrifter | Mercredi 13 Aoüt 2014 à 22:42 |
TwistedDrifter
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. 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éponsesMercredi 13 Aoüt 2014 à 23:56
|
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