start Masterserver and Supervisorserver/ game activade
logs
http://pastebin.com/9inVapvV
playgame no select
http://upamais.com/images/39186893886332186517.jpg
Printable View
start Masterserver and Supervisorserver/ game activade
logs
http://pastebin.com/9inVapvV
playgame no select
http://upamais.com/images/39186893886332186517.jpg
Before you really get started you should sort these errors out:
Secondly:Quote:
000023.666| WO_API: failed with error code 5 bad key
000023.666| !!!! CJobGetServerNotes failed, code: 5
000023.705| CAsyncApiWorker 0 job CJobGetServerNotes 051B45A0 failed
000023.705| Job CJobGetServerNotes 051B45A0: Creating 0 Notes
000023.788| WO_API: failed with error code 5 bad key
000023.788| !!!! AddLogInfoThread failed, code: 5
Which source do you use?
And last but not least:
What is actually not working? Don't see any other problem at your screen.
no click select servers.
Please provide me with more then only a one sentence post. I asked 3 Questions about your problem and without knowing this it's a guessing game.
To physically "activate" these buttons you'll need to add this code in FrontEndWarZ.cpp Line: 1424
Code:Scaleform::GFx::Value vars[8];
vars[0].SetBoolean(false); // Trial Servers
vars[1].SetBoolean(true); // Official Servers
vars[2].SetBoolean(false); // Private Servers
vars[3].SetBoolean(true); // Premium Servers
vars[4].SetBoolean(false); // Strongholds
vars[5].SetBoolean(true); // Public Test Environment
vars[6].SetBoolean(false); // My Servers
vars[7].SetBoolean(false); // Veteran Servers
gfxMovie.Invoke("_root.api.Main.BrowseGamesChannelsAnim.initButtons", vars, 8);