Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: Vortalex on September 16, 2015, 02:15:50 am

Title: [SOLVED][QUESTION] Any 3.3.5a to 1.12 tutorials out there?
Post by: Vortalex on September 16, 2015, 02:15:50 am
I'm really interested in learning more about WotLK to Vanilla conversion, and was just wondering if there were any tutorials?

Just m2 conversion.
Title: Re: [QUESTION] Any 3.3.5a to 1.12 tutorials out there?
Post by: spik96 on September 20, 2015, 01:18:17 pm
Would you like to simply know how to get the result using tools, or are you looking for specifics in order to make programs ?

If you just want to convert a 3.3.5a to a 1.12 model, my tool can do it. Use it normally but add -c at the end of the command line.
viewtopic.php?f=59&t=9313 (http://modcraft.io/viewtopic.php?f=59&t=9313" onclick="window.open(this.href);return false;)
The program don't work with everything and I don't have much time to work on it right now due to issues with my university, but it already works on a lot of models.

If you want to understand how this tool works, the 3.x and 1.x-2.x formats are detailed here :
http://www.pxr.dk/wowdev/wiki/index.php?title=M2/WotLK (http://www.pxr.dk/wowdev/wiki/index.php?title=M2/WotLK" onclick="window.open(this.href);return false;)
http://www.pxr.dk/wowdev/wiki/index.php?title=M2 (http://www.pxr.dk/wowdev/wiki/index.php?title=M2" onclick="window.open(this.href);return false;)
It's just a matter of converting two binary formats with your favorite programming language.