View previous topic :: View next topic |
Author |
Message |
Ghost_Fang
Joined: 12 Nov 2009 Posts: 162
|
Posted: Tue Jan 12, 2010 5:02 am Post subject: Frame error wat? |
|
|
Ok, so i got this character model, and to text it out i made the frames match all the knights frames (perfectly) and when i kill it, it does the dying sequence perfectly, but as soon as thats done, he pops right back up and is frozen in the first frame of the death animation (but the entity is still dead) just the model does that. What up? and how do i fix it? |
|
Back to top |
|
 |
ceriux

Joined: 06 Sep 2008 Posts: 968 Location: Florida, USA
|
Posted: Tue Jan 12, 2010 5:15 am Post subject: |
|
|
send me the model and let me test/compare it. _________________ QuakeDB - Quake ModDB Group |
|
Back to top |
|
 |
ceriux

Joined: 06 Sep 2008 Posts: 968 Location: Florida, USA
|
Posted: Tue Jan 12, 2010 5:58 am Post subject: |
|
|
hmm your right... everything on the .mdl is exactly the same... you might want to try and post over in the .qc section maybe? i did find out thats ending on deathb2 _________________ QuakeDB - Quake ModDB Group |
|
Back to top |
|
 |
Wazat
Joined: 15 Oct 2004 Posts: 732 Location: Middle 'o the desert, USA
|
Posted: Tue Jan 12, 2010 6:24 am Post subject: Re: Frame error wat? |
|
|
Ghost_Fang wrote: | Ok, so i got this character model, and to text it out i made the frames match all the knights frames (perfectly) and when i kill it, it does the dying sequence perfectly, but as soon as thats done, he pops right back up and is frozen in the first frame of the death animation (but the entity is still dead) just the model does that. What up? and how do i fix it? |
Could it be some frame group or something? If replacing the knight model without QC changes causes this bug, then I think it's an issue with the model not the QC. But it doesn't make sense if the frames are exactly the same...
Maybe some frame is misordered, missing, etc. Or as I said above, maybe there's a frame group (even a bugged one) that's making it look like there's more frames than Quake will see. If the death frames are the last ones, and the QC takes it over the number of frames the model has, it will default to frame 0, which I'm assuming is the stand frame.
I recommend manually counting through the frames and making absolutely sure the counts per anim are identical. There could be something slightly off somewhere. _________________ When my computer inevitably explodes and kills me, my cat inherits everything I own. He may be the only one capable of continuing my work. |
|
Back to top |
|
 |
ceriux

Joined: 06 Sep 2008 Posts: 968 Location: Florida, USA
|
Posted: Tue Jan 12, 2010 6:40 am Post subject: |
|
|
i saw no differences what so ever, could it be that some of his frames a duplicates? _________________ QuakeDB - Quake ModDB Group |
|
Back to top |
|
 |
|