GOG.com - GEX
Informations
Créateur | Messages |
---|---|
Cork
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionHis uncle modeled for a yuppie shirt logo, his Dad blew up in a NASA rocket, his busy Mom raised him in front of the tube. Meet GEX - a wisecracking gecko with a major attitude. With his blazing tongue, battering tail, and sharp wit, this outrageous reptile is ready to kill TV and movie rejects in a sidesplitting game of awesome intensity! Code source#!/bin/bash # Wine version used : 1.7.52 # CHANGELOG # [Cork] (2015-10-24) # First script. # [Dadu042] (2020-01-02) # Wine 1.7.52 -> 3.0.3 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="gex" PREFIX="gex_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - GEX" SHORTCUT_NAME="GEX" POL_SetupWindow_Init POL_SetupWindow_presentation "${TITLE}" "Crystal Dynamics / Square Enix" "https://www.gog.com/game/${GOGID}" "Cork" "${PREFIX}" POL_Call POL_GoG_setup "${GOGID}" "7d4c95a0b711a5671da905aade947627" POL_Wine_SelectPrefix "${PREFIX}" POL_Wine_PrefixCreate POL_Call POL_GoG_install Set_OS winxp POL_SetupWindow_VMS "2" POL_Shortcut "Loader.exe" "${SHORTCUT_NAME}" "" "" "Game;Platform;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Jeudi 2 Janvier 2020 à 23:20 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,11 +1,18 @@ #!/bin/bash # Wine version used : 1.7.52 + +# CHANGELOG +# [Cork] (2015-10-24) +# First script. +# [Dadu042] (2020-01-02) +# Wine 1.7.52 -> 3.0.3 + [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="gex" PREFIX="gex_gog" -WORKING_WINE_VERSION="1.7.52" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - GEX" SHORTCUT_NAME="GEX" Nouveau code source#!/bin/bash # Wine version used : 1.7.52 # CHANGELOG # [Cork] (2015-10-24) # First script. # [Dadu042] (2020-01-02) # Wine 1.7.52 -> 3.0.3 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="gex" PREFIX="gex_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - GEX" SHORTCUT_NAME="GEX" POL_SetupWindow_Init POL_SetupWindow_presentation "${TITLE}" "Crystal Dynamics / Square Enix" "https://www.gog.com/game/${GOGID}" "Cork" "${PREFIX}" POL_Call POL_GoG_setup "${GOGID}" "7d4c95a0b711a5671da905aade947627" POL_Wine_SelectPrefix "${PREFIX}" POL_Wine_PrefixCreate POL_Call POL_GoG_install Set_OS winxp POL_SetupWindow_VMS "2" POL_Shortcut "Loader.exe" "${SHORTCUT_NAME}" "" "" "Game;Platform;" POL_SetupWindow_Close exit 0 Réponses |
Cork | Samedi 24 Octobre 2015 à 14:29 |
Cork
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,31 @@ +#!/bin/bash +# Wine version used : 1.7.52 +[ -z "$PLAYONLINUX" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +GOGID="gex" +PREFIX="gex_gog" +WORKING_WINE_VERSION="1.7.52" + +TITLE="GOG.com - GEX" +SHORTCUT_NAME="GEX" + +POL_SetupWindow_Init + +POL_SetupWindow_presentation "${TITLE}" "Crystal Dynamics / Square Enix" "https://www.gog.com/game/${GOGID}" "Cork" "${PREFIX}" + +POL_Call POL_GoG_setup "${GOGID}" "7d4c95a0b711a5671da905aade947627" + +POL_Wine_SelectPrefix "${PREFIX}" +POL_Wine_PrefixCreate + +POL_Call POL_GoG_install + +Set_OS winxp +POL_SetupWindow_VMS "2" + +POL_Shortcut "Loader.exe" "${SHORTCUT_NAME}" "" "" "Game;Platform;" + +POL_SetupWindow_Close + +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Wine version used : 1.7.52 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="gex" PREFIX="gex_gog" WORKING_WINE_VERSION="1.7.52" TITLE="GOG.com - GEX" SHORTCUT_NAME="GEX" POL_SetupWindow_Init POL_SetupWindow_presentation "${TITLE}" "Crystal Dynamics / Square Enix" "https://www.gog.com/game/${GOGID}" "Cork" "${PREFIX}" POL_Call POL_GoG_setup "${GOGID}" "7d4c95a0b711a5671da905aade947627" POL_Wine_SelectPrefix "${PREFIX}" POL_Wine_PrefixCreate POL_Call POL_GoG_install Set_OS winxp POL_SetupWindow_VMS "2" POL_Shortcut "Loader.exe" "${SHORTCUT_NAME}" "" "" "Game;Platform;" POL_SetupWindow_Close exit 0 RéponsesJeudi 2 Janvier 2020 à 23:19
|
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