Vous êtes ici
L-Rose Online
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 0 DescriptionMMORPG - Rose Online. Wikipedia. Code source#!/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:
ContribuerMembre | Messages |
Dadu042 | Mardi 28 Janvier 2020 à 20:28 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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 Nouveau code source#!/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 RéponsesEdité par 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