You are here
L-Rose Online
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks0 0 DescriptionMMORPG - Rose Online. Wikipedia. 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 |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Tuesday 28 January 2020 at 20:28 |
Dadu042
|
InformationThis 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 RepliesEdited by 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