Forums WoW Modding Discussion Retro-Porting [Archive] Retro-Porting Legion Combat Animations to Wotlk

[Archive] Retro-Porting Legion Combat Animations to Wotlk

[Archive] Retro-Porting Legion Combat Animations to Wotlk

Pages (2): Previous 1 2
rektbyfaith
Administrator
0
02-25-2017, 10:53 AM
#11
Archived author: MR.Farrarie • Posted: 2017-02-25T10:53:39+00:00
Original source

Quote: 51 minutes ago, infernus55 said:

Now, I would like to port the weapon trail that was implemented on Legion :

[/url] Hide contents

[url=https://www.wowmodding.net/uploads/monthly_2017_02/giphy2.gif.765db5c203e86302dd30373c87f0074f.gif][Image: giphy2.gif.765db5c203e86302dd30373c87f0074f.gif]


I don't really know how to do this, beacause the weapon trail of Wotlk wasn't a .m2 file, it was a RGB mask created on the dbfiles. And I think on Legion this is done with a m2 file with his own blp texture file.

I'll keep looking on how to do this, I know that an user of this forum retro-ported some spellvisuals from MOP, so maybe it won't be so different.

Thanks again for your help ,Inico.
I think some of the dk strikes have m2 try to look on those

and I think legion use better texture maybe replacing the cleave texture I think
rektbyfaith
02-25-2017, 10:53 AM #11

Archived author: MR.Farrarie • Posted: 2017-02-25T10:53:39+00:00
Original source

Quote: 51 minutes ago, infernus55 said:

Now, I would like to port the weapon trail that was implemented on Legion :

[/url] Hide contents

[url=https://www.wowmodding.net/uploads/monthly_2017_02/giphy2.gif.765db5c203e86302dd30373c87f0074f.gif][Image: giphy2.gif.765db5c203e86302dd30373c87f0074f.gif]


I don't really know how to do this, beacause the weapon trail of Wotlk wasn't a .m2 file, it was a RGB mask created on the dbfiles. And I think on Legion this is done with a m2 file with his own blp texture file.

I'll keep looking on how to do this, I know that an user of this forum retro-ported some spellvisuals from MOP, so maybe it won't be so different.

Thanks again for your help ,Inico.
I think some of the dk strikes have m2 try to look on those

and I think legion use better texture maybe replacing the cleave texture I think

rektbyfaith
Administrator
0
02-25-2017, 04:04 PM
#12
Archived author: infernus55 • Posted: 2017-02-25T16:04:24+00:00
Original source

Quote: 4 hours ago, MR.Farrarie said:

I think some of the dk strikes have m2 try to look on those

and I think legion use better texture maybe replacing the cleave texture I think
Well, I followed your advise and yeah, dk strikes do have a m2 files, I edited one them with the Legion cleave texture and this is the result:

Spoiler

[Image: giphy3.gif.bb1c45babb09d0c4b44e4001da1eac2e.gif]

  But that just only affected the tiny red trail that is slightly undetectable. What I would like to replace is that big yellow trail, with the one that added Legion, if its possible. It's funny cause other spells can be ported perfectly like whirlwind:

Spoiler

[Image: giphy5.gif.5fbf8540a5fe564c91e45418215a67e3.gif]

I have been looking around all the clientfiles and I have not found anything related with that effect, just that on SpellVisual.dbc there are some columns that change the color displayed.

If anyone knows anything about this I would really thank any kind of help!
rektbyfaith
02-25-2017, 04:04 PM #12

Archived author: infernus55 • Posted: 2017-02-25T16:04:24+00:00
Original source

Quote: 4 hours ago, MR.Farrarie said:

I think some of the dk strikes have m2 try to look on those

and I think legion use better texture maybe replacing the cleave texture I think
Well, I followed your advise and yeah, dk strikes do have a m2 files, I edited one them with the Legion cleave texture and this is the result:

Spoiler

[Image: giphy3.gif.bb1c45babb09d0c4b44e4001da1eac2e.gif]

  But that just only affected the tiny red trail that is slightly undetectable. What I would like to replace is that big yellow trail, with the one that added Legion, if its possible. It's funny cause other spells can be ported perfectly like whirlwind:

Spoiler

[Image: giphy5.gif.5fbf8540a5fe564c91e45418215a67e3.gif]

I have been looking around all the clientfiles and I have not found anything related with that effect, just that on SpellVisual.dbc there are some columns that change the color displayed.

If anyone knows anything about this I would really thank any kind of help!

rektbyfaith
Administrator
0
02-25-2017, 06:57 PM
#13
Archived author: MR.Farrarie • Posted: 2017-02-25T18:57:08+00:00
Original source

sad to tell you that I dont think that spellvisual db can change color of a spell
rektbyfaith
02-25-2017, 06:57 PM #13

Archived author: MR.Farrarie • Posted: 2017-02-25T18:57:08+00:00
Original source

sad to tell you that I dont think that spellvisual db can change color of a spell

rektbyfaith
Administrator
0
02-26-2017, 11:05 PM
#14
Archived author: infernus55 • Posted: 2017-02-26T23:05:02+00:00
Original source

Quote: On 25/2/2017 at 7:57 PM, MR.Farrarie said:

sad to tell you that I dont think that spellvisual db can change color of a spell
Yep, I was wrong. It wasn't spellVisual.dbc it was SpellVisualKit, the last 4 columns are for a RGB mask and by tweaking the values on that columns I could change the color of  the weapon trail during the strike.

I was looking for the m2 file on the Legion client, of the new weapon trail, and I did not found it, but I found a lot of .blp files instead that are used by that "hipotetical" m2 file, The one that is displayed on the gif above is called weapontrail_warrior_cleave.blp.There are a lot of them that came with Legion.

Spoiler

[Image: 58b35e49c6368_Desktop02.27.2017-00.00.48...9ca4a7.png]

Is there any way to discover when  or where are any of these texture file referenced?  I have been looking into SpellVisualEffectName.db2 but I didn't found anything realted with it.
rektbyfaith
02-26-2017, 11:05 PM #14

Archived author: infernus55 • Posted: 2017-02-26T23:05:02+00:00
Original source

Quote: On 25/2/2017 at 7:57 PM, MR.Farrarie said:

sad to tell you that I dont think that spellvisual db can change color of a spell
Yep, I was wrong. It wasn't spellVisual.dbc it was SpellVisualKit, the last 4 columns are for a RGB mask and by tweaking the values on that columns I could change the color of  the weapon trail during the strike.

I was looking for the m2 file on the Legion client, of the new weapon trail, and I did not found it, but I found a lot of .blp files instead that are used by that "hipotetical" m2 file, The one that is displayed on the gif above is called weapontrail_warrior_cleave.blp.There are a lot of them that came with Legion.

Spoiler

[Image: 58b35e49c6368_Desktop02.27.2017-00.00.48...9ca4a7.png]

Is there any way to discover when  or where are any of these texture file referenced?  I have been looking into SpellVisualEffectName.db2 but I didn't found anything realted with it.

rektbyfaith
Administrator
0
02-27-2017, 12:09 AM
#15
Archived author: MR.Farrarie • Posted: 2017-02-27T00:09:30+00:00
Original source

I'm searching too for the dbc that have the spell blp

because I want to make a new drain life spell with custom blp
rektbyfaith
02-27-2017, 12:09 AM #15

Archived author: MR.Farrarie • Posted: 2017-02-27T00:09:30+00:00
Original source

I'm searching too for the dbc that have the spell blp

because I want to make a new drain life spell with custom blp

rektbyfaith
Administrator
0
02-28-2017, 05:22 AM
#16
Archived author: piccolodmq • Posted: 2017-02-28T05:22:16+00:00
Original source

This is great, deben if you dont release it, keep it up.
rektbyfaith
02-28-2017, 05:22 AM #16

Archived author: piccolodmq • Posted: 2017-02-28T05:22:16+00:00
Original source

This is great, deben if you dont release it, keep it up.

rektbyfaith
Administrator
0
03-01-2017, 06:00 PM
#17
Archived author: Spartacus • Posted: 2017-03-01T18:00:53+00:00
Original source

Quote: On 2/28/2017 at 11:22 PM, piccolodmq said:

This is great, deben if you dont release it, keep it up.
Agreed. You should seriously consider porting it over to TBC for the upcoming GummyCraft TBC server!
rektbyfaith
03-01-2017, 06:00 PM #17

Archived author: Spartacus • Posted: 2017-03-01T18:00:53+00:00
Original source

Quote: On 2/28/2017 at 11:22 PM, piccolodmq said:

This is great, deben if you dont release it, keep it up.
Agreed. You should seriously consider porting it over to TBC for the upcoming GummyCraft TBC server!

Pages (2): Previous 1 2
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)