<p>Continue with the great work on 4.36.</p>
Best posts made by Iron Cross
-
RE: Quick update from the frontlines, 4.36
Latest posts made by Iron Cross
-
RE: New ECM model
I’ll have to read more about ECM in the manual. Thanks for this discussion.
-
RE: Small update from the front Q1 2023
Thanks again for the continuous updates. Installing now!
-
RE: 4.36.1 is out
Thanks for the update.
I have been waiting for a direct download for the base version all this time though. I guess I will just use qbittorrent after all. -
RE: Quick update from the frontlines, 4.36
<p>Continue with the great work on 4.36.</p>
-
RE: Need help with CM script mode for Nav,AA,AG mode switching
jack72
This is the script that I use:
// CMS Script File
//
// Game Title: Falcon BMS ver. 4.32 U6 (21 July 2013)
// Written By: Iron Cross
// Initial Script Date: 25 June 2007
// Last Script Change Date: 07 October 2013
//
script
SEQUENCE
WAIT (JS1.B3);
CMS.B1 = TRUE; // NAV TO AA MODE
DELAY (5);
CMS.B1 = FALSE;
WAIT (JS1.B3);
CMS.B2 = TRUE; // AA to AG MODE
DELAY (5);
CMS.B2 = FALSE;
WAIT (JS1.B3);
CMS.B3 = TRUE; // AG TO NAV MODE
DELAY (5);
CMS.B3 = FALSE;
ENDSEQUENCE
SEQUENCE
WAIT (JS1.B13);
CMS.B4 = TRUE; // DF overide mode
DELAY (5);
CMS.B4 = FALSE;
WAIT (JS1.B13);
CMS.B6 = TRUE; // Cancel DF overide mode
DELAY (5);
CMS.B6 = FALSE;
WAIT (JS1.B13);
CMS.B5 = TRUE; // MRM overide mode
DELAY (5);
CMS.B5 = FALSE;
WAIT (JS1.B13);
CMS.B6 = TRUE; // Cancel MRM overide modes
DELAY (5);
CMS.B6 = FALSE;
ENDSEQUENCE
endScriptYou will need to add the NAV button below to the BMS_Keystrokes_Ver_1_6_Full.key that can be found in Falcon 4.32\BMS\Config. It can go in the ICP section. NAV was part of the original keystrokes for many years but it may not be realistic.
SimICPNav -1 0 0X2B 0 0 0 1 “ICP: NAV Button - Push”
All the documentation for Falcon BMS is in your installed directories.
I use just CH Fighterstick USB and keyboard setup.
Thanks
Iron Cross