Is there a way to Detect any Damage of your Aircraft?
Like Example, If your Wing tore apart, then the Warning Lights will be activated, or the Engines is on fire
Is there a way to Detect any Damage of your Aircraft?
Like Example, If your Wing tore apart, then the Warning Lights will be activated, or the Engines is on fire
@WNP78 i think it would be great if we have Funky to detects failure/damaged on our jet.
@YY ohhh I didn’t read desc. Yeah I have no idea how.
@Raybird you don't get what i mean, do you?
There’s literally a setting in the settings called show damage
My SWL-10 has engine fire detection but it's just checking if there is a lot of throttle and no engine RPM.
@IceCraftGaming Always has been...
@Grob0s0VBRa scary
Try placing flight computers in the desired structural elements.
Use distance between cockpit and every flight computer as an activator, when any change to that value will give you an output.
Here is the formula to find distance:
sqrt(pow(Lat2-Lat1,2)+pow(Lon2-Lon1,2)+pow(Alt2-Alt1,2))
Where:
Lat1, Lon1, Alt1 - coordinates of cockpit
And
Lat2, Lon2, Alt2 - coordinates of flight computer
Just put the that formula in the variables, don't forget setting variables output on flight computer pieces.
It will work only with structural elements but i guess there is something to do with engine RPM and throttle for engine damage detection.