Aircraft Realism

by haih_ys

Adds mechanics to make vehicles behave as planes. [Takeoff/Landing, Runway Requirement]

Content
7 months ago
0.17 - 2.0
61.1K
Transportation

g Planes are still taking damage despite immunity setting enabled

a month ago

Title says it all. I poked around in the code and adding this to updateAirbornPlane fixes it, albeit in a quick and dirty way

if settings.global["aircraft-realism-airborne-damage-immunity"].value then
    if plane.valid then plane.health = 100000 end -- dirty solution, causes flickering health bar, but it works
end
a month ago
(updated a month ago)

NEVERMIND I'm an idiot. I thought I had the setting enabled and I fucking didn't lol. Just trash this thread.

New response