Runes Of Magic
Informations
Créateur | Messages |
---|---|
catskan
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience2 1 DescriptionRunes Of Magic is a Free2Play MMORPG, released in 2009. No subscription, nice alternative to Word of Warcraft. Captures d'écranCode source#!/bin/bash # Date : (2012-01-29) # Last revision : See changelog # Wine version used : System # Distribution used to test : XUbuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail # Playonlinux v4.3.4 # CHANGELOG: # [Catskan] 2012 ? # First version ? # [SuperPlumus] (2012-01-29 08-02) # Correction syntax error (!) # Change prefix name # Add $PREFIX var # Update gettext message # [Dadu042] (2019-08-07) # Disable Wine 1.3.37, use System's Wine version (usally at least 2x. or 3.0 nowadays). # Disable POL_Browser before installing (why opening the website now ?). # [Dadu042] (2019-12-08) # Standardize System wine. # [Dadu042] (2019-12-26) # Force OS to win7 # Force x86 # dotnet20 -> dotnet40 # Disable IE6 # [Dadu042] (2022-04-10) # Wine 1.3.37 -> 4.0.4 (untested, it's because Wine 1.x is unable to run since Ubuntu 18.04) # + POL_Install_vcrun2015 (it seeems required according a user report) # - POL_Install_wininet (usually useless with current Wine versions) # # KNOWN ISSUES: # - Wine 4.0.1: install work up to 90% then no window -> it's because it is updating. # - Wine 4.0.1: Can not type in the login box, when the app windowed (OK when full screen). # - Wine 4.0.1: No web page displayed in the installer, just a white color (however it seems not to block the installation). However I canceled the installation of IE6 before. Tried: gecko install. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Runes Of Magic" PREFIX="RunesOfMagic" WORKING_WINE_VERSION="4.0.4" POL_Debug_Init POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Frogster" "http://www.runesofmagic.com/" "Catskan" "$PREFIX" # POL_Browser "http://www.runesofmagic.com/" #Wine preparation POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate # POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Set_OS "win7" # Installing POL_functions POL_Call POL_Install_dotnet40 POL_Call POL_Install_vcrun2015 # POL_Call POL_Install_wininet # POL_Call POL_Install_ie6 # POL_Call POL_Install_vcrun2010 Set_OS "win7" cd "$POL_USER_ROOT/tmp" if [ "$POL_SELECTED_FILE" = "" ] then POL_SetupWindow_message "$(eval_gettext 'You can download $TITLE install file here:')\n\nhttp://www.runesofmagic.com/" "$TITLE" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" CHEMIN="$APP_ANSWER" else CHEMIN="$POL_SELECTED_FILE" fi POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" Set_Managed Off POL_Wine "$CHEMIN" POL_Shortcut "launcher.exe" "$TITLE Launcher" "" "" "Game;RoleGame;" POL_Shortcut "Runes Of Magic.exe" "$TITLE" "" "" "Game;RoleGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Dimanche 10 Avril 2022 à 20:29 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -40,7 +40,7 @@ TITLE="Runes Of Magic" PREFIX="RunesOfMagic" -# WORKING_WINE_VERSION="4.0.4" +WORKING_WINE_VERSION="4.0.4" POL_Debug_Init POL_SetupWindow_Init Nouveau code source#!/bin/bash # Date : (2012-01-29) # Last revision : See changelog # Wine version used : System # Distribution used to test : XUbuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail # Playonlinux v4.3.4 # CHANGELOG: # [Catskan] 2012 ? # First version ? # [SuperPlumus] (2012-01-29 08-02) # Correction syntax error (!) # Change prefix name # Add $PREFIX var # Update gettext message # [Dadu042] (2019-08-07) # Disable Wine 1.3.37, use System's Wine version (usally at least 2x. or 3.0 nowadays). # Disable POL_Browser before installing (why opening the website now ?). # [Dadu042] (2019-12-08) # Standardize System wine. # [Dadu042] (2019-12-26) # Force OS to win7 # Force x86 # dotnet20 -> dotnet40 # Disable IE6 # [Dadu042] (2022-04-10) # Wine 1.3.37 -> 4.0.4 (untested, it's because Wine 1.x is unable to run since Ubuntu 18.04) # + POL_Install_vcrun2015 (it seeems required according a user report) # - POL_Install_wininet (usually useless with current Wine versions) # # KNOWN ISSUES: # - Wine 4.0.1: install work up to 90% then no window -> it's because it is updating. # - Wine 4.0.1: Can not type in the login box, when the app windowed (OK when full screen). # - Wine 4.0.1: No web page displayed in the installer, just a white color (however it seems not to block the installation). However I canceled the installation of IE6 before. Tried: gecko install. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Runes Of Magic" PREFIX="RunesOfMagic" WORKING_WINE_VERSION="4.0.4" POL_Debug_Init POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Frogster" "http://www.runesofmagic.com/" "Catskan" "$PREFIX" # POL_Browser "http://www.runesofmagic.com/" #Wine preparation POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate # POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Set_OS "win7" # Installing POL_functions POL_Call POL_Install_dotnet40 POL_Call POL_Install_vcrun2015 # POL_Call POL_Install_wininet # POL_Call POL_Install_ie6 # POL_Call POL_Install_vcrun2010 Set_OS "win7" cd "$POL_USER_ROOT/tmp" if [ "$POL_SELECTED_FILE" = "" ] then POL_SetupWindow_message "$(eval_gettext 'You can download $TITLE install file here:')\n\nhttp://www.runesofmagic.com/" "$TITLE" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" CHEMIN="$APP_ANSWER" else CHEMIN="$POL_SELECTED_FILE" fi POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" Set_Managed Off POL_Wine "$CHEMIN" POL_Shortcut "launcher.exe" "$TITLE Launcher" "" "" "Game;RoleGame;" POL_Shortcut "Runes Of Magic.exe" "$TITLE" "" "" "Game;RoleGame;" POL_SetupWindow_Close exit 0 Réponses |
Dadu042 | Dimanche 10 Avril 2022 à 20:28 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -25,6 +25,10 @@ # Force x86 # dotnet20 -> dotnet40 # Disable IE6 +# [Dadu042] (2022-04-10) +# Wine 1.3.37 -> 4.0.4 (untested, it's because Wine 1.x is unable to run since Ubuntu 18.04) +# + POL_Install_vcrun2015 (it seeems required according a user report) +# - POL_Install_wininet (usually useless with current Wine versions) # # KNOWN ISSUES: # - Wine 4.0.1: install work up to 90% then no window -> it's because it is updating. @@ -36,7 +40,7 @@ TITLE="Runes Of Magic" PREFIX="RunesOfMagic" -# WORKING_WINE_VERSION="1.3.37" +# WORKING_WINE_VERSION="4.0.4" POL_Debug_Init POL_SetupWindow_Init @@ -57,7 +61,9 @@ # Installing POL_functions POL_Call POL_Install_dotnet40 -POL_Call POL_Install_wininet +POL_Call POL_Install_vcrun2015 + +# POL_Call POL_Install_wininet # POL_Call POL_Install_ie6 # POL_Call POL_Install_vcrun2010 Nouveau code source#!/bin/bash # Date : (2012-01-29) # Last revision : See changelog # Wine version used : System # Distribution used to test : XUbuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail # Playonlinux v4.3.4 # CHANGELOG: # [Catskan] 2012 ? # First version ? # [SuperPlumus] (2012-01-29 08-02) # Correction syntax error (!) # Change prefix name # Add $PREFIX var # Update gettext message # [Dadu042] (2019-08-07) # Disable Wine 1.3.37, use System's Wine version (usally at least 2x. or 3.0 nowadays). # Disable POL_Browser before installing (why opening the website now ?). # [Dadu042] (2019-12-08) # Standardize System wine. # [Dadu042] (2019-12-26) # Force OS to win7 # Force x86 # dotnet20 -> dotnet40 # Disable IE6 # [Dadu042] (2022-04-10) # Wine 1.3.37 -> 4.0.4 (untested, it's because Wine 1.x is unable to run since Ubuntu 18.04) # + POL_Install_vcrun2015 (it seeems required according a user report) # - POL_Install_wininet (usually useless with current Wine versions) # # KNOWN ISSUES: # - Wine 4.0.1: install work up to 90% then no window -> it's because it is updating. # - Wine 4.0.1: Can not type in the login box, when the app windowed (OK when full screen). # - Wine 4.0.1: No web page displayed in the installer, just a white color (however it seems not to block the installation). However I canceled the installation of IE6 before. Tried: gecko install. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Runes Of Magic" PREFIX="RunesOfMagic" # WORKING_WINE_VERSION="4.0.4" POL_Debug_Init POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Frogster" "http://www.runesofmagic.com/" "Catskan" "$PREFIX" # POL_Browser "http://www.runesofmagic.com/" #Wine preparation POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate # POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Set_OS "win7" # Installing POL_functions POL_Call POL_Install_dotnet40 POL_Call POL_Install_vcrun2015 # POL_Call POL_Install_wininet # POL_Call POL_Install_ie6 # POL_Call POL_Install_vcrun2010 Set_OS "win7" cd "$POL_USER_ROOT/tmp" if [ "$POL_SELECTED_FILE" = "" ] then POL_SetupWindow_message "$(eval_gettext 'You can download $TITLE install file here:')\n\nhttp://www.runesofmagic.com/" "$TITLE" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" CHEMIN="$APP_ANSWER" else CHEMIN="$POL_SELECTED_FILE" fi POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" Set_Managed Off POL_Wine "$CHEMIN" POL_Shortcut "launcher.exe" "$TITLE Launcher" "" "" "Game;RoleGame;" POL_Shortcut "Runes Of Magic.exe" "$TITLE" "" "" "Game;RoleGame;" POL_SetupWindow_Close exit 0 Réponses |
Dadu042 | Jeudi 26 Décembre 2019 à 11:09 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesScript to retry to test, perhaps without dotnet40 nor wininet. Differences@@ -16,24 +16,27 @@ # Add $PREFIX var # Update gettext message # [Dadu042] (2019-08-07) -# Disable Wine 1.3.37, use System's Wine version (usally at least 2x. or 3.0 nowadays). -# Disable POL_Browser before installing (why opening the website now ?). +# Disable Wine 1.3.37, use System's Wine version (usally at least 2x. or 3.0 nowadays). +# Disable POL_Browser before installing (why opening the website now ?). # [Dadu042] (2019-12-08) -# Standardize System wine. - +# Standardize System wine. +# [Dadu042] (2019-12-26) +# Force OS to win7 +# Force x86 +# dotnet20 -> dotnet40 +# Disable IE6 # # KNOWN ISSUES: # - Wine 4.0.1: install work up to 90% then no window -> it's because it is updating. # - Wine 4.0.1: Can not type in the login box, when the app windowed (OK when full screen). -# - Wine 4.0.1: No web page displayed in the installer, just a white color (however it seems not to block the installation). Tried: gecko install. +# - Wine 4.0.1: No web page displayed in the installer, just a white color (however it seems not to block the installation). However I canceled the installation of IE6 before. Tried: gecko install. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - -WORKING_WINE_VERSION="" - + TITLE="Runes Of Magic" PREFIX="RunesOfMagic" +# WORKING_WINE_VERSION="1.3.37" POL_Debug_Init POL_SetupWindow_Init @@ -44,14 +47,21 @@ #Wine preparation POL_Wine_SelectPrefix "$PREFIX" +POL_System_SetArch "x86" + POL_Wine_PrefixCreate -POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" - -#Installing POL_functions -POL_Call POL_Install_ie6 -POL_Call POL_Install_dotnet20 +# POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +Set_OS "win7" + +# Installing POL_functions + +POL_Call POL_Install_dotnet40 POL_Call POL_Install_wininet -POL_Call POL_Install_vcrun2005 +# POL_Call POL_Install_ie6 +# POL_Call POL_Install_vcrun2010 + +Set_OS "win7" cd "$POL_USER_ROOT/tmp" Nouveau code source#!/bin/bash # Date : (2012-01-29) # Last revision : See changelog # Wine version used : System # Distribution used to test : XUbuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail # Playonlinux v4.3.4 # CHANGELOG: # [Catskan] 2012 ? # First version ? # [SuperPlumus] (2012-01-29 08-02) # Correction syntax error (!) # Change prefix name # Add $PREFIX var # Update gettext message # [Dadu042] (2019-08-07) # Disable Wine 1.3.37, use System's Wine version (usally at least 2x. or 3.0 nowadays). # Disable POL_Browser before installing (why opening the website now ?). # [Dadu042] (2019-12-08) # Standardize System wine. # [Dadu042] (2019-12-26) # Force OS to win7 # Force x86 # dotnet20 -> dotnet40 # Disable IE6 # # KNOWN ISSUES: # - Wine 4.0.1: install work up to 90% then no window -> it's because it is updating. # - Wine 4.0.1: Can not type in the login box, when the app windowed (OK when full screen). # - Wine 4.0.1: No web page displayed in the installer, just a white color (however it seems not to block the installation). However I canceled the installation of IE6 before. Tried: gecko install. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Runes Of Magic" PREFIX="RunesOfMagic" # WORKING_WINE_VERSION="1.3.37" POL_Debug_Init POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Frogster" "http://www.runesofmagic.com/" "Catskan" "$PREFIX" # POL_Browser "http://www.runesofmagic.com/" #Wine preparation POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate # POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" Set_OS "win7" # Installing POL_functions POL_Call POL_Install_dotnet40 POL_Call POL_Install_wininet # POL_Call POL_Install_ie6 # POL_Call POL_Install_vcrun2010 Set_OS "win7" cd "$POL_USER_ROOT/tmp" if [ "$POL_SELECTED_FILE" = "" ] then POL_SetupWindow_message "$(eval_gettext 'You can download $TITLE install file here:')\n\nhttp://www.runesofmagic.com/" "$TITLE" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" CHEMIN="$APP_ANSWER" else CHEMIN="$POL_SELECTED_FILE" fi POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" Set_Managed Off POL_Wine "$CHEMIN" POL_Shortcut "launcher.exe" "$TITLE Launcher" "" "" "Game;RoleGame;" POL_Shortcut "Runes Of Magic.exe" "$TITLE" "" "" "Game;RoleGame;" POL_SetupWindow_Close exit 0 Réponses |
Dadu042 | Jeudi 26 Décembre 2019 à 10:27 |
Dadu042
|
MessagesRunes of Magic (installed in september) + 4.0.2 and 4.0.3
I tried (without success): xmllite, msxml6, ie6, gecko, wine 4.21, 5.0-rc1 RéponsesMercredi 8 Janvier 2020 à 15:34
Mercredi 8 Janvier 2020 à 16:10
Samedi 18 Janvier 2020 à 19:15
Edité par Dadu042 |
Dadu042 | Dimanche 8 Décembre 2019 à 20:29 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -16,8 +16,11 @@ # Add $PREFIX var # Update gettext message # [Dadu042] (2019-08-07) -# Disable Wine 1.3.37, use System's Wine version (usally at least 2x. or 3.0 nowadays). -# Disable POL_Browser before installing (why the website now ?). +# Disable Wine 1.3.37, use System's Wine version (usally at least 2x. or 3.0 nowadays). +# Disable POL_Browser before installing (why opening the website now ?). +# [Dadu042] (2019-12-08) +# Standardize System wine. + # # KNOWN ISSUES: # - Wine 4.0.1: install work up to 90% then no window -> it's because it is updating. @@ -27,7 +30,7 @@ [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" -# WORKING_WINE_VERSION="1.3.37" +WORKING_WINE_VERSION="" TITLE="Runes Of Magic" PREFIX="RunesOfMagic" @@ -42,7 +45,7 @@ POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate -# POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" #Installing POL_functions POL_Call POL_Install_ie6 Nouveau code source#!/bin/bash # Date : (2012-01-29) # Last revision : See changelog # Wine version used : System # Distribution used to test : XUbuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail # Playonlinux v4.3.4 # CHANGELOG: # [Catskan] 2012 ? # First version ? # [SuperPlumus] (2012-01-29 08-02) # Correction syntax error (!) # Change prefix name # Add $PREFIX var # Update gettext message # [Dadu042] (2019-08-07) # Disable Wine 1.3.37, use System's Wine version (usally at least 2x. or 3.0 nowadays). # Disable POL_Browser before installing (why opening the website now ?). # [Dadu042] (2019-12-08) # Standardize System wine. # # KNOWN ISSUES: # - Wine 4.0.1: install work up to 90% then no window -> it's because it is updating. # - Wine 4.0.1: Can not type in the login box, when the app windowed (OK when full screen). # - Wine 4.0.1: No web page displayed in the installer, just a white color (however it seems not to block the installation). Tried: gecko install. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" WORKING_WINE_VERSION="" TITLE="Runes Of Magic" PREFIX="RunesOfMagic" POL_Debug_Init POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Frogster" "http://www.runesofmagic.com/" "Catskan" "$PREFIX" # POL_Browser "http://www.runesofmagic.com/" #Wine preparation POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" #Installing POL_functions POL_Call POL_Install_ie6 POL_Call POL_Install_dotnet20 POL_Call POL_Install_wininet POL_Call POL_Install_vcrun2005 cd "$POL_USER_ROOT/tmp" if [ "$POL_SELECTED_FILE" = "" ] then POL_SetupWindow_message "$(eval_gettext 'You can download $TITLE install file here:')\n\nhttp://www.runesofmagic.com/" "$TITLE" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" CHEMIN="$APP_ANSWER" else CHEMIN="$POL_SELECTED_FILE" fi POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" Set_Managed Off POL_Wine "$CHEMIN" POL_Shortcut "launcher.exe" "$TITLE Launcher" "" "" "Game;RoleGame;" POL_Shortcut "Runes Of Magic.exe" "$TITLE" "" "" "Game;RoleGame;" POL_SetupWindow_Close exit 0 Réponses |
Dadu042 | Mercredi 7 Aoüt 2019 à 18:25 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesTutorial played OK.
Warning: after installation, my game upgraded itself for more than 10 hours ! (from version '7.2.1.2848.en' to '7.3.0.2880.en'). Size on the HDD : 27 GB !. Differences@@ -1,6 +1,7 @@ #!/bin/bash # Date : (2012-01-29) # Last revision : See changelog +# Wine version used : System # Distribution used to test : XUbuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail @@ -14,9 +15,10 @@ # Change prefix name # Add $PREFIX var # Update gettext message -# [Dadu042] (2019-08-02) +# [Dadu042] (2019-08-07) # Disable Wine 1.3.37, use System's Wine version (usally at least 2x. or 3.0 nowadays). - +# Disable POL_Browser before installing (why the website now ?). +# # KNOWN ISSUES: # - Wine 4.0.1: install work up to 90% then no window -> it's because it is updating. # - Wine 4.0.1: Can not type in the login box, when the app windowed (OK when full screen). @@ -34,7 +36,6 @@ POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Frogster" "http://www.runesofmagic.com/" "Catskan" "$PREFIX" -# Why opening the website now ? # POL_Browser "http://www.runesofmagic.com/" #Wine preparation Nouveau code source#!/bin/bash # Date : (2012-01-29) # Last revision : See changelog # Wine version used : System # Distribution used to test : XUbuntu 18.04 x64 # Script licence : GPL3 # Program licence : Retail # Playonlinux v4.3.4 # CHANGELOG: # [Catskan] 2012 ? # First version ? # [SuperPlumus] (2012-01-29 08-02) # Correction syntax error (!) # Change prefix name # Add $PREFIX var # Update gettext message # [Dadu042] (2019-08-07) # Disable Wine 1.3.37, use System's Wine version (usally at least 2x. or 3.0 nowadays). # Disable POL_Browser before installing (why the website now ?). # # KNOWN ISSUES: # - Wine 4.0.1: install work up to 90% then no window -> it's because it is updating. # - Wine 4.0.1: Can not type in the login box, when the app windowed (OK when full screen). # - Wine 4.0.1: No web page displayed in the installer, just a white color (however it seems not to block the installation). Tried: gecko install. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" # WORKING_WINE_VERSION="1.3.37" TITLE="Runes Of Magic" PREFIX="RunesOfMagic" POL_Debug_Init POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Frogster" "http://www.runesofmagic.com/" "Catskan" "$PREFIX" # POL_Browser "http://www.runesofmagic.com/" #Wine preparation POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate # POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" #Installing POL_functions POL_Call POL_Install_ie6 POL_Call POL_Install_dotnet20 POL_Call POL_Install_wininet POL_Call POL_Install_vcrun2005 cd "$POL_USER_ROOT/tmp" if [ "$POL_SELECTED_FILE" = "" ] then POL_SetupWindow_message "$(eval_gettext 'You can download $TITLE install file here:')\n\nhttp://www.runesofmagic.com/" "$TITLE" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" CHEMIN="$APP_ANSWER" else CHEMIN="$POL_SELECTED_FILE" fi POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed.')" "$TITLE" Set_Managed Off POL_Wine "$CHEMIN" POL_Shortcut "launcher.exe" "$TITLE Launcher" "" "" "Game;RoleGame;" POL_Shortcut "Runes Of Magic.exe" "$TITLE" "" "" "Game;RoleGame;" POL_SetupWindow_Close exit 0 RéponsesEdité par Dadu042 |
lpegoraro | Jeudi 2 Mars 2017 à 22:21 |
lpegoraro
|
MessagesHey, It is working fine in the main client, but I want to play a locked version of a local server that needs to pass the argument "NoCheckVersion" to the Client.exe, it is not working properly in this.
Can anyone help in this case?
Thanks! RéponsesVendredi 2 Aoüt 2019 à 16:07
|
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