Forum > Software Development
[REQUEST] ADT Repairer
<< < (2/3) > >>
Steff:
Yes it is :)
Keta:
In that case... Is there any template like the 010 ones for Vanilla ADTs? (I'm guessing its Vanilla ADTs, but I'm actually not sure). Otherwise, is there any other way I can manually convert it like hex editing or something?
Thanks Keta
Steff:
No you have to write a tool i think. This whould be the easyest way. Like the one for 335a to 4. Ask Mjollna Perhaps he share the source and you can build a converter for any format to any other. Whould be nice :) as CMD tool.
Keta:
Well then I think the most essential question is, the
--- Code: ---struct MVER { uint32_t version; }; --- End code --- different for all ADT types, so I can determine what to convert and such based on that result? Cause otherwise, I dunno how I'd get started.
And yes, I will try to contact and talk to Mjollna about it ^^
Thanks Keta
Mjollna:
Hi :)
As for the ADT Converter, I put the source online a few days ago and I was planning to add it to the meta repository, but I didn't have the time to finish the sharing before leaving home.
I don't feel like playing with the meta repository from the hotel where I am now, but I've made the converter public in the meantime, it should be available here :
https://bitbucket.org/Mjollna/adtconverter
Remember it was my first program, so about the code, well... It's not clean at all >.<
About the adt versions : ADTs are v18 (0x12) from wow alpha to Cataclysm included, really, MVER is just not the chunk you want to use to determine which version it is.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
|