L-Rose Online

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Warning

This installer is a beta script. It means that it might not work as expected

Informatie

Platforms:
Downloads: 10587
Wine: 3.0.3

Feedbacks

Omschrijving

MMORPG - Rose Online. Wikipedia.

Archived web site (2012).

Broncode

#!/bin/bash
#
# CHANGELOG
# [Quentin Paris] (2010 ?)
#   Initial script.
# [Dadu042] (2020-01-27 23:30)
#   Wine 1.2.3 -> 3.0.3

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

# presentation

TITLE="LRose Online"

POL_SetupWindow_Init 
POL_SetupWindow_presentation "LRose Online" "" "http://www.l-rose.net" "Tinou" "LRose"

# Avertissement
POL_SetupWindow_message "You must download the game first\n\nhttp://l-rose.net/?page=telechargement\n\nClick next to continue" "$TITLE"
browser "http://l-rose.net/?page=telechargement"


# Préparation de Wine

POL_Wine_SelectPrefix "LRose"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "3.0.3"

Set_OS "win7"


POL_SetupWindow_browse "Now, select $TITLE install file" "$TITLE"
CHEMIN="$APP_ANSWER"


POL_Wine_WaitBefore "$TITLE"
Set_Managed Off
POL_Wine "$CHEMIN"

POL_Call POL_Install_vcrun2008
# reglage de wine


# CREATION LANCEUR
POL_Shortcut "RoseOnline.exe" "$TITLE" "" "" "Game;"


POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Dinsdag 28 Januari 2020 om 20:28
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,10 +1,15 @@
 #!/bin/bash
-
+#
+# CHANGELOG
+# [Quentin Paris] (2010 ?)
+#   Initial script.
+# [Dadu042] (2020-01-27 23:30)
+#   Wine 1.2.3 -> 3.0.3
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-#presentation
+# presentation
 
 TITLE="LRose Online"
 
@@ -16,10 +21,13 @@
 browser "http://l-rose.net/?page=telechargement"
 
 
-#Préparation de Wine
+# Préparation de Wine
 
 POL_Wine_SelectPrefix "LRose"
-POL_Wine_PrefixCreate "1.2.3"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "3.0.3"
+
+Set_OS "win7"
 
 
 POL_SetupWindow_browse "Now, select $TITLE install file" "$TITLE"
@@ -31,11 +39,11 @@
 POL_Wine "$CHEMIN"
 
 POL_Call POL_Install_vcrun2008
-#reglage de wine
+# reglage de wine
 
 
-#CREATION LANCEUR
-POL_Shortcut "RoseOnline.exe" "$TITLE"
+# CREATION LANCEUR
+POL_Shortcut "RoseOnline.exe" "$TITLE" "" "" "Game;"
 
 
 POL_SetupWindow_Close

New source code

#!/bin/bash
#
# CHANGELOG
# [Quentin Paris] (2010 ?)
#   Initial script.
# [Dadu042] (2020-01-27 23:30)
#   Wine 1.2.3 -> 3.0.3

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

# presentation

TITLE="LRose Online"

POL_SetupWindow_Init 
POL_SetupWindow_presentation "LRose Online" "" "http://www.l-rose.net" "Tinou" "LRose"

# Avertissement
POL_SetupWindow_message "You must download the game first\n\nhttp://l-rose.net/?page=telechargement\n\nClick next to continue" "$TITLE"
browser "http://l-rose.net/?page=telechargement"


# Préparation de Wine

POL_Wine_SelectPrefix "LRose"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "3.0.3"

Set_OS "win7"


POL_SetupWindow_browse "Now, select $TITLE install file" "$TITLE"
CHEMIN="$APP_ANSWER"


POL_Wine_WaitBefore "$TITLE"
Set_Managed Off
POL_Wine "$CHEMIN"

POL_Call POL_Install_vcrun2008
# reglage de wine


# CREATION LANCEUR
POL_Shortcut "RoseOnline.exe" "$TITLE" "" "" "Game;"


POL_SetupWindow_Close
exit

Antwoorden

Aangepast door Dadu042

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