Rayman 2 - The Great Escape

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 17956
Wine: System

Feedbacks

Omschrijving

Platform video game, 1999. Wikipedia.

This script does install from CD only.

Broncode

#!/bin/bash
# Wine version used : 1.2
# Author : Tinou

#
# CHANGELOG:
# [Dadu042] (2000 ?)
#   First script.
# [Dadu042] (2019-12-24)
#   Add shortcut category.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Rayman 2 - The Great Escape"
PREFIX="Rayman2"

POL_SetupWindow_Init
 
POL_SetupWindow_presentation "$TITLE" "Ubisoft" "" "Tinou" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "setup.exe"
 
cd $CDROM
POL_Call POL_Install_dinput
POL_Wine "$CDROM/setup.exe"
POL_Wine_WaitExit
 
POL_Shortcut "Rayman2.exe" "Rayman 2 - The Great Escape" "" "" "Game;"
  
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Dinsdag 24 December 2019 om 17:33
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,7 +1,14 @@
 #!/bin/bash
 # Wine version used : 1.2
 # Author : Tinou
- 
+
+#
+# CHANGELOG:
+# [Dadu042] (2000 ?)
+#   First script.
+# [Dadu042] (2019-12-24)
+#   Add shortcut category.
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
  
@@ -14,6 +21,7 @@
  
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate
+
 POL_SetupWindow_cdrom
 POL_SetupWindow_check_cdrom "setup.exe"
  
@@ -22,7 +30,7 @@
 POL_Wine "$CDROM/setup.exe"
 POL_Wine_WaitExit
  
-POL_Shortcut "Rayman2.exe" "Rayman 2 - The Great Escape"
+POL_Shortcut "Rayman2.exe" "Rayman 2 - The Great Escape" "" "" "Game;"
   
 POL_SetupWindow_Close
 exit
\ No newline at end of file

New source code

#!/bin/bash
# Wine version used : 1.2
# Author : Tinou

#
# CHANGELOG:
# [Dadu042] (2000 ?)
#   First script.
# [Dadu042] (2019-12-24)
#   Add shortcut category.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Rayman 2 - The Great Escape"
PREFIX="Rayman2"

POL_SetupWindow_Init
 
POL_SetupWindow_presentation "$TITLE" "Ubisoft" "" "Tinou" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "setup.exe"
 
cd $CDROM
POL_Call POL_Install_dinput
POL_Wine "$CDROM/setup.exe"
POL_Wine_WaitExit
 
POL_Shortcut "Rayman2.exe" "Rayman 2 - The Great Escape" "" "" "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