Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Resources and Tools => Topic started by: stan84 on June 11, 2014, 09:45:48 pm
-
Because i always wanted use some m2's from lk into tbc or classic clients i decided write tool in C which can convert simply models to TBC 0x0401 m2 version.
still in early version supports:
simple animation supported
collision supported
to do:
external .anim files ( for character models)
multiple .skin files
light effects(particles- already done in separated converter, ribbons) .
could be useful for tbc moders who want use some doodad from LK, or cata/mop/wod m2's which are converted to lk version before.
to proper worh 2 parameters are required at start: m2_filename and skin_filename.
step by step: :)
-extract desired LK m2 and skin files to new directory
-copy lk2bc.exe there too
-run console
-cd to directory with files
- type: lk2bc m2_filename.m2 m2_filename.skin
new file will be given on output.
-
Any chance you could do the opposite ?
I.E BC2LK M2 converter
I'd be eternally grateful as I need to port some models from the TBC Alpha, more specifically the player models.
-
If i convert those LK models to TBC will they be able to be opened in MDLVIS ?
-
Atm this only supports 1 skin file and simple animations, so you won't be able to convert characters with it.
-
Yes , converted models could be opened in mdlvis.
External .anim files and multiple .skin files will be added soon. Atm working over proper particles conversion.
here is example in MDLVIS:
-
Atm this only supports 1 skin file and simple animations, so you won't be able to convert characters with it.
It's a new program. It can be developed, assuming it does not get abandoned like most of the others.
I still wish WMO editor was worked on more.
-
Still its good Normal animated M2 from wotlk cant be opened in MDLVIS but there are some ways how to throw to MDLVIS sure .... but its hard compare to your simply convertor
-
Hello there,
I'd like to ask if the development has moved any further. I wanted to use some of the lovely login screens made for Wotlk with Vanilla client. This handy tool converts the m2 files so that I can run the game, but I get a black login screen on load.
-
Stan84, maybe you should make your tool open source. It's not like you will make money of it anyway, and some devs could improve it and post their revisions here.
I'm sure that would be useful for your awesome 1.12 edits.