Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Client + DB + ServerFiles - Abbygamerz

Junior Spellweaver
Joined
Apr 16, 2013
Messages
148
Reaction score
19
why the client gunz.exe cant run.plz help me .how to fix it ,in the mlog.txt has these:

GUNZ 1,0,0,290 launched. build (Feb 11 2014 14:01:08)
Log time (06/27/16 17:36:36)
CPU ID = GenuineIntel ( family = 6 , model = 15 , stepping = 13 ) @ 2419 MHz
Display Device = NVIDIA GeForce 9400 GT ( vendor=10de device=65b subsys=7377 revision=a1 )
Display Driver Version = 9.18.0013.2049
Windows = 6.1 Build 7601 , Service Pack 1 (4193400KB) : ..
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(0x0009) - SUCCESS
Load XML from memory : system/cserror.xml(0x0009) - SUCCESS
Load XML from memory : system/messages.xml(0x0009) - SUCCESS
Load XML from memory : system/gametypecfg.xml
InitializeNotify ok.
WFog Enabled Device.
device created.
Video memory 1012.000000
shader initialize successful : 1
main : RGetLenzFlare()->Initialize()
Abby GunZ
InitialLoading success.
Fail to create Bitmap for Initial loading
Fail to create Bitmap for Initial loading
interface Initialize success
ZApplication::OnCreate : begin
0(主声音驱动程序): Hardware Mixing Not Supported
1(扬声器 (Realtek High Definition Audio)): Hardware Mixing Not Supported
2(Realtek Digital Output (Realtek High Definition Audio)): Hardware Mixing Not Supported
[[[getMaxChannel32]]]]
cannot create sound : we_grenade_reload
cannot create sound : rebirth
cannot create sound : ricochet_concrete01
LoadWave: Error loading file
cannot create sound : if_error
cannot create sound : nice
cannot create sound : run_a_male
cannot create sound : we_grenade_reload_2d
cannot create sound : amb_factory
cannot create sound : amb_steam
cannot create sound : amb_fan2
cannot create sound : amb_factory_2d
cannot create sound : amb_factory2_2d
cannot create sound : amb_generator_2d
cannot create sound : amb_steam_2d
cannot create sound : amb_steam2_2d
cannot create sound : amb_fan_2d
cannot create sound : amb_fan2_2d
cannot create sound : amb_engine_2d
cannot create sound : big_time_prin
cannot create sound : crispy_fried_punk_
cannot create sound : do_you_feel_luck
cannot create sound : flame_on_baby_
cannot create sound : ha_ha_ha_you_suck
cannot create sound : hail_to_the_king_baby
cannot create sound : Ill_make_you_shiver_when_i_deliver
cannot create sound : Im_goin_to_bust_you_up
cannot create sound : is_that_cryin_i_hear
cannot create sound : Its_on_baby
cannot create sound : ive_got_hald_a_mind_to_waste_you_punk
cannot create sound : mess_with_the_best_die_like_the_rest
cannot create sound : ooh_thats_gotta_hurt
cannot create sound : yo_wussup
cannot create sound : you_dont_have_the_cuts_wussy
cannot create sound : GoblinW_castFirst
cannot create sound : GoblinW_castSecond
cannot create sound : SkeletonLp_neglect


-------------------> Sound Engine Create : 2.772000


sound engine create.
Init map Descriptor success.
Load XML from memory : system/tips.xml(0x0009)- SUCCESS
start log bipmap
end of load bitmaps2
start log bipmap
end of load bitmaps2
loading pictures : 0.013000
start log bipmap
end of load bitmaps2
IDLResource Loading Failed!!
IDL resources : 0.010000
start InitInterface option
end of InitInterface option ok
quest combat list loding error
Failed: ZGameInterface OnCreate
Destroy interface begin
destroy client.
PeerInfoList Released
clear looks end.
Widget map clear end.
desctroy cursor system end.
clear IDL resource end.
Final interface end.
Destroy game interface done.
clear looks end.
Widget map clear end.
desctroy cursor system end.
Destroy gunz
Destroy sound engine.
Destroy sound engine. success
Destroy console.
Destroy mesh manager.
Destroy weapon mesh manager.
Clear SkillManager.
Clear QuestItemDescMgr.
Clear MatchItemDescMgr.
Clear ChattingFilter.
Clear ChannelRuleMgr.
destroy game application done.
interface finalize.
game input destroy.
game gonfiguration destroy.
Bitmap manager destroy Animation bitmap.
destroy gunz finish.
Rframe_destory::closeDisplay

Code:
LoadWave: Error loading file

IE sound file error
 
Banned
Banned
Joined
Jul 11, 2016
Messages
4
Reaction score
0
that release is so wrong even we cant know how to compile that new model thing or anything else like sound effects u shouldve did that for us dude we just can take items from the gunz like really thats useless
 
Junior Spellweaver
Joined
Feb 14, 2014
Messages
115
Reaction score
9
Remember all that is not supported on abbygunz.
 
Junior Spellweaver
Joined
Oct 9, 2010
Messages
159
Reaction score
8
no source packer ??. can i use .mrs instead of .aby ?



got stuck in change .aby
 
Last edited:
Newbie Spellweaver
Joined
Dec 12, 2011
Messages
19
Reaction score
3
no source packer ??. can i use .mrs instead of .aby ?



got stuck in change .aby

you can not would have to programarce entire source .

and seen that what needs to be done is
edit

cml => MZFileSystem. cpp, MZFileSystem.h
gunz=> main.cpp
encrip=> .lib

but there is more to come there and
 
Junior Spellweaver
Joined
Oct 9, 2010
Messages
159
Reaction score
8
you can not would have to programarce entire source .

and seen that what needs to be done is
edit

cml => MZFileSystem. cpp, MZFileSystem.h
gunz=> main.cpp
encrip=> .lib

but there is more to come there and

did you succes? i see that gunz.exe read antihack.aby file. if we can disable him. we can use packer and change .aby to another dot



ZApplication.cpp line 1055
char _dir[ _MAX_PATH];
GetModuleFileName( NULL, _dir, _MAX_PATH);
PathRemoveFileSpec( _dir);
SetCurrentDirectory( _dir );
m_FileSystem.Create(_dir, MFILEACCESS_ENCRYPTED);
m_FileSystem.SetPath("Maps;Quest;CUSTOM;");
m_FileSystem.ReadFileIndex( "antihack.aby");
 
Newbie Spellweaver
Joined
Dec 12, 2011
Messages
19
Reaction score
3
did you succes? i see that gunz.exe read antihack.aby file. if we can disable him. we can use packer and change .aby to another dot



ZApplication.cpp line 1055


I'm using that and compile everything without errors canbie the cml but I still do not open runnable 'm working on it

void ZApplication::InitFileSystem()
{
m_FileSystem.Create("./","");
m_FileSystem.SetPrivateKey( szPrivateKey, sizeof( szPrivateKey));

string strFileNameFillist(FILENAME_FILELIST);
#ifdef _MEF
strFileNameFillist += ".mef";

m_fileCheckList.Open(strFileNameFillist.c_str(), &m_FileSystem);
m_FileSystem.SetFileCheckList(&m_fileCheckList);
#endif

RSetFileSystem(ZApplication::GetFileSystem());
}

Mlog

GUNZ 1,0,0,290 launched. build (Sep 8 2016 13:27:51)
Log time (09/08/16 14:18:40)
CPU ID = GenuineIntel ( family = 6 , model = 15 , stepping = 13 ) @ 1995 MHz
Display Device = NVIDIA GeForce 210 ( vendor=10de device=a65 subsys=83f41043 revision=a2 )
Display Driver Version = 9.18.0013.4196
Windows = 6.2 Build 9200 , (2097151KB) : ..
Cannot open system/locale.xml file.
Error!! - StringTable Initalize Failed
Cannot open system/gametypecfg.xml file.
Check notify.xml



Advance a little and opens me .mrs
trunksx - Client + DB + ServerFiles - Abbygamerz - RaGEZONE Forums

Mlog
GUNZ 1,0,0,290 launched. build (Sep 8 2016 16:06:22)
Log time (09/08/16 17:15:32)
CPU ID = GenuineIntel ( family = 6 , model = 15 , stepping = 13 ) @ 1995 MHz
Display Device = NVIDIA GeForce 210 ( vendor=10de device=a65 subsys=83f41043 revision=a2 )
Display Driver Version = 9.18.0013.4196
Windows = 6.2 Build 9200 , (2097151KB) : ..
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(0x0009) - SUCCESS
Load XML from memory : system/cserror.xml(0x0009) - SUCCESS
Load XML from memory : system/messages.xml(0x0009) - SUCCESS
Load XML from memory : system/gametypecfg.xml
InitializeNotify ok.
WFog Enabled Device.
device created.
Video memory 1252.500000
shader initialize successful : 1
main : RGetLenzFlare()->Initialize()
Abby GunZ
InitialLoading success.
interface Initialize success
ZApplication::OnCreate : begin
0(Controlador primario de sonido): Hardware Mixing Not Supported
1(Altavoces (2- Dispositivo de High Definition Audio)): Hardware Mixing Not Supported
2(Altavoces (2- Dispositivo de High Definition Audio)): Hardware Mixing Not Supported
[[[getMaxChannel32]]]]
fail to load sound effect

-------------------> Sound Engine Create : 0.233000

sound engine create.
Init map Descriptor success.
Load XML from memory : system/tips.xml(0x0009)- SUCCESS
start log bipmap
end of load bitmaps2
start log bipmap
end of load bitmaps2
loading pictures : 14.403000
start log bipmap
end of load bitmaps2
IDLResource Loading Failed!!
IDL resources : 0.854000
start InitInterface option
end of InitInterface option ok
quest combat list loding error
Failed: ZGameInterface OnCreate
Destroy interface begin
destroy client.
PeerInfoList Released
clear looks end.
Widget map clear end.
desctroy cursor system end.
clear IDL resource end.
Final interface end.
Destroy game interface done.
Crash ( 17:15:55 )
Build Sep 8 2016 15:25:13

dwTotalMemKB = 3144948 KB
dwAvailMemKB = 1238240 KB
dwVirtualMemKB = 2097024 KB

[Exception]
Address : 009c1e1f
ExpCode : c0000005
Flags : 00000000
#Param : 00000002
other : 00000000

[Context]
GS : 00000000 FS : 0000003b ES : 00000023 DS : 00000023
EDI: 00000000 ESI: 00000001 EBX: 00000000 EDX: 57575555
ECX: 57575555 EAX: 57575555 EBP: 0040ea64 EIP: 009c1e1f
CS : 0000001b Flg: 00210206 ESP: 0040e7e8 SS : 00000023

[Stack]
00000001 0000080d 01000000 0040e810 04337048 0000077f 0433b0b0 75570000
0c090401 6ea20bda 0cef1dd8 0cef1a88 004e0000 75570000 00000000 04337050
0040e874 000050ab c27c112e 57575555 04337048 042a1f80 0000077f 0500080d
0c310000 000007ff 00001dfc 000050ab 00000002 04337048 0cef1a88 0000077f
0cf19fe0 00000004 05010004 0433eec8 004e0000 0433eec8 0d08f9fc 0433eec8
02000002 0040e8b4 00000000 0040e8b0 a50851fc 00000004 0cef1dd8 0433ee48
0500080d 0433ee48 0040e9b8 0433ee48 000050ab 7786914a c27c11be 0cef1a88
004e0000 0cef1a90 004e0284 7786914a c27c11d6 042e2aa8 19085041 042e2ab0
00000000 042a1f80 00000012 02000002 95010094 00000000 02000002 00000012
0140e978 004e0260 0d08f9fc 14000014 0040e9c0 778b5003 042e2ac8 03f02d58
004e0000 042e2ab0 0cef1a88 042e2ac8 fc0003ff 04355fb0 004e0000 00000001
00000000 042d364c 00000000 00000000 00000000 00005041 00000000 025e0278
00000800 0c88b178 12561250 004e0000 00000000 04337050 000050ab 00000000
00000000 00000001 00000001 00001dfc 01e92e10 0000077f 00c915ac 20e92e10
0040eb9c 778b5003 b5ad0336 57575555 0040ea0c 77868755 00000000 0cef1dd8
00000000 00000001 00000000 0433eec8 0040ea2c 00ad5cf8 00000000 0433ee48
 
Junior Spellweaver
Joined
Oct 9, 2010
Messages
159
Reaction score
8
i have remove encrypt and change .aby back to .mrs. It seem worked but im stuck in Interface now.
It alway show black screen in Login Panel
here is mlog:
GUNZ 1,0,0,290 launched. build (Sep 13 2016 13:40:46)
Log time (09/13/16 22:04:22)
CPU ID = GenuineIntel ( family = 774 , model = 10 , stepping = 9 ) @ 2494 MHz
Display Device = Intel(R) HD Graphics 4000 ( vendor=8086 device=166 subsys=6781025 revision=9 )
Display Driver Version = 9.17.0010.2932
Windows = 6.2 Build 9200 , (4194303KB) : ..
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(0x0009) - SUCCESS
Load XML from memory : system/cserror.xml(0x0009) - SUCCESS
Load XML from memory : system/messages.xml(0x0009) - SUCCESS
Load XML from memory : system/gametypecfg.xml
InitializeNotify ok.
WFog Enabled Device.
device created.
Video memory 878.500000
shader initialize successful : 1
main : RGetLenzFlare()->Initialize()
Abby GunZ
InitialLoading success.
interface Initialize success
ZApplication::OnCreate : begin
0(Primary Sound Driver): Hardware Mixing Not Supported
1(Speakers (Realtek High Definition Audio)): Hardware Mixing Not Supported
[[[getMaxChannel32]]]]
cannot create sound : we_grenade_reload
cannot create sound : rebirth
cannot create sound : ricochet_concrete01
LoadWave: Error loading file
cannot create sound : if_error
cannot create sound : nice
cannot create sound : run_a_male
cannot create sound : we_grenade_reload_2d
cannot create sound : amb_factory
cannot create sound : amb_steam
cannot create sound : amb_fan2
cannot create sound : amb_factory_2d
cannot create sound : amb_factory2_2d
cannot create sound : amb_generator_2d
cannot create sound : amb_steam_2d
cannot create sound : amb_steam2_2d
cannot create sound : amb_fan_2d
cannot create sound : amb_fan2_2d
cannot create sound : amb_engine_2d
cannot create sound : big_time_prin
cannot create sound : crispy_fried_punk_
cannot create sound : do_you_feel_luck
cannot create sound : flame_on_baby_
cannot create sound : ha_ha_ha_you_suck
cannot create sound : hail_to_the_king_baby
cannot create sound : Ill_make_you_shiver_when_i_deliver
cannot create sound : Im_goin_to_bust_you_up
cannot create sound : is_that_cryin_i_hear
cannot create sound : Its_on_baby
cannot create sound : ive_got_hald_a_mind_to_waste_you_punk
cannot create sound : mess_with_the_best_die_like_the_rest
cannot create sound : ooh_thats_gotta_hurt
cannot create sound : yo_wussup
cannot create sound : you_dont_have_the_cuts_wussy
cannot create sound : GoblinW_castFirst
cannot create sound : GoblinW_castSecond
cannot create sound : SkeletonLp_neglect

-------------------> Sound Engine Create : 5.821000

sound engine create.
Init map Descriptor success.
Load XML from memory : system/tips.xml(0x0009)- SUCCESS
end of load bitmaps2
loading pictures : 6.244000
end of load bitmaps2
IDLResource Loading Failed!!
IDL resources : 1.374000
start InitInterface option
end of InitInterface option ok
----------> in zip ( interface/default/combat/ctf_splash.elu ) file not found!!
Screen Effect Manager Create : 0.316000
Screen effect manager create success.
SFX/ef_hp ampulla.elu mesh Plane57 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane50 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane51 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane52 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane53 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane54 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_hp ampulla.elu mesh Plane56 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_ap ampulla.elu mesh Plane50 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_ap ampulla.elu mesh Plane51 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_ap ampulla.elu mesh Plane52 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_ap ampulla.elu mesh Plane53 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_ap ampulla.elu mesh Plane54 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_ap ampulla.elu mesh Plane56 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_ap ampulla.elu mesh Plane57 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_haste ampulla.elu mesh Plane50 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_haste ampulla.elu mesh Plane51 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_haste ampulla.elu mesh Plane52 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_haste ampulla.elu mesh Plane53 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_haste ampulla.elu mesh Plane54 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_haste ampulla.elu mesh Plane56 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
SFX/ef_haste ampulla.elu mesh Plane57 node 2 face 0 point -> physique 3 °³ ÀÌ»ó
Effect manager create success.
Client create success.
game interface create success.

-------------------> GameInterface Create : 8.777000

model/man/man-parts_shunter.elu mesh eq_chest_shunter node 34 face 0 point -> physique 3 °³ ÀÌ»ó
model/man/man-parts_dryad.elu mesh eq_chest_dryad node 680 face 0 point -> physique 3 °³ ÀÌ»ó
model/man/man-parts_gveteran.elu mesh eq_chest_gveteran node 6 face 2 point -> physique 3 °³ ÀÌ»ó
model/man/man_botD.elu mesh eq_chest_botDM node 419 face 1 point -> physique 3 °³ ÀÌ»ó
model/man/man_BotB.elu mesh eq_chest_botB node 68 face 1 point -> physique 3 °³ ÀÌ»ó
model/man/Man_botA.elu mesh eq_chest_BotAM node 23 face 0 point -> physique 3 °³ ÀÌ»ó
model/man/Man_botA.elu mesh eq_legs_BotAM node 11 face 1 point -> physique 3 °³ ÀÌ»ó
model/man/man_Egypt.elu mesh eq_chest_EgyptM node 37 face 2 point -> physique 3 °³ ÀÌ»ó
model/man/man_Egypt.elu mesh eq_head_EgyptM node 1 face 2 point -> physique 3 °³ ÀÌ»ó
model/man/man_Egypt.elu mesh eq_legs_EgyptM node 36 face 1 point -> physique 3 °³ ÀÌ»ó
model/man/rabbit.elu mesh eq_chest_MrRabbit node 30 face 1 point -> physique 3 °³ ÀÌ»ó
model/man/Counter_Male1.elu mesh eq_hands_CounterMale node 214 face 2 point -> physique 3 °³ ÀÌ»ó
model/man/Counter_Male1.elu mesh eq_chest_CounterMale node 291 face 1 point -> physique 3 °³ ÀÌ»ó
model/man/Counter_Male1.elu mesh eq_head_CounterMale node 253 face 1 point -> physique 3 °³ ÀÌ»ó
model/man/Terro_Male.elu mesh eq_head_TerroMale node 217 face 0 point -> physique 3 °³ ÀÌ»ó
model/man/male-cloud.elu mesh eq_chest_cloud node 192 face 1 point -> physique 3 °³ ÀÌ»ó
model/man/man_dante.elu mesh eq_head_dante node 1021 face 2 point -> physique 3 °³ ÀÌ»ó
model/man/man_rokie3.elu mesh eq_chest_mrokie3 node 52 face 0 point -> physique 3 °³ ÀÌ»ó
model/man/man_rokie4.elu mesh eq_chest_mrokie4 node 22 face 1 point -> physique 3 °³ ÀÌ»ó
model/man/man_rokie5.elu mesh eq_chest_mrokie5 node 68 face 1 point -> physique 3 °³ ÀÌ»ó
model/man/man_rokie6.elu mesh eq_chest_mrokie6 node 34 face 0 point -> physique 3 °³ ÀÌ»ó
model/man/man_rokie7.elu mesh eq_chest_mrokie7 node 35 face 0 point -> physique 3 °³ ÀÌ»ó
model/man/man_rokie8.elu mesh eq_chest_mrokie8 node 72 face 2 point -> physique 3 °³ ÀÌ»ó
model/man/man_rokie8.elu mesh eq_legs_mrokie8 node 1 face 1 point -> physique 3 °³ ÀÌ»ó
model/man/_man_rokie9.elu mesh eq_chest_mrokie9 node 322 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/woman-parts_blackdragon.elu mesh eq_legs_blackdragon node 301 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/woman-parts_eskimo.elu mesh eq_chest_eskimo node 80 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/woman-parts_bloodsuit.elu mesh eq_chest_bloodsuit node 129 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/woman-parts_gveteran.elu mesh eq_chest_gveteran node 6 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/OrientesRed.elu mesh eq_chest_OrientR node 7 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/ForeingG.elu mesh eq_legs_foreign node 367 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/ForeingG.elu mesh eq_chest_foreing node 751 face 2 point -> physique 3 °³ ÀÌ»ó
model/woman/pink.elu mesh eq_chest_pinkF node 211 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/pink.elu mesh eq_head_pinkF node 59 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/lollipop.elu mesh eq_chest_lollipop node 410 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/lollipop.elu mesh eq_head_lollipop node 90 face 2 point -> physique 3 °³ ÀÌ»ó
model/woman/MJWomen.elu mesh eq_chest_MJWomen node 0 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/BMJWomen.elu mesh eq_chest_BMJWomen node 0 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/divineAngel.elu mesh eq_head_divine node 1205 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/GameMasterWomen.elu mesh eq_chest_GameMaster node 28 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/botD.elu mesh eq_chest_botD node 419 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/botD.elu mesh eq_legs_botD node 110 face 2 point -> physique 3 °³ ÀÌ»ó
model/woman/BotB.elu mesh eq_chest_botB node 68 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/botA.elu mesh eq_chest_BotA node 23 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/botA.elu mesh eq_legs_BotA node 11 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/EgyptFemale.elu mesh eq_chest_EgyptFemale node 12 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/EgyptFemale.elu mesh eq_legs_EgyptFemale node 71 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/Gm_Women.elu mesh eq_chest_gmWomen node 96 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/Gm_Women.elu mesh eq_legs_gmWomen node 233 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/women_rabbit.elu mesh eq_chest_MrRabbitW node 30 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/women_ali.elu mesh eq_chest_Ali node 13 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/Terro_Female.elu mesh eq_chest_TerroFemale node 253 face 2 point -> physique 3 °³ ÀÌ»ó
model/woman/Terro_Female.elu mesh eq_legs_TerroFemale node 60 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/female_counter.elu mesh eq_chest_CounterFemale node 161 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/Mario_head.elu mesh eq_head_MarioHead node 134 face 2 point -> physique 3 °³ ÀÌ»ó
model/woman/wo_Archer.elu mesh eq_feet_Archer node 988 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/women_cat.elu mesh eq_legs_womenCat node 98 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/women_lighthing.elu mesh eq_head_lighthing node 151 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/women_rokie3.elu mesh eq_chest_wrokie3 node 1146 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/women_rokie4.elu mesh eq_chest_wrokie4 node 680 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/women_rokie5.elu mesh eq_chest_wrokie5 node 1149 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/women_rokie6.elu mesh eq_head_wrokie6 node 209 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/women_rokie6.elu mesh eq_chest_wrokie6 node 495 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/women_rokie7.elu mesh eq_legs_wrokie7 node 674 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/women_rokie7.elu mesh eq_chest_wrokie7 node 449 face 2 point -> physique 3 °³ ÀÌ»ó
model/woman/women_rokie8.elu mesh eq_head_wrokie8 node 262 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/women_rokie8.elu mesh eq_chest_wrokie8 node 444 face 2 point -> physique 3 °³ ÀÌ»ó
model/woman/women_rokie9.elu mesh eq_chest_wrokie9 node 43 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/women_sadness.elu mesh eq_head_sadness node 8 face 1 point -> physique 3 °³ ÀÌ»ó
model/woman/yuna.elu mesh eq_chest_yuna node 567 face 0 point -> physique 3 °³ ÀÌ»ó
model/woman/1RaiderBlack.elu mesh eq_legs_raider node 1164 face 2 point -> physique 3 °³ ÀÌ»ó
model/woman/1RaiderBlack.elu mesh eq_chest_raider node 60 face 2 point -> physique 3 °³ ÀÌ»ó
NewModel/zombie/doctorZombie.elu mesh doctorZombie node 72 face 0 point -> physique 3 °³ ÀÌ»ó
Point Number is larger than defined max vertex ..
Point Number is larger than defined max vertex ..
Load character.xml success,

-------------------> Character Loading : 12.735000

----------> in zip ( model/dagger01.elu ) file not found!!
----------> in zip ( model/dagger02.elu ) file not found!!
----------> in zip ( model/dagger03.elu ) file not found!!
----------> in zip ( model/dagger04.elu ) file not found!!
----------> in zip ( model/dagger05.elu ) file not found!!
----------> in zip ( model/dagger06.elu ) file not found!!
----------> in zip ( model/dagger07.elu ) file not found!!
----------> in zip ( model/dagger08.elu ) file not found!!
----------> in zip ( model/dagger09.elu ) file not found!!
----------> in zip ( model/dagger10.elu ) file not found!!
----------> in zip ( model/dagger11.elu ) file not found!!
----------> in zip ( model/dagger_wood.elu ) file not found!!
----------> in zip ( model/dagger12.elu ) file not found!!
----------> in zip ( model/dagger_cakram.elu ) file not found!!
----------> in zip ( model/dagger_kukri.elu ) file not found!!
----------> in zip ( model/dagger_Inferno.elu ) file not found!!
----------> in zip ( model/grenade01.elu ) file not found!!
----------> in zip ( model/grenade02.elu ) file not found!!
----------> in zip ( model/molotov.elu ) file not found!!
----------> in zip ( model/flashbang01.elu ) file not found!!
----------> in zip ( model/smoke01.elu ) file not found!!
----------> in zip ( model/katana01.elu ) file not found!!
----------> in zip ( model/katana02.elu ) file not found!!
----------> in zip ( model/katana03.elu ) file not found!!
----------> in zip ( model/katana04.elu ) file not found!!
----------> in zip ( model/katana05.elu ) file not found!!
----------> in zip ( model/katana06.elu ) file not found!!
----------> in zip ( model/katana07.elu ) file not found!!
----------> in zip ( model/katana08.elu ) file not found!!
----------> in zip ( model/katana09.elu ) file not found!!
----------> in zip ( model/katana10.elu ) file not found!!
----------> in zip ( model/katana11.elu ) file not found!!
----------> in zip ( model/katana12.elu ) file not found!!
----------> in zip ( model/katana13.elu ) file not found!!
----------> in zip ( model/katana_skel.elu ) file not found!!
----------> in zip ( model/katana14.elu ) file not found!!
----------> in zip ( model/katana15.elu ) file not found!!
----------> in zip ( model/katana_wood.elu ) file not found!!
----------> in zip ( model/katana_battleaxe.elu ) file not found!!
----------> in zip ( model/katana16.elu ) file not found!!
----------> in zip ( model/katana17.elu ) file not found!!
----------> in zip ( model/katana18.elu ) file not found!!
----------> in zip ( model/katana_club.elu ) file not found!!
----------> in zip ( model/katana_club_gold.elu ) file not found!!
----------> in zip ( model/katana_palmpou.elu ) file not found!!
----------> in zip ( model/katana_thunder.elu ) file not found!!
----------> in zip ( model/katana_plunger.elu ) file not found!!
----------> in zip ( model/katana_chainsword.elu ) file not found!!
----------> in zip ( model/katana_saber.elu ) file not found!!
----------> in zip ( model/Aqua Sword.elu ) file not found!!
----------> in zip ( model/DragonSword.elu ) file not found!!
----------> in zip ( model/Katana_Native.elu ) file not found!!
----------> in zip ( model/Balisarda.elu ) file not found!!
----------> in zip ( model/Balmung.elu ) file not found!!
----------> in zip ( model/buster.elu ) file not found!!
----------> in zip ( model/Lust_Soul.elu ) file not found!!
----------> in zip ( model/Nermour.elu ) file not found!!
----------> in zip ( model/Orcrist.elu ) file not found!!
----------> in zip ( model/Schritt.elu ) file not found!!
----------> in zip ( model/Sharp.elu ) file not found!!
----------> in zip ( model/Halef.elu ) file not found!!
----------> in zip ( model/Katana_Mystery.elu ) file not found!!
----------> in zip ( model/Katana_Samurai.elu ) file not found!!
----------> in zip ( model/Shaolin_Sword.elu ) file not found!!
----------> in zip ( model/SunshineSword.elu ) file not found!!
----------> in zip ( model/Vampire Sword.elu ) file not found!!
----------> in zip ( model/gmblade.elu ) file not found!!
----------> in zip ( model/gm_kodachi.elu ) file not found!!
----------> in zip ( model/pistol01.elu ) file not found!!
----------> in zip ( model/pistol01.elu ) file not found!!
----------> in zip ( model/pistol02.elu ) file not found!!
----------> in zip ( model/pistol02.elu ) file not found!!
----------> in zip ( model/pistol03.elu ) file not found!!
----------> in zip ( model/pistol03.elu ) file not found!!
----------> in zip ( model/pistol04.elu ) file not found!!
----------> in zip ( model/pistol04.elu ) file not found!!
----------> in zip ( model/pistol05.elu ) file not found!!
----------> in zip ( model/pistol05.elu ) file not found!!
----------> in zip ( model/pistol06.elu ) file not found!!
----------> in zip ( model/pistol06.elu ) file not found!!
----------> in zip ( model/pistol07.elu ) file not found!!
----------> in zip ( model/pistol07.elu ) file not found!!
----------> in zip ( model/pistol08.elu ) file not found!!
----------> in zip ( model/pistol08.elu ) file not found!!
----------> in zip ( model/pistol09.elu ) file not found!!
----------> in zip ( model/pistol09.elu ) file not found!!
----------> in zip ( model/pistol10.elu ) file not found!!
----------> in zip ( model/pistol10.elu ) file not found!!
----------> in zip ( model/pistol11.elu ) file not found!!
----------> in zip ( model/pistol11.elu ) file not found!!
----------> in zip ( model/pistol12.elu ) file not found!!
----------> in zip ( model/pistol12.elu ) file not found!!
----------> in zip ( model/pistol13.elu ) file not found!!
----------> in zip ( model/pistol13.elu ) file not found!!
----------> in zip ( model/pistol14.elu ) file not found!!
----------> in zip ( model/pistol14.elu ) file not found!!
----------> in zip ( model/pistol15.elu ) file not found!!
----------> in zip ( model/pistol15.elu ) file not found!!
----------> in zip ( model/pistol16.elu ) file not found!!
----------> in zip ( model/pistol16.elu ) file not found!!
----------> in zip ( model/pistol17.elu ) file not found!!
----------> in zip ( model/pistol17.elu ) file not found!!
----------> in zip ( model/pistol18.elu ) file not found!!
----------> in zip ( model/pistol18.elu ) file not found!!
----------> in zip ( model/pistol19.elu ) file not found!!
----------> in zip ( model/pistol19.elu ) file not found!!
----------> in zip ( model/pistol20.elu ) file not found!!
----------> in zip ( model/pistol20.elu ) file not found!!
----------> in zip ( model/pistol_odd.elu ) file not found!!
----------> in zip ( model/pistol_cru.elu ) file not found!!
----------> in zip ( model/pistol_brazil.elu ) file not found!!
----------> in zip ( model/pistol04_gold.elu ) file not found!!
----------> in zip ( model/pistol_bowgun.elu ) file not found!!
----------> in zip ( model/pistol_requiem.elu ) file not found!!
----------> in zip ( model/pistol_angelwhisper.elu ) file not found!!
----------> in zip ( model/pistol_TIS.elu ) file not found!!
----------> in zip ( model/BlackkRevs.elu ) file not found!!
----------> in zip ( model/InciniraorRev.elu ) file not found!!
----------> in zip ( model/AngelPistol.elu ) file not found!!
----------> in zip ( model/RaverRevs.elu ) file not found!!
----------> in zip ( model/PlasmaPistol.elu ) file not found!!
----------> in zip ( model/PlasmaPisto2l.elu ) file not found!!
----------> in zip ( model/smg01.elu ) file not found!!
----------> in zip ( model/smg01.elu ) file not found!!
----------> in zip ( model/smg02.elu ) file not found!!
----------> in zip ( model/smg02.elu ) file not found!!
----------> in zip ( model/smg03.elu ) file not found!!
----------> in zip ( model/smg03.elu ) file not found!!
----------> in zip ( model/smg04.elu ) file not found!!
----------> in zip ( model/smg04.elu ) file not found!!
----------> in zip ( model/smg05.elu ) file not found!!
----------> in zip ( model/smg05.elu ) file not found!!
----------> in zip ( model/smg06.elu ) file not found!!
----------> in zip ( model/smg06.elu ) file not found!!
----------> in zip ( model/smg07.elu ) file not found!!
----------> in zip ( model/smg07.elu ) file not found!!
----------> in zip ( model/smg08.elu ) file not found!!
----------> in zip ( model/smg08.elu ) file not found!!
----------> in zip ( model/smg09.elu ) file not found!!
----------> in zip ( model/smg09.elu ) file not found!!
----------> in zip ( model/smg10.elu ) file not found!!
----------> in zip ( model/smg10.elu ) file not found!!
----------> in zip ( model/smg11.elu ) file not found!!
----------> in zip ( model/smg11.elu ) file not found!!
----------> in zip ( model/smg_nailgun.elu ) file not found!!
----------> in zip ( model/smg_purnisher.elu ) file not found!!
----------> in zip ( model/rifle01.elu ) file not found!!
----------> in zip ( model/rifle02.elu ) file not found!!
----------> in zip ( model/rifle03.elu ) file not found!!
----------> in zip ( model/rifle04.elu ) file not found!!
----------> in zip ( model/rifle05.elu ) file not found!!
----------> in zip ( model/rifle06.elu ) file not found!!
----------> in zip ( model/rifle07.elu ) file not found!!
----------> in zip ( model/rifle08.elu ) file not found!!
----------> in zip ( model/rifle09.elu ) file not found!!
----------> in zip ( model/as rifle01.elu ) file not found!!
----------> in zip ( model/as rifle02.elu ) file not found!!
----------> in zip ( model/as rifle03.elu ) file not found!!
----------> in zip ( model/as rifle04.elu ) file not found!!
----------> in zip ( model/rifle10.elu ) file not found!!
----------> in zip ( model/rifle11.elu ) file not found!!
----------> in zip ( model/rifle16.elu ) file not found!!
----------> in zip ( model/rifle17.elu ) file not found!!
----------> in zip ( model/sniper01.elu ) file not found!!
----------> in zip ( model/shotgun01.elu ) file not found!!
----------> in zip ( model/shotgun02.elu ) file not found!!
----------> in zip ( model/shotgun03.elu ) file not found!!
----------> in zip ( model/shotgun04.elu ) file not found!!
----------> in zip ( model/shotgun05.elu ) file not found!!
----------> in zip ( model/shotgun06.elu ) file not found!!
----------> in zip ( model/shotgun07.elu ) file not found!!
----------> in zip ( model/shotgun08.elu ) file not found!!
----------> in zip ( model/shotgun09.elu ) file not found!!
----------> in zip ( model/shotgun10.elu ) file not found!!
----------> in zip ( model/shotgun10_1.elu ) file not found!!
----------> in zip ( model/shotgun11.elu ) file not found!!
----------> in zip ( model/shotgun_shattered.elu ) file not found!!
----------> in zip ( model/shotgun09_gold.elu ) file not found!!
----------> in zip ( model/shotgun06_silver.elu ) file not found!!
----------> in zip ( model/shotgun_long.elu ) file not found!!
----------> in zip ( model/shotgun_long_red.elu ) file not found!!
----------> in zip ( model/shotgun_stormbringer.elu ) file not found!!
----------> in zip ( model/shotgun_adventurer.elu ) file not found!!
----------> in zip ( model/shotgun_a3.elu ) file not found!!
----------> in zip ( model/blackShotgun.elu ) file not found!!
----------> in zip ( model/WoodShotGun.elu ) file not found!!
----------> in zip ( model/FinalShotGun.elu ) file not found!!
----------> in zip ( model/TacShotGung.elu ) file not found!!
----------> in zip ( model/HeavyShotgun.elu ) file not found!!
----------> in zip ( model/DestructorShotgun.elu ) file not found!!
----------> in zip ( model/ModernShotgun.elu ) file not found!!
----------> in zip ( model/RedShotgun.elu ) file not found!!
----------> in zip ( model/ZombiKillerShotgun.elu ) file not found!!
----------> in zip ( model/machinegun01.elu ) file not found!!
----------> in zip ( model/machinegun02.elu ) file not found!!
----------> in zip ( model/machinegun03.elu ) file not found!!
----------> in zip ( model/machinegun04.elu ) file not found!!
----------> in zip ( model/machinegun05.elu ) file not found!!
----------> in zip ( model/machinegun06.elu ) file not found!!
----------> in zip ( model/machinegun_Incinerator.elu ) file not found!!
----------> in zip ( model/Vollmer_bigun.elu ) file not found!!
----------> in zip ( model/hurricanteBGun.elu ) file not found!!
----------> in zip ( model/M249_Minimi.elu ) file not found!!
----------> in zip ( model/rl01.elu ) file not found!!
----------> in zip ( model/rl02.elu ) file not found!!
----------> in zip ( model/rl03.elu ) file not found!!
----------> in zip ( model/rl04.elu ) file not found!!
----------> in zip ( model/rl05.elu ) file not found!!
----------> in zip ( model/rl06.elu ) file not found!!
----------> in zip ( model/rl_goblin.elu ) file not found!!
----------> in zip ( model/rocket.elu ) file not found!!
----------> in zip ( model/rl07.elu ) file not found!!
----------> in zip ( model/rl_goblin_gold.elu ) file not found!!
----------> in zip ( model/rl_palmpou.elu ) file not found!!
----------> in zip ( model/rl_shark.elu ) file not found!!
----------> in zip ( model/rl_ck1.elu ) file not found!!
----------> in zip ( model/rl_optilauncher.elu ) file not found!!
----------> in zip ( model/BomberYell.elu ) file not found!!
----------> in zip ( model/GreenLauncher.elu ) file not found!!
----------> in zip ( model/rl08.elu ) file not found!!
----------> in zip ( model/medikit.elu ) file not found!!
----------> in zip ( model/repairkit.elu ) file not found!!
----------> in zip ( model/magazine.elu ) file not found!!
----------> in zip ( model/medickit_samgak01.elu ) file not found!!
----------> in zip ( model/medickit_candy.elu ) file not found!!
----------> in zip ( model/medickit_choco.elu ) file not found!!
----------> in zip ( model/medickit_rx.elu ) file not found!!
----------> in zip ( model/repairkit_rx.elu ) file not found!!
----------> in zip ( model/medickit_turkey.elu ) file not found!!
----------> in zip ( model/medickit_icecream.elu ) file not found!!
----------> in zip ( model/potion.elu ) file not found!!
----------> in zip ( model/firefield.elu ) file not found!!
----------> in zip ( model/frozenfield.elu ) file not found!!
----------> in zip ( model/exgrenade.elu ) file not found!!
----------> in zip ( model/luckybag.elu ) file not found!!
----------> in zip ( model/sword01.elu ) file not found!!
----------> in zip ( model/sword02.elu ) file not found!!
----------> in zip ( model/sword03.elu ) file not found!!
----------> in zip ( model/sword04.elu ) file not found!!
----------> in zip ( model/sword05.elu ) file not found!!
----------> in zip ( model/sword_wood.elu ) file not found!!
----------> in zip ( model/blade01.elu ) file not found!!
----------> in zip ( model/blade02.elu ) file not found!!
----------> in zip ( model/blade03.elu ) file not found!!
----------> in zip ( model/blade04.elu ) file not found!!
----------> in zip ( model/blade05.elu ) file not found!!
----------> in zip ( model/blade06.elu ) file not found!!
----------> in zip ( model/blade07.elu ) file not found!!
----------> in zip ( model/blade09.elu ) file not found!!
----------> in zip ( model/blade08.elu ) file not found!!
----------> in zip ( model/blade_wood.elu ) file not found!!
----------> in zip ( model/blade_wing.elu ) file not found!!
----------> in zip ( model/blade_gdk.elu ) file not found!!
----------> in zip ( model/blade_blackdragon.elu ) file not found!!
----------> in zip ( model/blade_silverfang.elu ) file not found!!
----------> in zip ( model/bigGun_donator_1.elu ) file not found!!
----------> in zip ( model/smg_donator_1.elu ) file not found!!
----------> in zip ( model/smg_iceDragon.elu ) file not found!!
----------> in zip ( model/white_tiger_smg.elu ) file not found!!
----------> in zip ( model/smg_battleDragons.elu ) file not found!!
----------> in zip ( model/bigGun_donator_3elu.elu ) file not found!!
----------> in zip ( model/bigGun_donator_4elu.elu ) file not found!!
----------> in zip ( model/biggun_m4a1.elu ) file not found!!
----------> in zip ( model/shotgun_donator_1.elu ) file not found!!
----------> in zip ( model/shotgun_donator_2.elu ) file not found!!
----------> in zip ( model/shotgun_donator_3.elu ) file not found!!
----------> in zip ( model/shotgun_donator_4.elu ) file not found!!
----------> in zip ( model/shotgun_donator_5.elu ) file not found!!
----------> in zip ( model/shotgun_donator_6Dragon.elu ) file not found!!
----------> in zip ( model/shotgun_donator_7Tiger.elu ) file not found!!
----------> in zip ( model/blade11.elu ) file not found!!
----------> in zip ( model/blade_s07.elu ) file not found!!
----------> in zip ( model/blade__09.elu ) file not found!!
----------> in zip ( model/blade11.elu ) file not found!!
----------> in zip ( model/buster2.elu ) file not found!!
----------> in zip ( model/minibuster.elu ) file not found!!
----------> in zip ( model/shield.elu ) file not found!!
----------> in zip ( model/shotgun_EvntWinner.elu ) file not found!!
----------> in zip ( model/shotgun_EvntWinner_black.elu ) file not found!!
----------> in zip ( model/rocketLauncher_evntWinner.elu ) file not found!!
----------> in zip ( model/katana_EvntWinner.elu ) file not found!!

-------------------> WeaponMesh Loading : 0.036000

----------> in zip ( model/ef_yellow.elu ) file not found!!
in zip : model/ef_yellow.elu.ani file not found!!
----------> in zip ( model/ef_red.elu ) file not found!!
in zip : model/ef_red.elu.ani file not found!!
----------> in zip ( model/ef_green.elu ) file not found!!
in zip : model/ef_green.elu.ani file not found!!
----------> in zip ( model/medikit.elu ) file not found!!
----------> in zip ( model/damagekit.elu ) file not found!!
----------> in zip ( model/repairkit.elu ) file not found!!
----------> in zip ( model/magazine.elu ) file not found!!
----------> in zip ( model/medickit_samgak01.elu ) file not found!!
----------> in zip ( model/medickit_candy.elu ) file not found!!
----------> in zip ( model/medickit_choco.elu ) file not found!!
----------> in zip ( model/medickit_turkey.elu ) file not found!!
----------> in zip ( model/medickit_icecream.elu ) file not found!!
----------> in zip ( model/medickit_rx.elu ) file not found!!
----------> in zip ( model/repairkit_rx.elu ) file not found!!
----------> in zip ( model/ef_portal.elu ) file not found!!
in zip : model/ef_portal.elu.ani file not found!!
----------> in zip ( model/ef_ctf_r.elu ) file not found!!
in zip : model/ef_ctf.elu.ani file not found!!
----------> in zip ( model/ef_ctf_b.elu ) file not found!!
----------> in zip ( model/ef_box.elu ) file not found!!
in zip : model/ef_box_open.elu.ani file not found!!
in zip : model/ef_box_opened.elu.ani file not found!!
----------> in zip ( model/ef_prop.elu ) file not found!!
in zip : model/ef_prop.elu.ani file not found!!
Load weapon.xml success.

-------------------> Worlditem Loading : 0.003000

Load zitem info success.
Load zBuff info success.
Init world item manager success.
Init channel rule manager success.
Init abuse manager success.
Init chatting filter. success

-------------------> ETC .. : 2.811000

BspObject open : begin interface/login/login.rs
RBspObject::Open : Open_MaterialList
RBspObject::Open : Open_LightList
BspObject open object list : begin
RBspObject::Open_ObjectList : size 19
RBspObject::Open_ObjectList : end
RBspObject::Open : OpenDescription
RBspObject::OpenRs : file.Open
RBspObject::OpenRs : file.Read(&header)
RBspObject::OpenRs : file.Read(&nMaterial)
RBspObject::OpenRs : Open_Nodes begin
RBspObject::OpenRs : Open_Nodes end
RBspObject::Open : OpenRs
RBspObject::Open : OpenBsp
BspObject load lightmap : file.Read(&header)
BspObject load lightmap nCount = 1
BspObject load lightmap 0
BspObject load lightmap : file.Read(&m_nLightmap) done
BspObject load lightmap : end
RBspObject::Open : done
Load smoke description mesh.
main : OnCreate() done
Destroy gunz
Destroy sound engine.
Destroy sound engine. success
Destroy console.
Destroy interface begin
destroy client.
PeerInfoList Released
clear looks end.
Widget map clear end.
desctroy cursor system end.
clear IDL resource end.
Final interface end.
Destroy game interface done.
clear looks end.
Widget map clear end.
desctroy cursor system end.
Destroy mesh manager.
Destroy weapon mesh manager.
Clear SkillManager.
Clear QuestItemDescMgr.
Clear MatchItemDescMgr.
Clear ChattingFilter.
Clear ChannelRuleMgr.
destroy game application done.
interface finalize.
game input destroy.
game gonfiguration destroy.
Bitmap manager destroy Animation bitmap.
destroy gunz finish.
Rframe_destory::closeDisplay
 
Junior Spellweaver
Joined
Feb 14, 2014
Messages
115
Reaction score
9
Read the topic please understand that is not supported on this release.
 
Newbie Spellweaver
Joined
Jul 19, 2009
Messages
22
Reaction score
0
Some things that doesn't work:
1.No infected - tried everything just not working
2.Custom Music- When you put a custom music in documents , its work but only in the looby , in the game its play the original ogg.
3.More to come
 
Back
Top