Jump to content

Recommended Posts

Posted

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

Posted (edited)
This is nice.

What condition exactly triggers the first and second head notch ?

Does all AI units in a flight do that ?

 

No that was in multi-player (another player using TrackIR or VR). It's often used by pilots to announce takeoff, retracting the landing gear and many other things...

Edited by BlaizzMC
Anothef
Posted
No that was in multi-player (anothef player using TrackIR or VR). It's often used by pilots to announce takeoff, retracting the landing gear and many other things...

 

Yes, I know what the head notch means.

But sorry, I don't understand the effect of your mod ?

Mirage fanatic !

I7-7700K/ MSI RTX3080/ RAM 64 Go/ SSD / TM Hornet stick-Virpil WarBRD + Virpil CM3 Throttle + MFG Crosswind + Reverb G2.

Flickr gallery: https://www.flickr.com/gp/71068385@N02/728Hbi

Posted
Yes, I know what the head notch means.

But sorry, I don't understand the effect of your mod ?

 

I misunderstood you then sorry.

This little modification synchronize the internal head up/down movement to all players in multi-player

Posted

Super nice ! Hope to see these improvements included some day.

There are only two types of aircraft, fighters and targets. - Major Doyle "Wahoo" Nicholson, USMC

Posted

Done! Will be available on next update.

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."

"The three most dangerous things in the world are a programmer with a soldering iron, a hardware type with a program patch and a user with an idea."

Posted
Done! Will be available on next update.

 

Awesome news ! Thank you ! The following arguments are not visible in the modelviewer. Any reason why ?

 

21 -- DRAG_CHUTE_UNLOCK
49 -- NAV_LIGHTS
51 -- LANDING_LIGHTS
88 -- FORM_LIGHTS
336 -- DRAG_CHUTE_CAP
907 -- REFUEL LIGHT SIDE HIGH

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...