GOG.com - GEX
Informations
Creator | Message |
---|---|
Cork
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 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! Source code#!/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:
ContributeMember | Message |
Dadu042 | Thursday 2 January 2020 at 23:20 |
Dadu042
|
InformationThis update has been approved by the team. 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" New source code#!/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 Replies |
Cork | Saturday 24 October 2015 at 14:29 |
Cork
|
WarningThis update has not been approved yet by the team. 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 New source code#!/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 RepliesThursday 2 January 2020 at 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