WoW startup script - how to select region?

Questions about Wine on Linux
Locked
spency
Newbie
Newbie
Posts: 2
Joined: Mon Oct 05, 2015 6:00 pm

WoW startup script - how to select region?

Post by spency »

Hi all,

I've made a script to launch wow with wine in ubuntu after a lot of research and trial and error, now I'm stuck because the script launches me into the EU version, and I want to play on US.

Code: Select all

#!/bin/sh

MESA_GL_VERSION_OVERRIDE=3.3COMPAT
export MESA_GL_VERSION_OVERRIDE
wine "/home/myusername/.wine/drive_c/Program Files (x86)/World of Warcraft/WoW-64.exe" -opengl
How do I go about launching into the US region?

Many thanks.
spency
Newbie
Newbie
Posts: 2
Joined: Mon Oct 05, 2015 6:00 pm

Re: WoW startup script - how to select region?

Post by spency »

I apologize, but I discovered that the answer lies in the wow wtf file. so I solved it already. again sorry.
Cyndekai
Newbie
Newbie
Posts: 3
Joined: Tue Nov 24, 2015 1:52 pm

Re: WoW startup script - how to select region?

Post by Cyndekai »

Another solution is to click the arrow and then push tab. It's should show the box then.
Locked