pour ceux qui comme moi voudraient pouvoir utiliser la position MasterArm OFF, RDR ALT Off du warthog sans target, et bien d'autres possibilités, voici la solution :
1-Aller dans le fichier default.lua (DCS World OpenBeta\Mods\aircraft\FA-18C\Input\FA-18C\joystick),
2-rajouter ces lignes
Code : Tout sélectionner
{down = SMS_commands.MasterArmSw, up = SMS_commands.MasterArmSw, cockpit_device_id = devices.SMS, value_down = 1.0, value_up = 0.0, name = _('Master Arm Switch 2-Pos ARM/SAFE'), category = {_('Instrument Panel'), _('Master Arm Panel')}},
{down = HUD_commands.HUD_AltitudeSw, up = HUD_commands.HUD_AltitudeSw, cockpit_device_id = devices.HUD, value_down = 0.0, value_up = 1.0, name = _('Altitude Switch 2-Pos BARO/RADAR'), category = {_('Instrument Panel'), _('HUD Control Panel')}},
{down = hotas_commands.THROTTLE_SPEED_BRAKE, up = hotas_commands.THROTTLE_SPEED_BRAKE, cockpit_device_id = devices.HOTAS, value_down = -1.0, value_up = 1.0, name = ('Speed Brake Switch 2-pos EXTEND/RETRACT'), category = {('Throttle Grip'), ('HOTAS')}},
3-Ceci apparaîtra dans vos configs de contrôles sous DCS :
4-Mettre le bouton souhaité
Tout le mérite revient à LeCuvier qui a fait un tuto sur les forums d'ED. Il y a bien d'autres possibilités d'ailleurs !
https://forums.eagle.ru/showpost.php?p= ... tcount=214
Merci infiniment à lui !