I downloaded Gunz's source, compiled it, removed xtrap and that serialkey validation, I can start the game, but in the login screen, I can't type neither my username nor my password.
What could possibly be wrong? (I never played Gunz before)
Printable View
I downloaded Gunz's source, compiled it, removed xtrap and that serialkey validation, I can start the game, but in the login screen, I can't type neither my username nor my password.
What could possibly be wrong? (I never played Gunz before)
you maybe have the password wrong and the mysql, just take a chill pill
Maybe interface xml bug?
It happened to me before, cuz i did something wrong in the ChatInput.
What do you mean by interface xml bug?
This helps?
Spoiler:
This sounds like a client problem not a runnable problem
You need to post mlog info and give us more information such as what client you are using (im assuming phoenix repack 2 eh?)
You can see in my previous post the mlog and my first post tells you which client I am using, the client compiled in dawson released source.
Ahh get phoenix client and replace your interface folder. May be u having problem with Default.mrs and loading.mrs . Just replace those two files :)
this one? http://forum.ragezone.com/f245/gunz-...client-701737/
@edit
It didnt work, mlog:
Spoiler:
What I am curious about is why you just didnt take the 5 min to remove MEF and use these client files.
(If you aren't aware of how to remove it, a simple search will bring you up a dozen topics describing how to do it)
MEF is fairly useless now days since it isn't secure so it just becomes a pain updating each xml. If you want protection just write your own file system.
You meant there are no labels to put your ID and Password?
Open Up your gunz source, go to Gunz >> Game >> ZGlobal.cpp. CTRL + F (make sure its on "Current Project) and search for "ShowWidget("Login_Logo", false);" (Without The "") then do the following.
Find This Code
Replace WithCode:#if defined(_DEBUG) || defined(_RELEASE)
ShowWidget("Login_Logo", false);
ShowWidget("Label_ID", false);
ShowWidget("LoginID", false);
ShowWidget("Label_Password", false);
ShowWidget("LoginPassword", false);
#else
ShowWidget("Login_Logo", false);
ShowWidget("Label_ID", false);
ShowWidget("LoginID", false);
ShowWidget("Label_Password", false);
ShowWidget("LoginPassword", false);
ShowWidget("LabelServerIP", false);
ShowWidget("ServerAddress", false);
ShowWidget("ServerPort", false);
Hope This HelpedCode:#if defined(_DEBUG) || defined(_RELEASE)
ShowWidget("Login_Logo", false);
ShowWidget("Label_ID", true);
ShowWidget("LoginID", true);
ShowWidget("Label_Password", true);
ShowWidget("LoginPassword", true);
#else
ShowWidget("Login_Logo", false);
ShowWidget("Label_ID", true);
ShowWidget("LoginID", true);
ShowWidget("Label_Password", true);
ShowWidget("LoginPassword", true);
ShowWidget("LabelServerIP", false);
ShowWidget("ServerAddress", false);
ShowWidget("ServerPort", false);
Yeah don't use the 2008 files as you are using the 1.5 source.
OK. I downloaded Phoenix client 1.5 and compiled the game in english release mode. But the game wont start, mlog follows:
I guess there is some file missing!Quote:
GUNZ 1,0,0,290 launched. build (Jun 3 2012 12:42:43)
Log time (06/03/12 12:44:30)
CPU ID = GenuineIntel ( family = 518 , model = 10 , stepping = 7 ) @ 2195 MHz
Display Device = NVIDIA GeForce GT 540M ( vendor=10de device=df4 subsys=9089104d revision=a1 )
Display Driver Version = 8.17.0012.9610
Windows = 6.1 Build 7600 , (4194303KB) : ..
Cannot open system/locale.xml file.
Error!! - StringTable Initalize Failed
Cannot open (null) file.
Invalid Locale
Remove Mef and that should solve ur prob