Greetings all,
I'm making this post to catch the attention of one of Razbam's team member.
I was playing around with the M2000-C animation when I found the following arguments :
38 : Canopy angle
99 : Pilot’s head incline
So I tried adding it to the CoreModsaircraftM-2000CM2000-C.lua in the net_animation array.
And it works flawlessly.
Unfortunately it does not pass IC, so could it be possible to include it in the next update ?
Thank you.
Here's a video showcasing it :
As well as the updated array :
net_animation =
{
21, -- DRAG_CHUTE_UNLOCK
35, -- DRAG_CHUTE
38, -- CANOPY ANGLE
49, -- NAV_LIGHTS
51, -- LANDING_LIGHTS
83, -- STROBE_LIGHT_TOP
88, -- FORM_LIGHTS
99, -- HEAD UP/DOWN
190, -- LEFT_NAV_LIGHT
191, -- TAIL_NAV_LIGHT
192, -- RIGHT_NAV_LIGHT
200, -- FORM_LIGHT_FRONT
201, -- FORM_LIGHT_AFT
208, -- LANDING_LIGHT
209, -- TAXI_LIGHT
334, -- DRAG_CHUTE_VERTICAL
335, -- DRAG_CHUTE_HORIZONTAL
336, -- DRAG_CHUTE_CAP
373, -- INTERNAL AB GLOW
802, -- STRONG_LIGHT_BOTTOM
902, -- REFUEL LIGHT MOVE
903, -- REFUEL LIGHT SIDE LOW
904, -- REFUEL LIGHT NOSE LOW
905, -- POLICE LIGHT
906, -- PILOT VISOR
907, -- REFUEL LIGHT SIDE HIGH
908, -- REFUEL LIGHT NOSE HIGH
182, -- LEFT_AIRBRAKE
184, -- RIGHT_AIRBRAKE
900, -- LEFT_INTAKE_SCOOP
901, -- RIGHT_INTAKE_SCOOP
}, M-2000C.lua