[SCRIPT] Need help with joystick keybind change script
-
Does anyone know how to write a script, or maybe someone has a ready-made script.
Which can replace the value:<Source>IOMS_PAD_DIGITALBUTTON</Source>
<Parameters>
<Item>L1</Item>
</Parameters>To:
<Source>IOMS_PAD_AXIS</Source>
<Parameters>
<Item>IOM_AXIS_LX_RIGHT</Item>
</Parameters>It's need for change Digital button to Analog/Axis on Yaw key bing
Example:
Was:
</Item> <Item> <Input>INPUT_VEH_FLY_YAW_LEFT</Input> <Source>IOMS_PAD_DIGITALBUTTON</Source> <Parameters> <Item>L1</Item> </Parameters>
And change to
</Item> <Item> <Input>INPUT_VEH_FLY_YAW_LEFT</Input> <Source>IOMS_PAD_AXIS</Source> <Parameters> <Item>IOM_AXIS_LX_RIGHT</Item> </Parameters>
If i change it manually in update.rpf(OpenIV used)-common-data-control-standart.meta only a single game starts, I can not play on Rage MP servers, because the files are changed
How to write some script or dll witch can change this keybind for let me use my joypad for fly on helicopter? Pls help) And sorry for my very bad English((