Rayman 2 - The Great Escape

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

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

Informations

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

Retours d'expérience

Description

Platform video game, 1999. Wikipedia.

This script does install from CD only.

Code source

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

Contribuer
Membre Messages
Dadu042 Mardi 24 Décembre 2019 à 17:33
Dadu042

Information

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

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

Nouveau code source

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

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