GOG.com - Star Wolves
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 1 DescriptionEnglish: Realtime strategy game in space.
Captures d'écranCode source#!/bin/bash # Date : (2012-06-24 16-52) # Last revision : see changelog # Wine version used : see below # 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-06-24 16-52) # Initial script. # [Pierre Etchemaite] (2013-11-20 21-37) # Script updated for GOG's installer v2. # [Dadu042] (2020-04-19 17:30). # Wine 1.5.5 (outdated) -> 3.0.3 (not tested) # POL_Install_d3dx9_36 -> 43 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="star_wolves" PREFIX="StarWolves_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Star Wolves" SHORTCUT_NAME="Star Wolves" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1278 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "X-bow Software / 1C Publishing" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "2363cf6ef0591fdba43b3a3fb8ec324f" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # 2013: Only d3dx9_36 matters since Wine 1.5.5 POL_Call POL_Install_d3dx9_43 # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "StarWolves.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Star Wolves/manual.pdf" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Dimanche 19 Avril 2020 à 18:45 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,19 +1,28 @@ #!/bin/bash # Date : (2012-06-24 16-52) -# Last revision : (2013-11-20 21-37) -# Wine version used : 1.5.5 +# Last revision : see changelog +# Wine version used : see below # 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-06-24 16-52) +# Initial script. +# [Pierre Etchemaite] (2013-11-20 21-37) +# Script updated for GOG's installer v2. +# [Dadu042] (2020-04-19 17:30). +# Wine 1.5.5 (outdated) -> 3.0.3 (not tested) +# POL_Install_d3dx9_36 -> 43 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="star_wolves" PREFIX="StarWolves_gog" -WORKING_WINE_VERSION="1.5.5" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Star Wolves" SHORTCUT_NAME="Star Wolves" @@ -39,8 +48,8 @@ POL_SetupWindow_VMS "32" -# Only d3dx9_36 matters since 1.5.5 -POL_Call POL_Install_d3dx9_36 +# 2013: Only d3dx9_36 matters since Wine 1.5.5 +POL_Call POL_Install_d3dx9_43 # Doesn't hurt ;) POL_Wine_reboot @@ -50,4 +59,4 @@ POL_SetupWindow_Close -exit 0 +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2012-06-24 16-52) # Last revision : see changelog # Wine version used : see below # 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-06-24 16-52) # Initial script. # [Pierre Etchemaite] (2013-11-20 21-37) # Script updated for GOG's installer v2. # [Dadu042] (2020-04-19 17:30). # Wine 1.5.5 (outdated) -> 3.0.3 (not tested) # POL_Install_d3dx9_36 -> 43 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="star_wolves" PREFIX="StarWolves_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Star Wolves" SHORTCUT_NAME="Star Wolves" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1278 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "X-bow Software / 1C Publishing" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "2363cf6ef0591fdba43b3a3fb8ec324f" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" # 2013: Only d3dx9_36 matters since Wine 1.5.5 POL_Call POL_Install_d3dx9_43 # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "StarWolves.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Star Wolves/manual.pdf" POL_SetupWindow_Close exit 0 Réponses |
Olm | Lundi 27 Octobre 2014 à 18:29 |
Olm
|
MessagesI tried to install from a freshly downloaded archive on Ubuntu 14.04 but got an Access Violation Error. Any Help? RéponsesLundi 27 Octobre 2014 à 22: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