GOG.com - Guilty Gear X2 Reload
Informations
Créateur | Messages |
---|---|
petch
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 1 DescriptionEnglish: Fast paced fighting game. GOG now has installers for Mac GOG propose maintenant des installeurs pour Mac Code source#!/bin/bash # Date : (2012-04-29 21-51) # Last revision : see changelog # Wine version used : 2.22 # 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-04-29 21-51) # Initial script. # [Zachary_Foxx] (2019-08-13) # Wine 1.6.1 -> 1.9.4 # [Dadu042] (2020-01-20 11:30) # Wine 1.9.4 -> 2.22 # Pixel corruption in one background sky with Pixel Shaders enabled? [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="guilty_gear_x2_reload" PREFIX="GuiltyGearX2_gog" WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Guilty Gear X2 Reload" SHORTCUT_NAME="Guilty Gear X2 #Reload" 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 1153 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Arc System Works Co. / Funbox Media" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "1f842d29e34f12faa8ff9efe31fd523c" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" POL_Call POL_Install_devenum POL_Call POL_Install_quartz # If I don't do that videos are black (?) POL_Wine regsvr32 quartz.dll # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "launcher.exe" "$SHORTCUT_NAME" "Guilty Gear X2 Reload.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Guilty Gear X2 Reload/manual.pdf" # C:\GOG Games\Guilty Gear X2 Reload/README.TXT POL_SetupWindow_Close cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" POL_LoadVar_PROGRAMFILES cd "$GOGROOT/Guilty Gear X2 Reload/" || exit 1 TITLE="$TITLE" POL_Wine --ignore-errors config.exe exit 0 _EOF_ exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Lundi 20 Janvier 2020 à 11:28 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,12 +1,20 @@ #!/bin/bash # Date : (2012-04-29 21-51) -# Last revision : (2013-12-08 18-30) -# Wine version used : 1.6.1 +# Last revision : see changelog +# Wine version used : 2.22 # 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-04-29 21-51) +# Initial script. +# [Zachary_Foxx] (2019-08-13) +# Wine 1.6.1 -> 1.9.4 +# [Dadu042] (2020-01-20 11:30) +# Wine 1.9.4 -> 2.22 # Pixel corruption in one background sky with Pixel Shaders enabled? @@ -15,7 +23,7 @@ GOGID="guilty_gear_x2_reload" PREFIX="GuiltyGearX2_gog" -WORKING_WINE_VERSION="1.9.4" +WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Guilty Gear X2 Reload" SHORTCUT_NAME="Guilty Gear X2 #Reload" @@ -43,6 +51,7 @@ POL_Call POL_Install_devenum POL_Call POL_Install_quartz + # If I don't do that videos are black (?) POL_Wine regsvr32 quartz.dll Nouveau code source#!/bin/bash # Date : (2012-04-29 21-51) # Last revision : see changelog # Wine version used : 2.22 # 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-04-29 21-51) # Initial script. # [Zachary_Foxx] (2019-08-13) # Wine 1.6.1 -> 1.9.4 # [Dadu042] (2020-01-20 11:30) # Wine 1.9.4 -> 2.22 # Pixel corruption in one background sky with Pixel Shaders enabled? [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="guilty_gear_x2_reload" PREFIX="GuiltyGearX2_gog" WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Guilty Gear X2 Reload" SHORTCUT_NAME="Guilty Gear X2 #Reload" 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 1153 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Arc System Works Co. / Funbox Media" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "1f842d29e34f12faa8ff9efe31fd523c" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" POL_Call POL_Install_devenum POL_Call POL_Install_quartz # If I don't do that videos are black (?) POL_Wine regsvr32 quartz.dll # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "launcher.exe" "$SHORTCUT_NAME" "Guilty Gear X2 Reload.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Guilty Gear X2 Reload/manual.pdf" # C:\GOG Games\Guilty Gear X2 Reload/README.TXT POL_SetupWindow_Close cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" POL_LoadVar_PROGRAMFILES cd "$GOGROOT/Guilty Gear X2 Reload/" || exit 1 TITLE="$TITLE" POL_Wine --ignore-errors config.exe exit 0 _EOF_ exit 0 Réponses |
Zachary_Foxx | Mardi 13 Aoüt 2019 à 3:50 |
Zachary_Foxx
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesWith the version 1.6.1 the game crash. Using 1.9.4 or 1.8.1 resolves the problem. Differences@@ -15,7 +15,7 @@ GOGID="guilty_gear_x2_reload" PREFIX="GuiltyGearX2_gog" -WORKING_WINE_VERSION="1.6.1" +WORKING_WINE_VERSION="1.9.4" TITLE="GOG.com - Guilty Gear X2 Reload" SHORTCUT_NAME="Guilty Gear X2 #Reload" Nouveau code source#!/bin/bash # Date : (2012-04-29 21-51) # Last revision : (2013-12-08 18-30) # Wine version used : 1.6.1 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # Pixel corruption in one background sky with Pixel Shaders enabled? [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="guilty_gear_x2_reload" PREFIX="GuiltyGearX2_gog" WORKING_WINE_VERSION="1.9.4" TITLE="GOG.com - Guilty Gear X2 Reload" SHORTCUT_NAME="Guilty Gear X2 #Reload" 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 1153 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Arc System Works Co. / Funbox Media" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "1f842d29e34f12faa8ff9efe31fd523c" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # GoG work! Set_OS winxp POL_SetupWindow_VMS "32" POL_Call POL_Install_devenum POL_Call POL_Install_quartz # If I don't do that videos are black (?) POL_Wine regsvr32 quartz.dll # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "launcher.exe" "$SHORTCUT_NAME" "Guilty Gear X2 Reload.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Guilty Gear X2 Reload/manual.pdf" # C:\GOG Games\Guilty Gear X2 Reload/README.TXT POL_SetupWindow_Close cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" POL_LoadVar_PROGRAMFILES cd "$GOGROOT/Guilty Gear X2 Reload/" || exit 1 TITLE="$TITLE" POL_Wine --ignore-errors config.exe exit 0 _EOF_ exit 0 Réponses |
Zachary_Foxx | Jeudi 9 Juin 2016 à 5:23 |
Zachary_Foxx
|
MessagesThe installation goes fine, but when I try to run the configure or the game the wine break. I tried wine versions 1.6.1 and 1.4.1 but none work. Using both the wine 1.9.4 installed by system or wine 1.8.1 downloaded by PoL can run the game flawless 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