GOG.com - GEX

Informations

Creator Message
Cork Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 2564
Wine: System

Feedbacks

Description

His 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!

Appdb.winehq.org

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:

Contribute
Member Message
Dadu042 Thursday 2 January 2020 at 23:20
Dadu042

Information

This 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 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

Replies

Thursday 2 January 2020 at 23:19
Script approved.