GEX 1.0

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 11184
Wine: 3.0.3

Feedbacks

Omschrijving

Platform game, 1996. Wikipedia.

Note: To make the screen larger press F6.

Appdb.winehq.org

Schermafdrukken

MiniatureMiniatureMiniature

Broncode

#!/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:

Contribute
Member Bericht
Dadu042 Vrijdag 17 Januari 2020 om 11:47
Dadu042

Information

This update has been approved by the team.

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

New source code

#!/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

Antwoorden

Dadu042 Donderdag 16 Januari 2020 om 23:59
Dadu042

Warning

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

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

New source code

#!/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

Antwoorden

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