Vous êtes ici
Mall Tycoon 2
Informations
Créateur | Messages |
---|---|
MTres19
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionBusiness simulation game, 2003. Code source#!/bin/bash # Date: 2015-12-26 # Wine version used: # Distribution used to test: Kubuntu 15.10 (amd64) # Author: MTres19 # # CHANGELOG # [MTres19] (2015-12-26) # Initial script. # [Dadu042] (2020-01-28 21:30) # Wine 1.8 (outdated) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Mall Tycoon 2" PREFIX="MallTycoon2" WINEVERSION="3.0.3" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Global Star Software" "www.globalstarsoftware.com" "MTres19" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetupWindow_cdrom MT2SETUP="$CDROM/install.exe" POL_Wine_InstallCDROM "d" POL_Wine "$MT2SETUP" Set_Desktop "On" "1024" "768" POL_Wine_reboot POL_Shortcut "$PROGRAMFILES/Global Star Software/Mall Tycoon 2/Mall.exe" "$TITLE" "" "" "Game;" POL_Shortcut_Document "$TITLE" "$PROGRAMFILES/Global Star Software/Mall Tycoon 2/data/help/eng/Help.htm" POL_Shortcut_QuietDebug "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Mardi 28 Janvier 2020 à 21:46 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,15 +1,21 @@ #!/bin/bash # Date: 2015-12-26 -# Wine version used: 1.8 +# Wine version used: # Distribution used to test: Kubuntu 15.10 (amd64) # Author: MTres19 +# +# CHANGELOG +# [MTres19] (2015-12-26) +# Initial script. +# [Dadu042] (2020-01-28 21:30) +# Wine 1.8 (outdated) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Mall Tycoon 2" PREFIX="MallTycoon2" -WINEVERSION="1.8" +WINEVERSION="3.0.3" POL_SetupWindow_Init POL_Debug_Init @@ -28,7 +34,7 @@ Set_Desktop "On" "1024" "768" POL_Wine_reboot -POL_Shortcut "$PROGRAMFILES/Global Star Software/Mall Tycoon 2/Mall.exe" "$TITLE" +POL_Shortcut "$PROGRAMFILES/Global Star Software/Mall Tycoon 2/Mall.exe" "$TITLE" "" "" "Game;" POL_Shortcut_Document "$TITLE" "$PROGRAMFILES/Global Star Software/Mall Tycoon 2/data/help/eng/Help.htm" POL_Shortcut_QuietDebug "$TITLE" Nouveau code source#!/bin/bash # Date: 2015-12-26 # Wine version used: # Distribution used to test: Kubuntu 15.10 (amd64) # Author: MTres19 # # CHANGELOG # [MTres19] (2015-12-26) # Initial script. # [Dadu042] (2020-01-28 21:30) # Wine 1.8 (outdated) -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Mall Tycoon 2" PREFIX="MallTycoon2" WINEVERSION="3.0.3" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Global Star Software" "www.globalstarsoftware.com" "MTres19" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetupWindow_cdrom MT2SETUP="$CDROM/install.exe" POL_Wine_InstallCDROM "d" POL_Wine "$MT2SETUP" Set_Desktop "On" "1024" "768" POL_Wine_reboot POL_Shortcut "$PROGRAMFILES/Global Star Software/Mall Tycoon 2/Mall.exe" "$TITLE" "" "" "Game;" POL_Shortcut_Document "$TITLE" "$PROGRAMFILES/Global Star Software/Mall Tycoon 2/data/help/eng/Help.htm" POL_Shortcut_QuietDebug "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
MTres19 | Dimanche 27 Décembre 2015 à 3:47 |
MTres19
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,36 @@ +#!/bin/bash +# Date: 2015-12-26 +# Wine version used: 1.8 +# Distribution used to test: Kubuntu 15.10 (amd64) +# Author: MTres19 + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Mall Tycoon 2" +PREFIX="MallTycoon2" +WINEVERSION="1.8" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Global Star Software" "www.globalstarsoftware.com" "MTres19" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_System_SetArch "x86" +POL_Wine_PrefixCreate "$WINEVERSION" + +POL_SetupWindow_cdrom +MT2SETUP="$CDROM/install.exe" +POL_Wine_InstallCDROM "d" +POL_Wine "$MT2SETUP" + +Set_Desktop "On" "1024" "768" +POL_Wine_reboot + +POL_Shortcut "$PROGRAMFILES/Global Star Software/Mall Tycoon 2/Mall.exe" "$TITLE" +POL_Shortcut_Document "$TITLE" "$PROGRAMFILES/Global Star Software/Mall Tycoon 2/data/help/eng/Help.htm" +POL_Shortcut_QuietDebug "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date: 2015-12-26 # Wine version used: 1.8 # Distribution used to test: Kubuntu 15.10 (amd64) # Author: MTres19 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Mall Tycoon 2" PREFIX="MallTycoon2" WINEVERSION="1.8" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Global Star Software" "www.globalstarsoftware.com" "MTres19" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WINEVERSION" POL_SetupWindow_cdrom MT2SETUP="$CDROM/install.exe" POL_Wine_InstallCDROM "d" POL_Wine "$MT2SETUP" Set_Desktop "On" "1024" "768" POL_Wine_reboot POL_Shortcut "$PROGRAMFILES/Global Star Software/Mall Tycoon 2/Mall.exe" "$TITLE" POL_Shortcut_Document "$TITLE" "$PROGRAMFILES/Global Star Software/Mall Tycoon 2/data/help/eng/Help.htm" POL_Shortcut_QuietDebug "$TITLE" 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