Vous êtes ici
Cultures 2: The Gates of Asgard
Informations
Créateur | Messages |
---|---|
Dadu042
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionRTS + City building, 2002. Wikipedia. Note: perhaps that installing the function 'directmusic' may help. Captures d'écranCode source#!/bin/bash # Date : (2017-05-09 22:00) # Last revision : see changelog # Wine version used : 2.22 # Distribution used to test : Ubuntu 17.04 64bit # Author : LinuxScripter # Script licence : GPLv3 # Program licence : Proprietary # # CHANGELOG # [LinuxScripter] (2017-05-09) # First script. # [Dadu042] (2019-12-08) # Wine 2.0.3 -> 2.22 # Fix category. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Cultures 2 Gates of Asgard" PREFIX="Cultures2" EDITOR="JoWood" AUTHOR="LinuxScripter" WORKING_WINE_VERSION="2.22" # Starting the script POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$AUTHOR" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating 32-bit prefix POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Installing mandatory dependencies POL_SetupWindow_InstallMethod "DVD,LOCAL" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "Cultures.ico" POL_Wine start /unix "$CDROM/Setup.exe" POL_Wine_WaitExit "$TITLE" else cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" fi # Making shortcut POL_Shortcut "Cultures2.exe" "$TITLE" "" "" "Game;StrategyGame" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Dimanche 8 Décembre 2019 à 22:17 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,58 @@ +#!/bin/bash +# Date : (2017-05-09 22:00) +# Last revision : see changelog +# Wine version used : 2.22 +# Distribution used to test : Ubuntu 17.04 64bit +# Author : LinuxScripter +# Script licence : GPLv3 +# Program licence : Proprietary +# +# CHANGELOG +# [LinuxScripter] (2017-05-09) +# First script. +# [Dadu042] (2019-12-08) +# Wine 2.0.3 -> 2.22 +# Fix category. + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Cultures 2 Gates of Asgard" +PREFIX="Cultures2" +EDITOR="JoWood" +AUTHOR="LinuxScripter" +WORKING_WINE_VERSION="2.22" + +# Starting the script +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$AUTHOR" "$PREFIX" + +# Setting prefix path +POL_Wine_SelectPrefix "$PREFIX" + +# Downloading wine if necessary and creating 32-bit prefix +POL_System_SetArch "x86" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +# Installing mandatory dependencies + +POL_SetupWindow_InstallMethod "DVD,LOCAL" +if [ "$INSTALL_METHOD" = "DVD" ]; then +POL_SetupWindow_cdrom +POL_SetupWindow_check_cdrom "Cultures.ico" +POL_Wine start /unix "$CDROM/Setup.exe" +POL_Wine_WaitExit "$TITLE" +else +cd "$HOME" +POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" +POL_Wine start /unix "$APP_ANSWER" +POL_Wine_WaitExit "$TITLE" +fi + +# Making shortcut +POL_Shortcut "Cultures2.exe" "$TITLE" "" "" "Game;StrategyGame" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2017-05-09 22:00) # Last revision : see changelog # Wine version used : 2.22 # Distribution used to test : Ubuntu 17.04 64bit # Author : LinuxScripter # Script licence : GPLv3 # Program licence : Proprietary # # CHANGELOG # [LinuxScripter] (2017-05-09) # First script. # [Dadu042] (2019-12-08) # Wine 2.0.3 -> 2.22 # Fix category. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Cultures 2 Gates of Asgard" PREFIX="Cultures2" EDITOR="JoWood" AUTHOR="LinuxScripter" WORKING_WINE_VERSION="2.22" # Starting the script POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$AUTHOR" "$PREFIX" # Setting prefix path POL_Wine_SelectPrefix "$PREFIX" # Downloading wine if necessary and creating 32-bit prefix POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Installing mandatory dependencies POL_SetupWindow_InstallMethod "DVD,LOCAL" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "Cultures.ico" POL_Wine start /unix "$CDROM/Setup.exe" POL_Wine_WaitExit "$TITLE" else cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" fi # Making shortcut POL_Shortcut "Cultures2.exe" "$TITLE" "" "" "Game;StrategyGame" 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