• There seems to be an up tick in Political commentary in recent months. Those of us who are long time members of the site we know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religiours commentary out of the fourms.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politicion will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment amoung members. It is a poison to the community. We apprciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

AIR File - Steerable Aircraft

Ivan

SOH-CM-2025
Hello All,

I have been trying to rework the AIR file on my P-40E to make the aircraft steerable on the ground. Unlike most tail wheel aircraft, the P-40 (and P-51 as well) has a tail wheel which is linked to the rudder and will allow the aircraft to be steered on the ground. Most tail wheel aircraft can only use prop wash on the rudder to effect steering. The tail wheels are mostly fully castoring. Locking tail wheels are not simulated in CFS1.

What I found was that setting the variable for "Steerable" in Record 1004 had no observable effect even though the variable obviously changed values as confirmed by a hex editor, FDE, and AirEd.

What I was able to confirm yesterday and this morning is that the description of this value is incorrect. It is normally set as BOOLEAN4 in both AirEd and FDE but should instead be INTEGER4.

BOOLEAN4 values are True and False
True = FF FF FF FF (hex)
False = 00 00 00 00 (hex)

INTEGER4 values SHOULD be 1 and 0
Steerable = 00 00 00 01 (hex)
Non-Steerable = 00 00 00 00 (hex)
Boolean True = FF FF FF FF (hex) - Has same effect as non-steerable.

Hope this helps someone out there. This is probably the first useful thing I have "Discovered" in AIR Files.
- Ivan.
 
Back
Top