Skip to content

Mig-15bis RSI-6K axis #65

@uvegil

Description

@uvegil

I've added these lines to the Mig-15bis\joystic\default.lua

axisCommands = {
{cockpit_device_id = devices.CONTROL_INTERFACE, action = control_commands.Mig15_Command_FlapsHandle, name = ('Wing Flaps Handle'), category = {('Systems'), _('Custom')}},
{cockpit_device_id = devices.CONTROL_INTERFACE, action = control_commands.Mig15_Command_FrictionLever, name = ('Throttle Friction Lever'), category = {('Custom')}},
{cockpit_device_id = devices.CONTROL_INTERFACE, action = control_commands.Mig15_Command_HydroGainLever, name = ('Hydro Booster Lever'), category = {('Custom')}},
{cockpit_device_id = devices.RSI_6K, action = control_commands.Mig15_Command_RSI6K_Volume_EXT, name = ('RSI-6K Audio Volume Knob Custom'), category = {('RSI-6K Radio'), _('Custom')}},
{cockpit_device_id = devices.RSI_6K, action = control_commands.Mig15_Command_RSI6K_SetTransmitterFrequency_EXT, name = ('RSI-6K Wave Control Handle Custom'), category = {('RSI-6K Radio'), _('Custom')}},
{cockpit_device_id = devices.RSI_6K, action = control_commands.Mig15_Command_RSI6K_SetAntennaFrequency_EXT, name = ('RSI-6K Antenna Control Handle Custom'), category = {('RSI-6K Radio'), _('Custom')}},
{cockpit_device_id = devices.RSI_6K, action = control_commands.Mig15_Command_RSI6K_TransmitterFrequencyFix, name = ('RSI-6K Wave Control Handle Lock Custom'), category = {('RSI-6K Radio'), _('Custom')}},
{cockpit_device_id = devices.RSI_6K, action = control_commands.Mig15_Command_RSI6K_AntennaFrequencyFix, name = ('RSI-6K Antenna Control Handle Lock Custom'), category = {('RSI-6K Radio'), _('Custom')}},
{cockpit_device_id = devices.RSI_6K, action = control_commands.Mig15_Command_RSI6K_SetReceiverFrequency_EXT, name = ('RSI-6K Receiver Tuning Knob Custom'), category = {('RSI-6K Radio'), _('Custom')}},
{cockpit_device_id = devices.RSI_6K, action = control_commands.Mig15_Command_RSI6K_ReceiveARC, name = ('RSI-6K Receive/ARC Switch Custom'), category = {('RSI-6K Radio'), _('Custom')}},
{cockpit_device_id = devices.RSI_6K, action = control_commands.Mig15_Command_RSI6K_Forced, name = ('RSI-6K Forced Mode Switch Custom'), category = {('RSI-6K Radio'), _('Custom')}},
}

But only first new defined axis is showed in DCS controls settings, and the control doesn't move in the cockpit.
The DCS log only showed the files are merged successfully
2023-11-10 14:39:20.278 INFO Quaggles.InputCommandInjector (Main): Detected loading of type: "Thrustmaster Virtual Game Controller (root)", filename: "./Mods/aircraft/MiG-15bis/Input/MiG-15bis/joystick/default.lua"
2023-11-10 14:39:20.278 INFO Quaggles.InputCommandInjector (Main): --Translated path: "C:/Users/uvegi/Saved Games/DCS/InputCommands/MiG-15bis/Input/MiG-15bis/joystick/default.lua"
2023-11-10 14:39:20.278 INFO Quaggles.InputCommandInjector (Main): ----Found merge at: "C:/Users/uvegi/Saved Games/DCS/InputCommands/MiG-15bis/Input/MiG-15bis/joystick/default.lua"
2023-11-10 14:39:20.280 INFO Quaggles.InputCommandInjector (Main): ------Merge successful

What I'm doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions