where should i ctrl+h and replace .mef with "" ?
where should i ctrl+h and replace .mef with "" ?
Crtl F type += ".mef"
then up of that you type
#ifdef _MEF
15 times if it's good.
After that crtl + h xml.mef to xml
now i have that
GUNZ 1,0,0,290 launched. build (May 25 2012 12:35:33)
Log time (05/25/12 12:36:12)
cmdline =
CPU ID = GenuineIntel ( family = 6 , model = 15 , stepping = 11 ) @ 2336 MHz
D3D_SDK_VERSION = 31
Display Device = NVIDIA GeForce 8500 GT ( vendor=10de device=421 subsys=47910de revision=a1 )
Display Driver Version = 6.14.0012.9610
Windows = 5.1 Build 2600 , Service Pack 3 (2096364KB) : Windows xp..
Cannot open system/locale.xml file.
Error!! - StringTable Initalize Failed
Cannot open (null) file.
InitializeNotify ok.
WFog Enabled Device.
device created.
Video memory 476.000000
shader initialize successful : 1
main : RGetLenzFlare()->Initialize()
Version : 0
InitialLoading success.
interface Initialize success
ZApplication::OnCreate : begin
0(Primary Sound Driver): Hardware Mixing Supported
1(Realtek HD Audio output): Hardware Mixing Supported
[[[getMaxChannel32]]]]
fail to load sound effect
-------------------> Sound Engine Create : 0.178000
sound engine create.
Load XML from memory : System/tips.xml(0x0000)- SUCCESS
start log bipmap
end of load bitmaps2
loading pictures : 0.950000
warning : FrameLook NullFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook NullFrameLook not found.
warning : FrameLook NormalFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
warning : FrameLook NullFrameLook not found.
warning : FrameLook Custom2FrameLook not found.
warning : FrameLook NullFrameLook not found.
warning : FrameLook DefaultFrameLook not found.
IDLResource Loading Success!!
IDL resources : 0.056000
start InitInterface option
end of InitInterface option ok
Crash ( 12:36:16 )
Build May 25 2012 11:43:42
dwTotalMemKB = 2096364 KB
dwAvailMemKB = 950960 KB
dwVirtualMemKB = 2097024 KB
[Exception]
Address : 0046bf59
ExpCode : c0000005
Flags : 00000000
#Param : 00000002
other : 00000000
[Context]
GS : 00000000 FS : 0000003b ES : 00000023 DS : 00000023
EDI: 0000000f ESI: 02fa43cc EBX: 00000000 EDX: 02fb5178
ECX: 0012f2c8 EAX: 00000000 EBP: 0012f2d4 EIP: 0046bf59
CS : 0000001b Flg: 00010206 ESP: 0012ee50 SS : 00000023
[Stack]
ffffffff 02fa1d90 00000000 02720000 00000000 00000000 0012ee34 02fa1d90
65746e49 63616672 65442f65 6c756166 616d2f74 782e6e69 7c006c6d 7c809c1b
00000000 0000007b 005e443c 005f22bf 02e3f308 005e44e6 0000007b 005e4503
00000000 02eecb30 00000000 00000000 0012eeb0 005ddc74 0012ef14 005ddc74
0067fde0 ffffffff 005e4503 005dbcd8 0000007b 02eecb30 005dc525 02eecb50
005dbd4e 02eecb30 005dbd24 0012f2c4 0012ef84 00000000 00000000 0012eefc
0067f510 0012ef44 005ddc74 0067f4a0 ffffffff 005dbd24 005a9342 02eecb30
0012f2c4 0012ef84 005a9480 0066678c 0012ef84 0012f2c8 0065fb5b ffffffff
00538a31 ffffffff 02fa1d90 00000000 02fa4260 0012ef4c 0067c01c 74986b00
65746e49 63616672 442f2f65 75616665 002f746c 00002f74 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
First of all build Gunz in KOR_RELEASE_PUBLISH,
after that you have to change locale.xml from USA to KOR.
how to change to KOREA in locale.xml?
<?xml version="1.0" encoding="UTF-8"?>
<XML>
<LOCALE>
<COUNTRY>USA</COUNTRY>
<LANGUAGE>USA</LANGUAGE> <!-- 아래의 SELECTABLE_LANGUAGES에서 같은 ID를 가지는 항목이 있어야 함 -->
<MAXPLAYERS>16</MAXPLAYERS>
<SELECTABLE_LANGUAGES> <!-- WARNING : HARD_CODING at "unsigned int GetLanguageIndexByCmdLineStr_forNHNUSA()" -->
<LANGUAGE id="USA" name="English" />
</SELECTABLE_LANGUAGES>
</LOCALE>
</XML>
<country>usa</country>
<language>usa</language>
usa > kor
same mlog when built in KOR RELEASE PUBLISH and change the locale to
<?xml version="1.0" encoding="UTF-8"?>
<XML>
<LOCALE>
<COUNTRY>KOR</COUNTRY>
<LANGUAGE>KOR</LANGUAGE> <!-- 아래의 SELECTABLE_LANGUAGES에서 같은 ID를 가지는 항목이 있어야 함 -->
<MAXPLAYERS>16</MAXPLAYERS>
<SELECTABLE_LANGUAGES> <!-- WARNING : HARD_CODING at "unsigned int GetLanguageIndexByCmdLineStr_forNHNUSA()" -->
<LANGUAGE id="USA" name="English" />
</SELECTABLE_LANGUAGES>
</LOCALE>
</XML>
<?xml version="1.0" encoding="UTF-8"?>
<XML>
<LOCALE>
<COUNTRY>KOR</COUNTRY>
<LANGUAGE>KOR</LANGUAGE>
<MAXPLAYERS>16</MAXPLAYERS>
</LOCALE>
</XML>
it is.
type crtl + f and find xml.mef
and not .xml.mef
LOL WTF?
i think i removed successfuly .mef !
my mlog :
GUNZ 1,0,0,290 launched. build (May 27 2012 06:36:31)
Log time (05/27/12 06:41:05)
CPU ID = GenuineIntel ( family = 6 , model = 15 , stepping = 11 ) @ 2335 MHz
Display Device = NVIDIA GeForce 8500 GT ( vendor=10de device=421 subsys=47910de revision=a1 )
Display Driver Version = 6.14.0012.9610
Windows = 5.1 Build 2600 , Service Pack 3 (2096364KB) : Windows xp..
Load XML from memory : system/locale.xml- SUCCESS
Country : (KOR), Language : (KOR)
Load Config from file : config.xml- SUCCESS
Load XML from memory : system/system.xml- SUCCESS
Load XML from memory : system/strings.xml(0x0012) - SUCCESS
Load XML from memory : system/cserror.xml(0x0012) - SUCCESS
Load XML from memory : system/messages.xml(0x0012) - SUCCESS
Load XML from memory : system/gametypecfg.xml
LOCALE:KOREA
Netmarble Certification Failed. Shutdown.
Routed to Website
Announcements : Log into the ijji.com GUNZ home page first and Click Play live to launch GunZ.
and when i open the runnable it opens me tab in that url:
GunZ – Nonstop Twitch Action Shooter
Edit !
i saw Vusion told some1 to return true;
if ( NetmarbleParseArguments( pszArgs))
{
ZApplication::GetInstance()->SetLaunchMode(ZApplication::ZLAUNCH_MODE_NETMARBLE);
return true;
}
else
{
mlog( "Netmarble Certification Failed. Shutdown. \n");
return true;
}
so , Thanks to Idelta123 and vusion i succeed to compile the source !
Last edited by Rejain; 21-09-12 at 11:39 AM.
Rejain are u dumb or ?
the ppl mean press on your keyboard ctrl + f and than will open a dialog
fill in what u want to find
end..
if u not undestand this stop!!!!!!!!!!!!!
- Tankado
Last edited by Tankado; 20-09-12 at 04:11 PM.