peyvolt Posted January 22, 2010 Posted January 22, 2010 i´m working spanish mod, I´m creating animation with visibility track, and all work fine, but canopy destruction does´nt work, does anyone know the problem? thank you
OldCrow Posted January 24, 2010 Posted January 24, 2010 Ok, canopy destruction, do you mean just the glass of the canopy or the whole thing? For canopy destruction (damage model) use argument 65 But if you mean for ejection (so that the canopy comes off) there is slight different approach: Add a visibility argument 38 to your canopy frame. Then animate it like this: -100 - 0 : =Invisible (-1) 0 - 91 : = Visible (1) 91 - 100 : = Invisible (-1) so there should be keys at 0 and 91. This has worked for me Hope it helps [sIGPIC]http://www.virtualredarrows.com/member_sigs/vra2012_crow.png[/sIGPIC]
peyvolt Posted January 24, 2010 Author Posted January 24, 2010 Ok, canopy destruction, do you mean just the glass of the canopy or the whole thing? For canopy destruction (damage model) use argument 65 But if you mean for ejection (so that the canopy comes off) there is slight different approach: Add a visibility argument 38 to your canopy frame. Then animate it like this: -100 - 0 : =Invisible (-1) 0 - 91 : = Visible (1) 91 - 100 : = Invisible (-1) so there should be keys at 0 and 91. This has worked for me Hope it helps thank you , it is working
Recommended Posts