GEX 1.0

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

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

Informations

Plate-formes :
Téléchargements : 11178
Wine: 3.0.3

Retours d'expérience

Description

Platform game, 1996. Wikipedia.

Note: To make the screen larger press F6.

Appdb.winehq.org

Captures d'écran

MiniatureMiniatureMiniature

Code source

#!/bin/bash
 
# CHANGELOG
# [Tinou] (2009 ?)
#   Initial script.
# [Dadu042] (2020-01-15 22:50)
#   Wine version unknown (system's ?) -> 3.0.3
#   Force arch x86.
# [Dadu042] (2020-01-17 11:50)
#   Script tested with CD.
#   Add POL_Shortcut_Document

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="GEX 1.0"
 
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "GEX 1.0" "Microsoft Games" "" "Tinou" "Gex1"
 
POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "This program requires $APPLICATION_TITLE 4.0.18"
 
POL_Wine_SelectPrefix "Gex1"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "3.0.3"
 
 
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "Loader.exe"
 
POL_Wine_WaitBefore "$TITLE"
mkdir -p "$WINEPREFIX/drive_c/Gex"
 
POL_System_CopyDirectory "$CDROM" "$WINEPREFIX/drive_c/Gex"
Set_Desktop On 800 600
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"
 
POL_Shortcut "Loader.exe" "$TITLE - Loader" "" "" "Game;"
POL_Shortcut_Document "$TITLE" "Readme.txt"
 
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Vendredi 17 Janvier 2020 à 11:47
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -1,40 +1,43 @@
 #!/bin/bash
-
+ 
 # CHANGELOG
 # [Tinou] (2009 ?)
 #   Initial script.
 # [Dadu042] (2020-01-15 22:50)
 #   Wine version unknown (system's ?) -> 3.0.3
 #   Force arch x86.
-
+# [Dadu042] (2020-01-17 11:50)
+#   Script tested with CD.
+#   Add POL_Shortcut_Document
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-
+ 
 TITLE="GEX 1.0"
-
+ 
 POL_SetupWindow_Init
 POL_Debug_Init
 POL_SetupWindow_presentation "GEX 1.0" "Microsoft Games" "" "Tinou" "Gex1"
-
+ 
 POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "This program requires $APPLICATION_TITLE 4.0.18"
-
+ 
 POL_Wine_SelectPrefix "Gex1"
 POL_System_SetArch "x86"
 POL_Wine_PrefixCreate "3.0.3"
-
-
+ 
+ 
 POL_SetupWindow_cdrom
 POL_SetupWindow_check_cdrom "Loader.exe"
-
+ 
 POL_Wine_WaitBefore "$TITLE"
 mkdir -p "$WINEPREFIX/drive_c/Gex"
-
+ 
 POL_System_CopyDirectory "$CDROM" "$WINEPREFIX/drive_c/Gex"
 Set_Desktop On 800 600
 POL_Wine_Direct3D "DirectDrawRenderer" "gdi"
-
-POL_Shortcut "Loader.exe" "$TITLE" "" "" "Game;"
-
+ 
+POL_Shortcut "Loader.exe" "$TITLE - Loader" "" "" "Game;"
+POL_Shortcut_Document "$TITLE" "Readme.txt"
+ 
 POL_SetupWindow_Close
 exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
 
# CHANGELOG
# [Tinou] (2009 ?)
#   Initial script.
# [Dadu042] (2020-01-15 22:50)
#   Wine version unknown (system's ?) -> 3.0.3
#   Force arch x86.
# [Dadu042] (2020-01-17 11:50)
#   Script tested with CD.
#   Add POL_Shortcut_Document

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="GEX 1.0"
 
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "GEX 1.0" "Microsoft Games" "" "Tinou" "Gex1"
 
POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "This program requires $APPLICATION_TITLE 4.0.18"
 
POL_Wine_SelectPrefix "Gex1"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "3.0.3"
 
 
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "Loader.exe"
 
POL_Wine_WaitBefore "$TITLE"
mkdir -p "$WINEPREFIX/drive_c/Gex"
 
POL_System_CopyDirectory "$CDROM" "$WINEPREFIX/drive_c/Gex"
Set_Desktop On 800 600
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"
 
POL_Shortcut "Loader.exe" "$TITLE - Loader" "" "" "Game;"
POL_Shortcut_Document "$TITLE" "Readme.txt"
 
POL_SetupWindow_Close
exit

Réponses

Dadu042 Jeudi 16 Janvier 2020 à 23:59
Dadu042

Warning

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

Differences

@@ -1,4 +1,13 @@
 #!/bin/bash
+
+# CHANGELOG
+# [Tinou] (2009 ?)
+#   Initial script.
+# [Dadu042] (2020-01-15 22:50)
+#   Wine version unknown (system's ?) -> 3.0.3
+#   Force arch x86.
+
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
@@ -11,7 +20,8 @@
 POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "This program requires $APPLICATION_TITLE 4.0.18"
 
 POL_Wine_SelectPrefix "Gex1"
-POL_Wine_PrefixCreate "$WINEVERSION"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "3.0.3"
 
 
 POL_SetupWindow_cdrom
@@ -24,7 +34,7 @@
 Set_Desktop On 800 600
 POL_Wine_Direct3D "DirectDrawRenderer" "gdi"
 
-POL_Shortcut "Loader.exe"  "$TITLE"
+POL_Shortcut "Loader.exe" "$TITLE" "" "" "Game;"
 
 POL_SetupWindow_Close
 exit
\ No newline at end of file

Nouveau code source

#!/bin/bash

# CHANGELOG
# [Tinou] (2009 ?)
#   Initial script.
# [Dadu042] (2020-01-15 22:50)
#   Wine version unknown (system's ?) -> 3.0.3
#   Force arch x86.


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="GEX 1.0"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "GEX 1.0" "Microsoft Games" "" "Tinou" "Gex1"

POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "This program requires $APPLICATION_TITLE 4.0.18"

POL_Wine_SelectPrefix "Gex1"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "3.0.3"


POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "Loader.exe"

POL_Wine_WaitBefore "$TITLE"
mkdir -p "$WINEPREFIX/drive_c/Gex"

POL_System_CopyDirectory "$CDROM" "$WINEPREFIX/drive_c/Gex"
Set_Desktop On 800 600
POL_Wine_Direct3D "DirectDrawRenderer" "gdi"

POL_Shortcut "Loader.exe" "$TITLE" "" "" "Game;"

POL_SetupWindow_Close
exit

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