Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => "Retro-Porting" => Topic started by: Piccolodmq on October 16, 2016, 06:17:54 am

Title: (Support) Kerrigan in 3.3.5a (BY ALASTOR)
Post by: Piccolodmq on October 16, 2016, 06:17:54 am
Hi there

I tried to implemt DBC files and DB modifications, to get this model into wow 3.3.5a (trinitycore Source), with little luck.   I get the green texture models, instead.  Alastor made this models, (among other cool female ones).   I have tried with Kerrigan first, and here is as far as I got.

Here is the Link with the original files.
http://www.model-changing.net/files/fil ... b=comments (http://www.model-changing.net/files/file/64-void-case-pack/?tab=comments" onclick="window.open(this.href);return false;)

In the pictures I have exampleof my DBC / patch and DB looks,

Thanks in advance for your Help!
Title: Re: (Support) Kerrigan in 3.3.5a (BY ALASTOR)
Post by: Uthil on October 16, 2016, 07:34:07 am
If texture size is correct you dont have a reference on it dbc file. CreatureDisplayInfo doesnt have a texture as i see there. Unless alastor made it hardcoded so it would work immediately.
Title: Re: (Support) Kerrigan in 3.3.5a (BY ALASTOR)
Post by: Piccolodmq on October 16, 2016, 07:41:21 am
Quote from: "Uthil"
If texture size is correct you dont have a reference on it dbc file. CreatureDisplayInfo doesnt have a texture as i see there. Unless alastor made it hardcoded so it would work immediately.

You mean in the collumns to the right of the one that says kerrigan?  What should be there?
Title: Re: (Support) Kerrigan in 3.3.5a (BY ALASTOR)
Post by: Uthil on October 16, 2016, 07:48:15 am
Columns 7,8,9 are used for textures in the model. You have to add a texture. Have a look here on how DBC's are and specifically creaturedisplayinfo.  [ https://wowdev.wiki/DB/CreatureDisplayInfo (https://wowdev.wiki/DB/CreatureDisplayInfo" onclick="window.open(this.href);return false;) ]
Title: Re: (Support) Kerrigan in 3.3.5a (BY ALASTOR)
Post by: Piccolodmq on October 16, 2016, 08:17:07 am
Quote from: "Uthil"
Columns 7,8,9 are used for textures in the model. You have to add a texture. Have a look here on how DBC's are and specifically creaturedisplayinfo.  [ https://wowdev.wiki/DB/CreatureDisplayInfo (https://wowdev.wiki/DB/CreatureDisplayInfo" onclick="window.open(this.href);return false;) ]

The only Textures I see are like this.

kerrigan.m2
kerrigan00.skin
kerrigan01.skin
kerrigan02.skin
kerrigan0060-00.anim
kerrigan0062-00.anim
kerrigan0063-00.anim
kerrigan0064-00.anim
and more .anim

Besides this there is another file that has this

Kerrigan.blp

So Collumn 7 I puuted Kerrigan/ 8 i filled with Kerrigan00

This Kerrigan.blp is on another folder called C:UsersRolandoDesktopVoidCase Creatures KerriganNewstyleitems

The rest of M2 files are in C:UsersRolandoDesktopVoidCase Creaures KerriganCreatureKerrigan

I putted all kerrigan files in the patch-X as Creatures/kerrigan
Title: Re: (Support) Kerrigan in 3.3.5a (BY ALASTOR)
Post by: Uthil on October 16, 2016, 08:58:35 am
Quote from: "Piccolodmq"
Quote from: "Uthil"
Columns 7,8,9 are used for textures in the model. You have to add a texture. Have a look here on how DBC's are and specifically creaturedisplayinfo.  [ https://wowdev.wiki/DB/CreatureDisplayInfo (https://wowdev.wiki/DB/CreatureDisplayInfo" onclick="window.open(this.href);return false;) ]

The only Textures I see are like this.

kerrigan.m2
kerrigan00.skin
kerrigan01.skin
kerrigan02.skin
kerrigan0060-00.anim
kerrigan0062-00.anim
kerrigan0063-00.anim
kerrigan0064-00.anim
and more .anim

Besides this there is another file that has this

Kerrigan.blp

So Collumn 7 I puuted Kerrigan/ 8 i filled with Kerrigan00

This Kerrigan.blp is on another folder called C:UsersRolandoDesktopVoidCase Creatures KerriganNewstyleitems

The rest of M2 files are in C:UsersRolandoDesktopVoidCase Creaures KerriganCreatureKerrigan

I putted all kerrigan files in the patch-X as Creatures/kerrigan

Those are the model files, the .m2 .skin etc, the blp is the texture file, the blp should be on column 7 and with the same folder as the rest files.
Title: Re: (Support) Kerrigan in 3.3.5a (BY ALASTOR)
Post by: Piccolodmq on October 16, 2016, 05:25:38 pm
NO luck :(  I assemble the DBC and Patch fils like this with still no luck :(


IN column 7 like you said.


I am putting this files both in the custom patch.mpq and in the DBC folder.

------

Nvm i got them working
Title: Re: (Support) Kerrigan in 3.3.5a (BY ALASTOR)
Post by: Alastor on October 16, 2016, 07:47:54 pm
Quote from: "Uthil"
Unless alastor made it hardcoded so it would work immediately.
+
(http://image.prntscr.com/image/9e07c5f267b0423c844804a1d8a8e2d7.jpeg)

if you pick up textures from Newstyle and place them to M2 its obvious that it wont work
Title: Re: (Support) Kerrigan in 3.3.5a (BY ALASTOR)
Post by: Piccolodmq on October 17, 2016, 06:20:41 am
Finally got it working, it was a simple mistake renaming one file, thanks Alastor and Uthil for the support!