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

Title: [TOOL] LK2BC m2 converter
Post 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.
Title: Re: [TOOL] LK2BC m2 converter
Post by: Gurluas on June 22, 2014, 05:53:43 am
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.
Title: Re: [TOOL] LK2BC m2 converter
Post by: Alastor on June 22, 2014, 01:04:22 pm
If i convert those LK models to TBC will they be able to be opened in MDLVIS ?
Title: Re: [TOOL] LK2BC m2 converter
Post by: phucko1 on June 23, 2014, 04:05:34 am
Atm this only supports 1 skin file and simple animations, so you won't be able to convert characters with it.
Title: Re: [TOOL] LK2BC m2 converter
Post by: stan84 on June 23, 2014, 06:34:51 am
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:
Title: Re: [TOOL] LK2BC m2 converter
Post by: Gurluas on June 23, 2014, 11:49:36 am
Quote from: "phucko1"
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.
Title: Re: [TOOL] LK2BC m2 converter
Post by: Alastor on June 23, 2014, 12:04:24 pm
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
Title: Re: [TOOL] LK2BC m2 converter
Post by: Psojed on December 12, 2014, 10:44:07 am
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.
Title: Re: [TOOL] LK2BC m2 converter
Post by: spik96 on December 30, 2014, 03:25:40 pm
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.