magevon / wowmapviewer

Automatically exported from code.google.com/p/wowmapviewer
0 stars 0 forks source link

xxx_tex0.adt not found in MPQ's , please~ #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. client version:3.3.5.12340
2. I fixed struct ModelParticleEmitterDef, deleted the last 4 int 'unknown' for 
matching the client Struct.(or It will cause some assert failure ).
3. debug. main window shown,after I click  one of the maps for example 
'Kalimdor',and click some where around the 'cross road'(or anywhere 
else),program starts loading...
4.the log shows that ,xxx_tex0.adt and xxx_obj0.adt files are not found in 
MPQ's.I haven't debug into stormLib's mpq parsing procedure,but I can only find 
xxx.adt files in the world/map folder (Using some MPQ reader tool).
5.loading done, there's one some terrain without texture shown.I couldn't see 
any terrain on the screen,but I can see some terrain with some blue color.

What is the expected output? What do you see instead?
I think it may mismatch of the client version,which version does r26 support 
please?
Does this caused by wrong mpq parsing?or there isn't any tex0 file or obj0 file 
on this wow client version (3.3.5.12340)?

the log file is in the attachment, and I paste some here:
World\Maps\Kalimdor\Kalimdor_34_28_tex0.adt
cant find file World\Maps\Kalimdor\Kalimdor_34_28_tex0.adt in MPQ's
Error: loading World\Maps\Kalimdor\Kalimdor_34_28_tex0.adt
World\Maps\Kalimdor\Kalimdor_34_28_obj0.adt
cant find file World\Maps\Kalimdor\Kalimdor_34_28_obj0.adt in MPQ's
Error: loading World\Maps\Kalimdor\Kalimdor_34_28_obj0.adt

Please give me some advice, thank you for your sharing !

Original issue reported on code.google.com by kim...@gmail.com on 7 Feb 2013 at 3:02

Attachments:

GoogleCodeExporter commented 8 years ago
sorry for my English.
point 5:  I couldn't see any texture.   only terrain shows.

Original comment by kim...@gmail.com on 7 Feb 2013 at 3:05