madmax069 a écrit :Oui c'est pour falcon,mais je recherche la config excacte reel si tu prefere
.
La plus realiste possible oui je sais je suis chiant:yes:.
Mais si tu la en stock je veux bien merci!:king:
A+ mad
Je t'envoie mes fichiers pour OF 4.5 qui collent le plus possible à la réalité. Tu devrais les trouver dans ta boîte e-mail.
Je colle ici mon fichier .tmj pour donner quelques éclaircissements. On ne sait jamais, cela pourrait servir.
Quelques remarques :
1. Sans le "Rem", la ligne "USE PROFILE..." charge mon profil d'axes qui est nécessaire au bon fonctionnement de tous les axes analogiques.
2. J'utilise le Cougar avec un palonnier Simped avec toebrakes, d'où la programmation des freins différentiels.
3. Je l'utilise aussi avec un TrackIR, d'où la programmation TIR sur le H2 avec S3 in.
4. Le bouton H4 gére les contremesures avec S3 out et les vues padlock et virtual cockpit avec S3 in. Fallait bien que je les mette quelque part ]
www.realsimulator.com[/url].
Rem ---------------------------
USE MDEF Judy_Falcon_OF.tmm
Rem ---------------------------
Rem USE PROFILE Falcontoebrakes.tmc (CUSTOM).
Rem ---------------------------
Rem Use of toebrakes as analog axes. The joystick dead zones are set to 50 7 50
Rem ---------------------------
USE ZERO_MOUSE
Rem ---------------------------
Rem The 'Use Zero Mouse' statement is to prevent problems with mouse statements
Rem and the /I & /O slash modifiers.
Rem ---------------------------
USE RATE (50)
Rem ---------------------------
Rem The Use Rate statement is not really necessary, but the TrackIR seems to
Rem work better with it.
Rem ---------------------------
USE CURVE (ANT, -6)
Rem ---------------------------
Rem This antena curve setting is to make it more accurate in the middle.
Rem ------------------------
USE CURVE (RDDR, -3)
Rem ------------------------
Rem Adds a little more control over mid rudder movements
Rem ------------------------
Rem Toebrakes programming
Rem ------------------------
Rem LBRK 5 1 (90 100) (/H k)
RBRK 5 1 (80 100) (/H k)
Rem ---------------------------------------------------------------------------
Rem FLCS
Rem ---------------------------------------------------------------------------
BTN TG1 /I AVTR
/O /P SimTriggerFirstDetentP
/R SimTriggerFirstDetentR
Rem ------------------------
Rem ------------------------
Rem TG2 is the gun
Rem ------------------------
BTN TG2 /H Second_Trigger_Detent
Rem ------------------------
Rem With S3 in, the 1st trigger toggles AVTR on and off, whatever the AVTR mode in the aircraft.
Rem With S3 out, the 1st trigger turns AVTR on for 30 seconds if the AVTR is in auto mode. It's also used for manual lasing.
Rem ------------------------
Rem NWS / MSL STEP
Rem ------------------------
BTN S1 SimMissileStep Rem Held <0.5 sec: cycles through stations of selected missile. >0.5:steps to next missile type.
Rem ------------------------
Rem When the aircraft is on the ground, it toggles the NWS on and off. In AA mode,
Rem it cycles the AA missiles hardpoints. In AG mode, it toggles the bombing mode.
Rem ------------------------
BTN S2 SimPickle
Rem ------------------------
BTN S3 KD(X7) DLY(150) KU(X7)
DEF X8 X7 AND ( NOT S3 )
BTN X8 SimPimkySwitch
Rem ------------------------
Rem PINKY
Rem Press and release for pinky switch
Rem Press and hold for S3 modifier
Rem ------------------------
BTN S4 /I CAT_I/III
/O /P AP_Override_P
/R AP_Override_R
Rem ------------------------
Rem With S3 in, it toggles the CAT III/I switch
Rem With S3 out, it reflects the real life autopilot override function.
Rem ------------------------
BTN H1U /I /H Elevator_Trim_Up
/O /H Rotate_Down
BTN H1L /I /H Aileron_Trim_Left
/O /H Rotate_Left
BTN H1R /I /H Aileron_Trim_Right
/O /H Rotate_Right
BTN H1D KD(X13) DLY(60) KU(X13)
DEF X12 X13 AND S3 AND ( NOT H1D )
DEF X14 DELAY(1000) AND S3 AND H1D
BTN X12 /P Elevator_Trim_Down_Press
/R Elevator_Trim_Down_Release
BTN X14 Trim_Reset
DEF X15 H1D AND (NOT S3)
BTN X15 /H Rotate_Up
Rem ------------------------
Rem BTN H1 is used for the view modifiers in de 2D cockpit
Rem and for the trim.
Rem ------------------------
BTN H2U /P SimTMSUpP
/R SimTMSUpR
BTN H2D /P SimTMSDownP
/R SimTMSDownR
BTN H2L /I TrackIREnable
/O /P SimTMSLeftP
/R SimTMSLeftR
BTN H2R /I TrackIRCenter
/O /P SimTMSRightP
/R SimTMSRightR
Rem ------------------------
Rem BTN H2 is used as in the real F-16 when S3 is out. It's used
Rem for the TrackIR when S3 is in.
Rem ------------------------
BTN H3U /I HUD_Only
/O SimDMSUp
BTN H3D /I Big_HUD
/O SimDMSDown
BTN H3L SimDMSLeft
BTN H3R SimDMSRight
Rem ------------------------
Rem BTN H3 is the DMS button, with the wide angle cockpit and the
Rem cockpit HUD
Rem ------------------------
BTN H4U /I SimDropProgrammed
/O /T Virtual_Cockpit
/T Cockpit
BTN H4D /I SimECMConsent
/O Padlock
BTN H4L SimCMSLeft
BTN H4R SimECMStandby
Rem ------------------------
Rem BTN H4 is the ECM management button, with padlock and virtual
Rem cockpit.
Rem ----------------------------------------------------------------------
Rem Throttle
Rem ----------------------------------------------------------------------
BTN T1 /I MOUSE_LB
/O /H DX19 Rem Cursor enable
Rem ---------------------------
Rem BTN T1 is used as in the real aircraft for cursor enable.
Rem With S3 in, it's the left mouse button.
Rem ---------------------------
BTN T2 SimTransmitCom1
BTN T3 SimTransmitCom2
Rem ---------------------------
Rem T2 and T3 are radio transmit buttons
Rem ---------------------------
BTN T4 /I Awacs_Declare
/O SimComSwitchRight
BTN T5 /I Awacs_Picture
/O SimComSwitchLeft
Rem ---------------------------
Rem BTN T4 and T5 are used for AA and AG datalink with S3 out. With S3 in, they're used to ask Picture and Declare to Awacs
Rem ---------------------------
BTN T6 Cage_Uncage
BTN T7 /P Dogfight_Override_Mode
/R MRM_DF_Override_Cancel
BTN T8 /P MRM_Override_Mode
/R MRM_DF_Override_Cancel
BTN T9 /P /H Air_brakes_Open
/R Air_brakes_Toggle
BTN T10 /I Gear
/O /P Air_brakes_Toggle
/R Air_brakes_Toggle
Rem ---------------------------
Rem Real functions here, except for the gear.
Rem ---------------------------
Rem ANT Antena rotary as analog axis
Rem ---------------------------
RNG /I 1 20 Gain_Decrease Gain_Increase ^
/O ^
Rem RNG rotary as analog axis with S3 out and for radar gain settings with S3 in.
Rem -------------------------
Rem With S3 in, the microstick is used to move the mouse cursor.
Rem With S3 out, it is used as an analog axis to move the radar cursor and the targetting pods
MIX /I LOCK (MIX, 50%) 6 23 (2 4 6 8 11 14 17 21 25 30 36 43 58 65 71 76 80 84 87 90 93 95 97 98) MSY(1-) MSY(1+) MSY(0)
/O UNLOCK (MIX)
MIY /I LOCK (MIY, 50%) 6 23 (2 4 6 8 11 14 17 21 25 30 36 43 58 65 71 76 80 84 87 90 93 95 97 98) MSX(1-) MSX(1+) MSX(0)
/O UNLOCK (MIY)
Rem ----------------------------