home *** CD-ROM | disk | FTP | other *** search
- REM
- REM The file name of this file is ROWAN.B50
- REM
- REM Rowan Software Ltd flight simulations
- REM
- REM F16C Block 50 FLCS ADV file
- REM
- REM Written and Tested by Jim Taylor
- REM
- REM CURRENTLY A TEST
- REM
- REM ╔═══════════════════════════════════════════════════════════════════════╗
- REM ║Mark II WCS Base Switch Settings ║
- REM ║Black Hat switch = Digital ║
- REM ║Red Switch = Digital ║
- REM ║And choose normal joystick ║
- REM ║ ║
- REM ║Black Switch = Digital ║
- REM ║Red Switch = Analogue ║
- REM ║And choose Joy-Throttle ║
- REM ╚═══════════════════════════════════════════════════════════════════════╝
- REM
- REM ╔═════════════════════════════════════════════════════╗
- REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
- REM ╚═════════════════════════════════════════════════════╝
-
- MDEF ROWAN
-
- REM ╔════════════════════════════════════════════════════════╗
- REM ║ Change 'TEMPLATE' to the name of the MDF file that you ║
- REM ║ want your ADV file to reference. For example, if you ║
- REM ║ create a new ADV file called NEWSIM.ADV, you might want║
- REM ║ the line above to read 'Mdef NEWSIM'. ║
- REM ╚════════════════════════════════════════════════════════╝
-
- RATE 70
-
- REM ╔════════════════════════════════════════════════════════════╗
- REM ║ Place special macros below this line (i.e. @macroname, etc)║
- REM ╚════════════════════════════════════════════════════════════╝
-
- REM USE WCS
-
- REM ╔════════════════════════╗
- REM ║FLCS Buttons Commands: ║
- REM ╚════════════════════════╝
-
- REM IF WCS IS CONNECTED THEN YOU COULD ALSO DEFINE /U /M /D giving 6 modes:
- REM which gives 4 * 2 * 3 = 24 coolie hats = 96 positions!
- REM You may also program diagonals... this is silly!
-
- BTN S1 /H /N NextA2A
-
- BTN S2 /H /N NextA2G
-
- REM BTNar S3 Ge S3 is a mode toggle! Defines /I or /O
- BTN S3
-
- BTN S4 /H /N NumN
-
- BTN H1U /H /N MavUp
-
- BTN H1D /H /N MavDown
-
- BTN H1L /H /N MavLeft
-
- BTN H1R /H /N MavRight
-
- BTN H1M
-
- BTN H2U /H /N UnLock
-
- BTN H2D /H /N UnLockFree
-
- BTN H2L /H /N UnLockNext
-
- BTN H2R /H /N RadarMode
-
- BTN H2M
-
- BTN H3U /H /N MavBigUp
-
- BTN H3D /H /N MavBigDown
-
- BTN H3L /H /N MavBigLeft
-
- BTN H3R /H /N MavBigRight
-
- BTN H3M
-
- BTN H4U /H /N Chaff
-
- BTN H4D /H /N Combat
-
- BTN H4R /H /N Flares
-
- BTN H4L /H /N CombatIn
-
- BTN H4M
-
- REM ╔════════════════════════╗
- REM ║WCS II Buttons Commands:║
- REM ╚════════════════════════╝
- REM this has a 3 position switch
-
- REM @DigitalThrottle
-
- REM BTN T1 /N Auto
- REM
- REM BTN T2 /N WPInc
- REM
- REM BTN T3 /N WPDec
- REM
- REM BTN T4 /N GotoMenus
- REM
- REM BTN T5 /N Pause
- REM
- REM BTN T6 /N AccelKey
- REM
- REM BTN T7 /N VideoToggle
- REM
- REM BTN T8 /N InSide2
-
-