-
Posts
231 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Baldawg
-
tried creating a sequence but still have to pull the handle three times to operate. what i dont understand is that it was working prior to some point possibly a windows update or maybe something with DCS.
-
Actually you dont have to use any mod enabling software......everytime DCS updates it creates a backup folder in the dcs root directory. Any changes you make to the game go into the folder. Simply copy the all of the folders in the backup folder and paste them into the root directory and say yes to the overwrite......done deal.
-
Ejection command not working May be a long shot but hopefully there is a solution I switched to RS mapper from Joy2key due to windows not allowing my eject command (Lctrl eee) to work when i pul the ejection handle in my pit. Now RS mapper is doing the same thing across all modules in DCS. I am able to pull the handle 3 times consecutively to eject but obviously this isn't realistic. ive tried setting it as a long press as well to no effect. i have also tried changing the key in DCS to just E and resetting RS Mapper without the modifier to no avail either. below is what i have:
-
i have 2 BBI 32s two BBI 64's and a BU0836X they are very easy to work with and the software to tell which set uf buttons to use for encoders is straight forward. if you decide on the 64 though, you will have to get header plugs to connect to the board as there isn't a quick disconnect block like the 32 of 0836X
-
Trigger detent not working on Warthog HOTAS. Btn#6 is in locked stage
Baldawg replied to HorNet505's topic in Thrustmaster
It could be the switch, however, i had a cougar stick that did the same thing as a result of static shock and TM said that the board in the stick would need to be replaced. hoping in your case its a bad momentary switch. -
REQUESTS FOR "SPECIAL FOR JOYSTICK"
Baldawg replied to REDEYE_CVW-66's topic in Controller Questions and Bugs
Ive added some edits to the special for joystick section for the Viper. Some examples are the canopy handle, ejection seat lever, Laser arm. I also fixed the AntiSkid/Parking brake switch. Parking brake wasnt working. It was easier to copy the whole section as ive added them as they are grouped in category. The last lines are related to the Interior lighting panel. Ive increased the value from 0.3 to 0.7 so those of you with rotary encoders dont have to spin it around 3 revolutions to turn the knob all the way up. Just copy the lines and paste them over the existing section under special for joystick.......More to come later { down = ufc_commands.DRIFT_CUTOUT, up = ufc_commands.DRIFT_CUTOUT, cockpit_device_id = devices.UFC, value_down = 1.0, value_up = 0.0, name = _('ICP DRIFT CUTOUT/WARN RESET Switch (special) - DRIFT C/O /NORM'), category = {_('Special For Joystick'), _('Instrument Panel'), _('ICP')}}, { down = control_commands.ApRoll, up = control_commands.ApRoll, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = -1.0, value_up = 0.0, name = _('Autopilot ROLL Switch - STRG SEL/ATT HOLD'), category = {_('Special For Joystick'), _('Instrument Panel'), _('FLCS')}}, { down = control_commands.ApRoll, up = control_commands.ApRoll, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Autopilot ROLL Switch - HDG SEL/ATT HOLD'), category = {_('Special For Joystick'), _('Instrument Panel'), _('FLCS')}}, { down = ufc_commands.RF_Sw, up = ufc_commands.RF_Sw, cockpit_device_id = devices.UFC, value_down = -1.0, value_up = 0.0, name = _('RF Switch - SILENT/QUIET'), category = {_('Special For Joystick'), _('Instrument Panel')}}, { down = ufc_commands.RF_Sw, up = ufc_commands.RF_Sw, cockpit_device_id = devices.UFC, value_down = 1.0, value_up = 0.0, name = _('RF Switch - NORM/QUIET'), category = {_('Special For Joystick'), _('Instrument Panel')}}, { down = mmc_commands.MasterArmSw, up = mmc_commands.MasterArmSw, cockpit_device_id = devices.MMC, value_down = -1.0, value_up = 0.0, name = _('MASTER ARM Switch - SIMULATE/OFF'), category = {_('Special For Joystick'), _('Instrument Panel')}}, { down = mmc_commands.MasterArmSw, up = mmc_commands.MasterArmSw, cockpit_device_id = devices.MMC, value_down = 1.0, value_up = 0.0, name = _('MASTER ARM Switch - MASTER ARM/OFF'), category = {_('Special For Joystick'), _('Instrument Panel')}}, { down = sms_commands.LaserSw, up = sms_commands.LaserSw, cockpit_device_id = devices.SMS, value_down = 1.0, value_up = 0.0, name = _('LASER ARM Switch - ON/OFF'), category = {_('Special For Joystick'), _('Instrument Panel')}}, { down = gear_commands.AntiSkidSw, up = gear_commands.AntiSkidSw, cockpit_device_id = devices.GEAR_INTERFACE, value_down = -1.0, value_up = 0.0, name = _('ANTI-SKID Switch - OFF/ANTI-SKID'), category = {_('Special For Joystick'), _('Left Auxiliary Console')}}, { down = gear_commands.AntiSkidSw_EXT, up = gear_commands.AntiSkidSw_EXT, cockpit_device_id = devices.GEAR_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('ANTI-SKID Switch - PARKING BRAKE/ANTI-SKID'), category = {_('Special For Joystick'), _('Left Auxiliary Console')}}, { down = extlights_commands.LandingTaxi, up = extlights_commands.LandingTaxi, cockpit_device_id = devices.EXTLIGHTS_SYSTEM, value_down = -1.0, value_up = 0.0, name = _('LANDING TAXI LIGHTS Switch - TAXI/OFF'), category = {_('Special For Joystick'), _('Left Auxiliary Console')}}, { down = extlights_commands.LandingTaxi, up = extlights_commands.LandingTaxi, cockpit_device_id = devices.EXTLIGHTS_SYSTEM, value_down = 1.0, value_up = 0.0, name = _('LANDING TAXI LIGHTS Switch - LANDING/OFF'), category = {_('Special For Joystick'), _('Left Auxiliary Console')}}, { down = gear_commands.BrakesChannelSw, up = gear_commands.BrakesChannelSw, cockpit_device_id = devices.GEAR_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('BRAKES Channel Switch (special) - CHAN 1/CHAN 2'), category = {_('Special For Joystick'), _('Left Auxiliary Console')}}, { down = mmc_commands.GroundJett, up = mmc_commands.GroundJett, cockpit_device_id = devices.MMC, value_down = 1.0, value_up = 0.0, name = _('GND JETT ENABLE Switch (special) - ENABLE/OFF'), category = {_('Special For Joystick'), _('Left Auxiliary Console')}}, { down = control_commands.StoresConfig, up = control_commands.StoresConfig, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('STORES CONFIG Switch (special) - CAT III/CAT I'), category = {_('Special For Joystick'), _('Left Auxiliary Console')}}, { down = ralt_commands.PwrSw, up = ralt_commands.PwrSw, cockpit_device_id = devices.RALT, value_down = -1.0, value_up = 0.0, name = _('RDR ALT Switch - OFF/STBY'), category = {_('Special For Joystick'), _('Right Console'), _('SNSR PWR Control Panel')}}, { down = ralt_commands.PwrSw, up = ralt_commands.PwrSw, cockpit_device_id = devices.RALT, value_down = 1.0, value_up = 0.0, name = _('RDR ALT Switch - RDR ALT/STBY'), category = {_('Special For Joystick'), _('Right Console'), _('SNSR PWR Control Panel')}}, { down = mmc_commands.VvVah, up = mmc_commands.VvVah, cockpit_device_id = devices.MMC, value_down = -1.0, value_up = 0.0, name = _('HUD Scales Switch - OFF/VAH'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.VvVah, up = mmc_commands.VvVah, cockpit_device_id = devices.MMC, value_down = 1.0, value_up = 0.0, name = _('HUD Scales Switch - VV/VAH /VAH'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.AttFpm, up = mmc_commands.AttFpm, cockpit_device_id = devices.MMC, value_down = -1.0, value_up = 0.0, name = _('HUD Flightpath Marker Switch - OFF/FPM'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.AttFpm, up = mmc_commands.AttFpm, cockpit_device_id = devices.MMC, value_down = 1.0, value_up = 0.0, name = _('HUD Flightpath Marker Switch - ATT/FPM /FPM'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.DedData, up = mmc_commands.DedData, cockpit_device_id = devices.MMC, value_down = -1.0, value_up = 0.0, name = _('HUD DED/PFLD Data Switch - OFF/PFL'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.DedData, up = mmc_commands.DedData, cockpit_device_id = devices.MMC, value_down = 1.0, value_up = 0.0, name = _('HUD DED/PFLD Data Switch - DED/PFL'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.DeprRet, up = mmc_commands.DeprRet, cockpit_device_id = devices.MMC, value_down = -1.0, value_up = 0.0, name = _('HUD Depressible Reticle Switch - OFF/PRI'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.DeprRet, up = mmc_commands.DeprRet, cockpit_device_id = devices.MMC, value_down = 1.0, value_up = 0.0, name = _('HUD Depressible Reticle Switch - STBY/PRI'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.Spd, up = mmc_commands.Spd, cockpit_device_id = devices.MMC, value_down = -1.0, value_up = 0.0, name = _('HUD Velocity Switch - GND SPD/TAS'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.Spd, up = mmc_commands.Spd, cockpit_device_id = devices.MMC, value_down = 1.0, value_up = 0.0, name = _('HUD Velocity Switch - CAS/TAS'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.Alt, up = mmc_commands.Alt, cockpit_device_id = devices.MMC, value_down = -1.0, value_up = 0.0, name = _('HUD Altitude Switch - AUTO/BARO'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.Alt, up = mmc_commands.Alt, cockpit_device_id = devices.MMC, value_down = 1.0, value_up = 0.0, name = _('HUD Altitude Switch - RADAR/BARO'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.Brt, up = mmc_commands.Brt, cockpit_device_id = devices.MMC, value_down = -1.0, value_up = 0.0, name = _('HUD Brightness Control Switch - NIGHT/AUTO BRT'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.Brt, up = mmc_commands.Brt, cockpit_device_id = devices.MMC, value_down = 1.0, value_up = 0.0, name = _('HUD Brightness Control Switch - DAY/AUTO BRT'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.Test, up = mmc_commands.Test, cockpit_device_id = devices.MMC, value_down = -1.0, value_up = 0.0, name = _('HUD TEST Switch - OFF/ON'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = mmc_commands.Test, up = mmc_commands.Test, cockpit_device_id = devices.MMC, value_down = 1.0, value_up = 0.0, name = _('HUD TEST Switch - STEP/ON'), category = {_('Special For Joystick'), _('Right Console'), _('HUD Control Panel')}}, { down = oxygen_commands.SupplyLever, up = oxygen_commands.SupplyLever, cockpit_device_id = devices.OXYGEN_INTERFACE, value_down = 0.0, value_up = 0.5, name = _('Supply Lever - OFF/ON'), category = {_('Special For Joystick'), _('Right Console'), _('OXYGEN REGULATOR Panel')}}, { down = oxygen_commands.SupplyLever, up = oxygen_commands.SupplyLever, cockpit_device_id = devices.OXYGEN_INTERFACE, value_down = 1.0, value_up = 0.5, name = _('Supply Lever - PBG/ON'), category = {_('Special For Joystick'), _('Right Console'), _('OXYGEN REGULATOR Panel')}}, { down = oxygen_commands.EmergencyLever, up = oxygen_commands.EmergencyLever, cockpit_device_id = devices.OXYGEN_INTERFACE, value_down = -1.0, value_up = 0.0, name = _('Emergency Lever - TEST MASK/NORMAL'), category = {_('Special For Joystick'), _('Right Console'), _('OXYGEN REGULATOR Panel')}}, { down = oxygen_commands.EmergencyLever, up = oxygen_commands.EmergencyLever, cockpit_device_id = devices.OXYGEN_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Emergency Lever - EMERGENCY/NORMAL'), category = {_('Special For Joystick'), _('Right Console'), _('OXYGEN REGULATOR Panel')}}, { down = engine_commands.EngAntiIceSw, up = engine_commands.EngAntiIceSw, cockpit_device_id = devices.ENGINE_INTERFACE, value_down = -1.0, value_up = 0.0, name = _('Engine ANTI ICE Switch - OFF/AUTO'), category = {_('Special For Joystick'), _('Right Console')}}, { down = engine_commands.EngAntiIceSw, up = engine_commands.EngAntiIceSw, cockpit_device_id = devices.ENGINE_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('Engine ANTI ICE Switch - ON/AUTO'), category = {_('Special For Joystick'), _('Right Console')}}, { down = intercom_commands.IFF_AntSelSw, up = intercom_commands.IFF_AntSelSw, cockpit_device_id = devices.INTERCOM, value_down = -1.0, value_up = 0.0, name = _('IFF ANT SEL Switch - LOWER/NORM'), category = {_('Special For Joystick'), _('Right Console'), _('ANT SEL Panel')}}, { down = intercom_commands.IFF_AntSelSw, up = intercom_commands.IFF_AntSelSw, cockpit_device_id = devices.INTERCOM, value_down = 1.0, value_up = 0.0, name = _('IFF ANT SEL Switch - UPPER/NORM'), category = {_('Special For Joystick'), _('Right Console'), _('ANT SEL Panel')}}, { down = intercom_commands.UHF_AntSelSw, up = intercom_commands.UHF_AntSelSw, cockpit_device_id = devices.INTERCOM, value_down = -1.0, value_up = 0.0, name = _('UHF ANT SEL Switch - LOWER/NORM'), category = {_('Special For Joystick'), _('Right Console'), _('ANT SEL Panel')}}, { down = intercom_commands.UHF_AntSelSw, up = intercom_commands.UHF_AntSelSw, cockpit_device_id = devices.INTERCOM, value_down = 1.0, value_up = 0.0, name = _('UHF ANT SEL Switch - UPPER/NORM'), category = {_('Special For Joystick'), _('Right Console'), _('ANT SEL Panel')}}, { down = intercom_commands.HotMicCipherSw, up = intercom_commands.HotMicCipherSw, cockpit_device_id = devices.INTERCOM, value_down = -1.0, value_up = 0.0, name = _('HOT MIC CIPHER Switch - CIPHER/OFF'), category = {_('Special For Joystick'), _('Left Console'), _('AUDIO 2 Control Panel')}}, { down = intercom_commands.HotMicCipherSw, up = intercom_commands.HotMicCipherSw, cockpit_device_id = devices.INTERCOM, value_down = 1.0, value_up = 0.0, name = _('HOT MIC CIPHER Switch - HOT MIC/OFF'), category = {_('Special For Joystick'), _('Left Console'), _('AUDIO 2 Control Panel')}}, { down = extlights_commands.PosWingTail, up = extlights_commands.PosWingTail, cockpit_device_id = devices.EXTLIGHTS_SYSTEM, value_down = -1.0, value_up = 0.0, name = _('WING/TAIL Switch - DIM/OFF'), category = {_('Special For Joystick'), _('Left Console'), _('EXT LIGHTING Control Panel')}}, { down = extlights_commands.PosWingTail, up = extlights_commands.PosWingTail, cockpit_device_id = devices.EXTLIGHTS_SYSTEM, value_down = 1.0, value_up = 0.0, name = _('WING/TAIL Switch - BRT/OFF'), category = {_('Special For Joystick'), _('Left Console'), _('EXT LIGHTING Control Panel')}}, { down = extlights_commands.PosFus, up = extlights_commands.PosFus, cockpit_device_id = devices.EXTLIGHTS_SYSTEM, value_down = -1.0, value_up = 0.0, name = _('FUSELAGE Switch - DIM/OFF'), category = {_('Special For Joystick'), _('Left Console'), _('EXT LIGHTING Control Panel')}}, { down = extlights_commands.PosFus, up = extlights_commands.PosFus, cockpit_device_id = devices.EXTLIGHTS_SYSTEM, value_down = 1.0, value_up = 0.0, name = _('FUSELAGE Switch - BRT/OFF'), category = {_('Special For Joystick'), _('Left Console'), _('EXT LIGHTING Control Panel')}}, { down = elec_commands.ProbeHeatSw, up = elec_commands.ProbeHeatSw, cockpit_device_id = devices.ELEC_INTERFACE, value_down = -1.0, value_up = 0.0, name = _('PROBE HEAT Switch - TEST/OFF'), category = {_('Special For Joystick'), _('Left Console'), _('TEST Switch Panel')}}, { down = elec_commands.ProbeHeatSw, up = elec_commands.ProbeHeatSw, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('PROBE HEAT Switch - PROBE HEAT/OFF'), category = {_('Special For Joystick'), _('Left Console'), _('TEST Switch Panel')}}, { down = elec_commands.FlcsPwrTestSwMAINT, up = elec_commands.FlcsPwrTestSwMAINT, cockpit_device_id = devices.ELEC_INTERFACE, value_down = -1.0, value_up = 0.0, name = _('FLCS PWR TEST Switch (special) - MAINT/NORM'), category = {_('Special For Joystick'), _('Left Console'), _('TEST Switch Panel')}}, { down = iff_commands.M4CodeSw, up = iff_commands.M4CodeSw, cockpit_device_id = devices.IFF_CONTROL_PANEL, value_down = -1.0, value_up = 0.0, name = _('IFF M-4 CODE Switch - HOLD/ A/B'), category = {_('Special For Joystick'), _('Left Console'), _('IFF Control Panel')}}, { down = iff_commands.M4CodeSw, up = iff_commands.M4CodeSw, cockpit_device_id = devices.IFF_CONTROL_PANEL, value_down = 1.0, value_up = 0.0, name = _('IFF M-4 CODE Switch - ZERO/ A/B'), category = {_('Special For Joystick'), _('Left Console'), _('IFF Control Panel')}}, { down = iff_commands.EnableSw, up = iff_commands.EnableSw, cockpit_device_id = devices.IFF_CONTROL_PANEL, value_down = -1.0, value_up = 0.0, name = _('IFF ENABLE Switch - M1/M3 /OFF'), category = {_('Special For Joystick'), _('Left Console'), _('IFF Control Panel')}}, { down = iff_commands.EnableSw, up = iff_commands.EnableSw, cockpit_device_id = devices.IFF_CONTROL_PANEL, value_down = 1.0, value_up = 0.0, name = _('IFF ENABLE Switch - M3/MS /OFF'), category = {_('Special For Joystick'), _('Left Console'), _('IFF Control Panel')}}, { down = iff_commands.M4ReplySw, up = iff_commands.M4ReplySw, cockpit_device_id = devices.IFF_CONTROL_PANEL, value_down = -1.0, value_up = 0.0, name = _('IFF MODE 4 REPLY Switch - OUT/A'), category = {_('Special For Joystick'), _('Left Console'), _('IFF Control Panel')}}, { down = iff_commands.M4ReplySw, up = iff_commands.M4ReplySw, cockpit_device_id = devices.IFF_CONTROL_PANEL, value_down = 1.0, value_up = 0.0, name = _('IFF MODE 4 REPLY Switch - B/A'), category = {_('Special For Joystick'), _('Left Console'), _('IFF Control Panel')}}, { down = engine_commands.EpuSw, up = engine_commands.EpuSw, cockpit_device_id = devices.ENGINE_INTERFACE, value_down = -1.0, value_up = 0.0, name = _('EPU Switch - OFF/NORM'), category = {_('Special For Joystick'), _('Left Console'), _('EPU Control Panel')}}, { down = engine_commands.EpuSw, up = engine_commands.EpuSw, cockpit_device_id = devices.ENGINE_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('EPU Switch - ON/NORM'), category = {_('Special For Joystick'), _('Left Console'), _('EPU Control Panel')}}, { down = elec_commands.MainPwrSw, up = elec_commands.MainPwrSw, cockpit_device_id = devices.ELEC_INTERFACE, value_down = -1.0, value_up = 0.0, name = _('MAIN PWR Switch - OFF/BATT'), category = {_('Special For Joystick'), _('Left Console'), _('ELEC Control Panel')}}, { down = elec_commands.MainPwrSw, up = elec_commands.MainPwrSw, cockpit_device_id = devices.ELEC_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('MAIN PWR Switch - MAIN PWR/BATT'), category = {_('Special For Joystick'), _('Left Console'), _('ELEC Control Panel')}}, { down = fuel_commands.AirRefuelSw, up = fuel_commands.AirRefuelSw, cockpit_device_id = devices.FUEL_INTERFACE, value_down = 1.0, value_up = 0.0, name = _('AIR REFUEL Switch - (special) OPEN/CLOSE'), category = {_('Special For Joystick'), _('Left Console'), _('Fuel Control Panel')}}, { down = cpt_commands.CanopySwitchOpen, up = cpt_commands.CanopySwitchOpen, cockpit_device_id = devices.CPT_MECH, value_down = 1.0, value_up = 0.0, name = _('Canopy Switch (special) - OPEN/STOP'), category = {_('Special For Joystick'), _('Left Console')}}, { down = cpt_commands.CanopyHandle, up = cpt_commands.CanopyHandle, cockpit_device_id = devices.CPT_MECH, value_down = 1.0, value_up = 0.0, name = _('Canopy Handle (special) - DOWN/UP'), category = {_('Special For Joystick'), _('Left Console')}}, { down = hotas_commands.THROTTLE_DOG_FIGHT, up = hotas_commands.THROTTLE_DOG_FIGHT, cockpit_device_id = devices.HOTAS, value_down = -1.0, value_up = 0.0, name = _('DOGFIGHT/Missile Override Switch (special) - MISSILE OVERRIDE/CENTER'), category = {_('Special For Joystick'), _('Throttle Grip'), _('HOTAS')}}, { down = hotas_commands.THROTTLE_DOG_FIGHT, up = hotas_commands.THROTTLE_DOG_FIGHT, cockpit_device_id = devices.HOTAS, value_down = 1.0, value_up = 0.0, name = _('DOGFIGHT/Missile Override Switch (special) - DOGFIGHT/CENTER'), category = {_('Special For Joystick'), _('Throttle Grip'), _('HOTAS')}}, { down = hotas_commands.THROTTLE_SPEED_BRAKE, up = hotas_commands.THROTTLE_SPEED_BRAKE, cockpit_device_id = devices.HOTAS, value_down = 1.0, value_up = 0.0, name = _('SPD BRK Switch (special) - Fwd/RETRACT /OFF'), category = {_('Special For Joystick'), _('Throttle Grip'), _('HOTAS')}}, { down = cpt_commands.EjectionSafetyLever, up = cpt_commands.EjectionSafetyLever, cockpit_device_id = devices.CPT_MECH, value_down = 1.0, value_up = 0.0, name = _('Ejection Safety Lever, ARMED/LOCKED'), category = {_('Special For Joystick'), _('Cockpit Mechanics')}}, { pressed = cptlights_commands.Consoles_EXT, cockpit_device_id = devices.CPTLIGHTS_SYSTEM, value_pressed = -0.7, name = _('PRIMARY CONSOLES BRT Knob (special) - CCW/Decrease'), category = {_('Special For Joystick'), _('Right Console'), _('Interior LIGHTING Control Panel')}}, { pressed = cptlights_commands.Consoles_EXT, cockpit_device_id = devices.CPTLIGHTS_SYSTEM, value_pressed = 0.7, name = _('PRIMARY CONSOLES BRT Knob (special) - CW/Increase'), category = {_('Special For Joystick'), _('Right Console'), _('Interior LIGHTING Control Panel')}}, { pressed = cptlights_commands.IntsPnl_EXT, cockpit_device_id = devices.CPTLIGHTS_SYSTEM, value_pressed = -0.7, name = _('PRIMARY INST PNL BRT Knob (special) - CCW/Decrease'), category = {_('Special For Joystick'), _('Right Console'), _('Interior LIGHTING Control Panel')}}, { pressed = cptlights_commands.IntsPnl_EXT, cockpit_device_id = devices.CPTLIGHTS_SYSTEM, value_pressed = 0.7, name = _('PRIMARY INST PNL BRT Knob (special) - CW/Increase'), category = {_('Special For Joystick'), _('Right Console'), _('Interior LIGHTING Control Panel')}}, { pressed = cptlights_commands.DataEntryDisplay_EXT, cockpit_device_id = devices.CPTLIGHTS_SYSTEM, value_pressed = -0.7, name = _('PRIMARY DATA ENTRY DISPLAY BRT Knob (special) - CCW/Decrease'), category = {_('Special For Joystick'), _('Right Console'), _('Interior LIGHTING Control Panel')}}, { pressed = cptlights_commands.DataEntryDisplay_EXT, cockpit_device_id = devices.CPTLIGHTS_SYSTEM, value_pressed = 0.7, name = _('PRIMARY DATA ENTRY DISPLAY BRT Knob (special) - CW/Increase'), category = {_('Special For Joystick'), _('Right Console'), _('Interior LIGHTING Control Panel')}}, { pressed = cptlights_commands.ConsolesFlood_EXT, cockpit_device_id = devices.CPTLIGHTS_SYSTEM, value_pressed = -0.7, name = _('FLOOD CONSOLES BRT Knob (special) - CCW/Decrease'), category = {_('Special For Joystick'), _('Right Console'), _('Interior LIGHTING Control Panel')}}, { pressed = cptlights_commands.ConsolesFlood_EXT, cockpit_device_id = devices.CPTLIGHTS_SYSTEM, value_pressed = 0.7, name = _('FLOOD CONSOLES BRT Knob (special) - CW/Increase'), category = {_('Special For Joystick'), _('Right Console'), _('Interior LIGHTING Control Panel')}}, { pressed = cptlights_commands.InstPnlFlood_EXT, cockpit_device_id = devices.CPTLIGHTS_SYSTEM, value_pressed = -0.7, name = _('FLOOD INST PNL BRT Knob (special) - CCW/Decrease'), category = {_('Special For Joystick'), _('Right Console'), _('Interior LIGHTING Control Panel')}}, { pressed = cptlights_commands.InstPnlFlood_EXT, cockpit_device_id = devices.CPTLIGHTS_SYSTEM, value_pressed = 0.7, name = _('FLOOD INST PNL BRT Knob (special) - CW/Increase'), category = {_('Special For Joystick'), _('Right Console'), _('Interior LIGHTING Control Panel')}}, { pressed = intercom_commands.COM1_PowerKnob_ITER, cockpit_device_id = devices.INTERCOM, value_pressed = -0.7, name = _('COMM 1 (UHF) Power Knob (special) - CCW/Decrease'), category = {_('Special For Joystick'), _('Left Console'), _('AUDIO 1 Control Panel')}}, { pressed = intercom_commands.COM1_PowerKnob_ITER, cockpit_device_id = devices.INTERCOM, value_pressed = 0.7, name = _('COMM 1 (UHF) Power Knob (special) - CW/Increase'), category = {_('Special For Joystick'), _('Left Console'), _('AUDIO 1 Control Panel')}}, { pressed = intercom_commands.COM2_PowerKnob_ITER, cockpit_device_id = devices.INTERCOM, value_pressed = -0.7, name = _('COMM 2 (VHF) Power Knob (special) - CCW/Decrease'), category = {_('Special For Joystick'), _('Left Console'), _('AUDIO 1 Control Panel')}}, { pressed = intercom_commands.COM2_PowerKnob_ITER, cockpit_device_id = devices.INTERCOM, value_pressed = 0.7, name = _('COMM 2 (VHF) Power Knob (special) - CW/Increase'), category = {_('Special For Joystick'), _('Left Console'), _('AUDIO 1 Control Panel')}}, -
REQUESTS FOR "SPECIAL FOR JOYSTICK"
Baldawg replied to REDEYE_CVW-66's topic in Controller Questions and Bugs
If you didnt copy and paste everything he posted or edited on your on, one missing character borks the whole.lua file. Make sure you have commas where they go etc etc -
TM HOTAS 3-way AP Switch for F-16 AP 3-Way switch
Baldawg replied to FoxOne007's topic in Controller Questions and Bugs
If my wife wasnt holding me hostage id finish my lua edits ive done for my pit. They work for anyone that has switch panels or warthogs......but im tied up -
These are for 2 position and 3 position toggle switches. These are on off or on off on switches that stay in position. If you bind it to a push button or a momentary switch, as i think that is what you have bound it to, the switch in game will flip on then off as you release it.
-
-
Ive added keybinds for the Altimeter knob and RESET mode switch, Radar Altimeter knob, and fuel cutoff switches. The Knobs are ready to go for anyone who has rotary encoders but can be bound to a momentary button as well. Ive tested them all and they work. ****NOTE*** ive added these to the keyboard.lua but they may work if you put them into the joystick.lua. {down = device_commands.ALTIMETER_Knob, cockpit_device_id = devices.BAROALTIMETER, value_down = 0.1, name = _('Altimeter Pressure CW Setting'), category = { _('Altimeter')}}, {down = device_commands.ALTIMETER_Knob, cockpit_device_id = devices.BAROALTIMETER, value_down = -0.1, name = _('Altimeter Pressure CCW Setting'), category = { _('Altimeter')}}, {down = device_commands.ALTIMETER_Mode, up = device_commands.ALTIMETER_Mode, cockpit_device_id = devices.BAROALTIMETER, value_down = 1, value_up = 0, name = _('Altimeter RESET'), category = { _('Altimeter')}}, {down = device_commands.RADARALT_Knob, cockpit_device_id = devices.RADARALTIMETER, value_down = 0.1, name = _('Radar Altimeter CW Control Knob'), category = { _('Radar Altimeter')}}, {down = device_commands.RADARALT_Knob, cockpit_device_id = devices.RADARALTIMETER, value_down = -0.1, name = _('Radar Altimeter CCW Control Knob'), category = { _('Radar Altimeter')}}, {down = device_commands.FUELSYSTEM_Shutoff_L, up = device_commands.FUELSYSTEM_Shutoff_L, cockpit_device_id = devices.FUELSYSTEM, value_down = 1, value_up = 0, name = _('Fuel Shutoff - LFT'), category = { _('Fuelsystem Control Panel')}}, {down = device_commands.FUELSYSTEM_Shutoff_R, up = device_commands.FUELSYSTEM_Shutoff_R, cockpit_device_id = devices.FUELSYSTEM, value_down = 1, value_up = 0, name = _('Fuel Shutoff - RGT'), category = { _('Fuelsystem Control Panel')}},
-
Disable selective suspend in the advanced power options Next go to device manager and open every usb device and uncheck the allow computer to turn off power management Here are some directions https://pattersonsupport.custhelp.com/app/answers/detail/a_id/14917/~/disable-power-management-on-windows-7-machines Ive found however that windows doesnt always dsiable power management so going into regedit to disable it is the final solution
-
Now if they can get all of the radio chatter to play through my headset only id be a really happy camper
-
The Rad Alt, Altimeter Pressure, SAI cage and HUD Trim would also be nice additions to the list of key binds.
-
bump
-
Either would work for me. I have a potentiometer that is open to use if an axis was implemented. A rotary encoder would work fine as well. The pot would offer more fidelity though.
-
id like to be able to use rotary encoders to adjust knobs in the pit. The HUD trim in particular. i have tried {down = device_commands.VDIG_HUD_trim, cockpit_device_id = devices.HUD, value_down = 0.1, name = _('HUD Trim Up'), category = _('HUD')}, {down = device_commands.VDIG_HUD_trim, cockpit_device_id = devices.HUD, value_down = -0.1, name = _('HUD Trim Dn'), category = _('HUD')}, ......it only allows the knob to turn one notch right or left as if its an on/off.
-
I use joy2key to set a momentary toggle switch to send ctrl e e e as a keyboard command. I created a handle from some thick braided power cable approximately half inch in diameter. My profile pic shows the handle which i wrapped in black and yellow electrical tape. Im not at home to give more detail of my setup. It works flawlessly though.
-
My squadron is running a test mission tonight to test the catapult functionality , ill let you know how the new bindngs work out as well
-
Thank you for adding the new key binds!
-
NOW AVAILABLE: Community A-4E-C Mod
Baldawg replied to Merker's topic in Utility/Program Mods for DCS World
Namely the throttle cut off, would imagine it would be similar to how the F86 throttle sequence works. I noticed in the default.lua there is commented out code for the throttle cut off. I was able to get the starter switch working so it would be cool to start up without using the mouse. I have the console / instrument rotary dials some what working. When i turn my encoder they either go full on or off. Theres a few more id like to get working but im not in front of my pc to give you a comprhensive list. All that said though, enjoying the hell out of the Scooter, our VS is gearing up for a Vietnam mini campaign featuring the Scoot and the Sabre but the Super one. -
NOW AVAILABLE: Community A-4E-C Mod
Baldawg replied to Merker's topic in Utility/Program Mods for DCS World
New Keybindings? Has anyone tried to add new key binds for things like the throttle cut off or the interior lighting? ive added a few myself but having issues with the throttle cut off and the instrument /console control knobs working properly. -
Go to View in the controls settings and find the camera adjust up and down. If you want to bund a switch to "raise or lower " the seat.
-
+1 on this issue. cant bind any switch or axis after i bind the brake axis
-
+1,000,000. Its been over a year. Seems like an easy fix but when youre pumping out a POS Mig, i guess you dont have time for things like that.