Forums WoW Modding Discussion Retro-Porting [Archive] Problem Retro porting ( Wings)

[Archive] Problem Retro porting ( Wings)

[Archive] Problem Retro porting ( Wings)

rektbyfaith
Administrator
0
03-04-2017, 12:07 AM
#1
Archived author: Zehlendorf • Posted: 2017-03-04T00:07:29+00:00
Original source

Hello i was learning about retro porting and I retro porting many mounts like winged lion, pegasus etc, the main problem is the "wings" because when the mount flies the wings doesnt appear, just appear when I use /mountspecial in the ground, what row I should move in 010 editor? or anything that can fix that bug please.

Sorry for my bad english xD.
rektbyfaith
03-04-2017, 12:07 AM #1

Archived author: Zehlendorf • Posted: 2017-03-04T00:07:29+00:00
Original source

Hello i was learning about retro porting and I retro porting many mounts like winged lion, pegasus etc, the main problem is the "wings" because when the mount flies the wings doesnt appear, just appear when I use /mountspecial in the ground, what row I should move in 010 editor? or anything that can fix that bug please.

Sorry for my bad english xD.

rektbyfaith
Administrator
0
03-04-2017, 03:03 PM
#2
Archived author: Zehlendorf • Posted: 2017-03-04T15:03:18+00:00
Original source

Its looks like this, their wings doesnt appear while its flying... someone can help please [Image: unsure.png]

[Image: WoWScrnShot_030417_095517.thumb.jpg.0a9a...c6dad4.jpg]
rektbyfaith
03-04-2017, 03:03 PM #2

Archived author: Zehlendorf • Posted: 2017-03-04T15:03:18+00:00
Original source

Its looks like this, their wings doesnt appear while its flying... someone can help please [Image: unsure.png]

[Image: WoWScrnShot_030417_095517.thumb.jpg.0a9a...c6dad4.jpg]

rektbyfaith
Administrator
0
03-04-2017, 06:10 PM
#3
Archived author: Inico • Posted: 2017-03-04T18:10:38+00:00
Original source

That's because in WOTLK flying mounts use swimming animations. In Cataclysm and beyond, mounts have separate animations for flying and swimming.

Your wings do not appear because your model is playing the swimming animation instead of the flying animation, that isn't recognized by the wotlk client. You must swap the animations ids with 010editor (animation lookup). See this post for more info.
rektbyfaith
03-04-2017, 06:10 PM #3

Archived author: Inico • Posted: 2017-03-04T18:10:38+00:00
Original source

That's because in WOTLK flying mounts use swimming animations. In Cataclysm and beyond, mounts have separate animations for flying and swimming.

Your wings do not appear because your model is playing the swimming animation instead of the flying animation, that isn't recognized by the wotlk client. You must swap the animations ids with 010editor (animation lookup). See this post for more info.

rektbyfaith
Administrator
0
03-05-2017, 09:02 PM
#4
Archived author: Zehlendorf • Posted: 2017-03-05T21:02:41+00:00
Original source

Inico thanks, i will try and post my result, one more question please, when I use cloud mount  the character doesnt appear above the cloud! I can change the position with 010 but the way that it should look inside the cloud could be like a flying carpet and it doesnt. what else should I change? thanks again!
rektbyfaith
03-05-2017, 09:02 PM #4

Archived author: Zehlendorf • Posted: 2017-03-05T21:02:41+00:00
Original source

Inico thanks, i will try and post my result, one more question please, when I use cloud mount  the character doesnt appear above the cloud! I can change the position with 010 but the way that it should look inside the cloud could be like a flying carpet and it doesnt. what else should I change? thanks again!

rektbyfaith
Administrator
0
03-05-2017, 10:39 PM
#5
Archived author: Inico • Posted: 2017-03-05T22:39:40+00:00
Original source

Quote: 2 hours ago, Zehlendorf said:

Inico thanks, i will try and post my result, one more question please, when I use cloud mount  the character doesnt appear above the cloud! I can change the position with 010 but the way that it should look inside the cloud could be like a flying carpet and it doesnt. what else should I change? thanks again!
The animation played when you are on a mount is defined by spell.dbc. In column 132 put "12844". This will trigger the "StealthStand" animation.

Spell.dbc column 132 -> SpellVisual.dbc column 5 -> SpellVisualKit.dbc column 3 = animation played (120 = StealthStand).
rektbyfaith
03-05-2017, 10:39 PM #5

Archived author: Inico • Posted: 2017-03-05T22:39:40+00:00
Original source

Quote: 2 hours ago, Zehlendorf said:

Inico thanks, i will try and post my result, one more question please, when I use cloud mount  the character doesnt appear above the cloud! I can change the position with 010 but the way that it should look inside the cloud could be like a flying carpet and it doesnt. what else should I change? thanks again!
The animation played when you are on a mount is defined by spell.dbc. In column 132 put "12844". This will trigger the "StealthStand" animation.

Spell.dbc column 132 -> SpellVisual.dbc column 5 -> SpellVisualKit.dbc column 3 = animation played (120 = StealthStand).

rektbyfaith
Administrator
0
03-06-2017, 12:55 AM
#6
Archived author: Zehlendorf • Posted: 2017-03-06T00:55:11+00:00
Original source

Inico I use ur tool to convert wingedlion.m2, after when open the m2 with 010 editor got an error, anyways I look the int16_AnimationLookup[97], and its the same as my wingedlion.m2 so what should I change?,!

The StealthStand animation works great! thanks.

https://www.wowmodding.net/files/file/99...omment-435
rektbyfaith
03-06-2017, 12:55 AM #6

Archived author: Zehlendorf • Posted: 2017-03-06T00:55:11+00:00
Original source

Inico I use ur tool to convert wingedlion.m2, after when open the m2 with 010 editor got an error, anyways I look the int16_AnimationLookup[97], and its the same as my wingedlion.m2 so what should I change?,!

The StealthStand animation works great! thanks.

https://www.wowmodding.net/files/file/99...omment-435

rektbyfaith
Administrator
0
03-06-2017, 01:16 AM
#7
Archived author: Inico • Posted: 2017-03-06T01:16:22+00:00
Original source

Quote: 16 minutes ago, Zehlendorf said:

Inico I use ur tool to convert wingedlion.m2, after when open the m2 with 010 editor got an error
I just tested it and works fine. You are doing something wrong.
Quote: 16 minutes ago, Zehlendorf said:

anyways I look the int16_AnimationLookup[97], and its the same as my wingedlion.m2 so what should I change?,!
Every entry in AnimationLookup is an animation ID.

You must swap the swimming animations with the flying animations, for example, in the animationlookup 41 (Swim Idle) put the ID of the MountFlightIdle animation.
rektbyfaith
03-06-2017, 01:16 AM #7

Archived author: Inico • Posted: 2017-03-06T01:16:22+00:00
Original source

Quote: 16 minutes ago, Zehlendorf said:

Inico I use ur tool to convert wingedlion.m2, after when open the m2 with 010 editor got an error
I just tested it and works fine. You are doing something wrong.
Quote: 16 minutes ago, Zehlendorf said:

anyways I look the int16_AnimationLookup[97], and its the same as my wingedlion.m2 so what should I change?,!
Every entry in AnimationLookup is an animation ID.

You must swap the swimming animations with the flying animations, for example, in the animationlookup 41 (Swim Idle) put the ID of the MountFlightIdle animation.

rektbyfaith
Administrator
0
03-06-2017, 01:30 AM
#8
Archived author: Zehlendorf • Posted: 2017-03-06T01:30:08+00:00
Original source

Thanks for reply, im searching MountFlighIdle and I not have that animations, what Can I do now?. thanks [Image: biggrin.png]
rektbyfaith
03-06-2017, 01:30 AM #8

Archived author: Zehlendorf • Posted: 2017-03-06T01:30:08+00:00
Original source

Thanks for reply, im searching MountFlighIdle and I not have that animations, what Can I do now?. thanks [Image: biggrin.png]

rektbyfaith
Administrator
0
03-06-2017, 01:36 AM
#9
Archived author: Zehlendorf • Posted: 2017-03-06T01:36:58+00:00
Original source

I have A_fly animation, but when I change the mount just got freezes in the air [Image: unsure.png] .
rektbyfaith
03-06-2017, 01:36 AM #9

Archived author: Zehlendorf • Posted: 2017-03-06T01:36:58+00:00
Original source

I have A_fly animation, but when I change the mount just got freezes in the air [Image: unsure.png] .

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)