Rayman 2 - The Great Escape

Informations

Creator Meddelanden
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 17848
Wine: System

Feedbacks

Description

Platform video game, 1999. Wikipedia.

This script does install from CD only.

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

Contributions

Filters:

Contribute
Member Meddelanden
Dadu042 Tuesday 24 December 2019 at 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

Svar

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