GOG.com - GEX

Informations

Créateur Messages
Cork Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 2633
Wine: System

Retours d'expérience

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

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:

Contribuer
Membre Messages
Dadu042 Jeudi 2 Janvier 2020 à 23:20
Dadu042

Information

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

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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éponses

Jeudi 2 Janvier 2020 à 23:19
Script approved.