Fresh Posted December 8, 2024 Posted December 8, 2024 Good day, I know the T-45C is a mod, so please bear with me.. The deck crew ask me to fold the wings after landing, which I can't, so basically I have to respawn. Can anyone tell me what code I need to put in the .lua files to stop this behaviour? In the VNAO_T45.lua the code defines the aircraft has a fixed wing: wing_type = 0 further down in that file (under mechanimations part) it says: FoldableWings = {-- necessary for AI to not get stuck at end of cat launch {Transition = {"Retract", "Extend"}, Sequence = {{C = {{"Arg", 85, "to", 0.0, "in", 5.0}}}}, Flags = {"Reversible"}}, {Transition = {"Extend", "Retract"}, Sequence = {{C = {{"Arg", 85, "to", 1.0, "in", 5.0}}}}, Flags = {"Reversible", "StepsBackwards"}}, So any help is appreciated to solve this issue. Fresh Inappropriate Wing Fold Request.trk 1
Recommended Posts