Fora

World of Warcraft : Mists of Pandaria

MoP Updated Script

Autor Odpowiedzi
Jump to the page: 1 - 2
shark711 Friday 3 May 2013 at 16:16
shark711Anonymous

I've battled with this for some time and then changed the Wine Version and also added a library and it seems to be working (installing) now.

So my wowmop.pol file like looks this (I am using the Europe version of the installer):

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"

TITLE="World of Warcraft : Mists of Pandaria"

cfg_check

POL_SetupWindow_Init
POL_SetupWindow_presentation "World of Warcraft : Mists of Pandaria" "Activision / Blizzard Entertainment" "http://www.worldofwarcraft.com" "Silverman" "WorldOfWarcraft"

POL_Wine_SelectPrefix "WorldOfWarcraft"
POL_Wine_PrefixCreate "1.5.21"
POL_Wine_OverrideDLL "builtin" "dnsapi"
POL_System_TmpCreate "WorldOfWarcaft"

POL_SetupWindow_InstallMethod "LOCAL"
cd "$HOME"
POL_SetupWindow_browse "Please select the installation file to run." "World-of-Warcraft-Setup-enGB.exe"
POL_SetupWindow_wait "Installing World of Warcraft : Mists of Pandaria." "World of Warcraft : Mists of Pandaria"
POL_Wine start /unix "$APP_ANSWER"

POL_System_TmpDelete

POL_Wine_WaitExit "$TITLE"
POL_Shortcut "World of Warcraft Launcher.exe" "" "World of Warcraft : Mists of Pandaria Launcher"
POL_Shortcut "Wow.exe" "$TITLE"
POL_SetupWindow_Close
exit

Now you can open PlayOnLinux
From the menus go to: Tools -> Run as local script
Select the wowmop.pol file and follow the instructions

shark711 Friday 3 May 2013 at 16:18
shark711Anonymous

Reason I changed the WINE version:
Seems that is the best fit
d16174l4n63l Tuesday 7 May 2013 at 23:55
d16174l4n63lAnonymous

Thank you Shark sorry I have been away parenting and what not but I am starting to get time to get things back in order.

Please anyone who wants to make edits or changes to make this a better script I welcome any contribution.
kevin34ct Tuesday 11 June 2013 at 23:07
kevin34ctAnonymous

To those of you experiencing slow frame rates and or stuttering audio, install directx 9. DirectX 9 adds the hardware audio renderer which also helps speed up video performance even though you are using openGL. At least this is what I've experienced on my system.
Ronin DUSETTE Wednesday 12 June 2013 at 0:15
Ronin DUSETTE

Thats good to know. I wonder why wine wouldnt implement that in the first place, though. I mean, it should just use ALSA, and doesnt ALSA support hardware playback?

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
d16174l4n63l Friday 31 January 2014 at 17:59
d16174l4n63lAnonymous

I have not forgotten this I have been fighting with the beta launcher, Shark good addition and think dx9 should be required in this?