Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Resources and Tools => Topic started by: inico on October 14, 2016, 01:19:33 am

Title: [TOOL] Legion to Wotlk (or Wod) M2 Converter
Post by: inico on October 14, 2016, 01:19:33 am
I made this script to convert multiple models from Legion to Wrath of the Lich King or Warlords of Draenor. Requires 010 editor (http://www.sweetscape.com/download/010editor/).
The first script removes the unnecessary information before the M2 header (http://modcraft.io/viewtopic.php?f=26&t=10030) and changes its version from 274 to 272 to make it work in WoD. The second one does the same but also runs Philip's converter (http://modcraft.io/viewtopic.php?f=59&t=9104) on the M2 files to make them work in Wotlk.

How it works:
-Put the models you want to covert inside the folder called "Models".
-Run "Legion M2 to WoD/Wotlk.bat" and wait

This script can also read all the subfolders inside "models" and convert every M2 inside of them.

DOWNLOAD:
Legion to Wotlk (http://www.mediafire.com/file/4fn4dg24vt9nmfl/Legion_M2_to_Wotlk.zip)
Legion to WoD (http://www.mediafire.com/file/c7aiy2460u2c82w/Legion_M2_to_WoD.zip)

To make this script work there must be an entry for 010 editor in environment variables (this allows windows to launch 010 editor through the cmd window, otherwise it won't work):
-Right click on My computer -> properties -> advanced system settings -> environment variables -> Path
-Click edit
-Add your 010 editor directory to the list separated from the rest of the entries by a ";" (Example: ;C:Program Files (x86)10 Editor)
(Detailed guide on this video (https://www.youtube.com/watch?v=W9pg2FHeoq8))