Etcher,
I just loaded in your mods and they work great, but one thing needs to be changed:
The commands that have both an up and a down action (for example, the weapon system manual/auto mode, which is up for manual and down for auto) need to have both an UP and a DOWN at the beginning of the line.
i.e. your text:
{ down = 3016, cockpit_device_id = 12, value_down = 1.0, value_up = 0, name = "CUSTOM_TOGGLE: Targeting mode reset", category = "CUSTOM_WEAP_INTERFACE"},
is wrong, we need:
{ down = 3016, up = 3016, cockpit_device_id = 12, value_down = 1.0, value_up = 0, name = "CUSTOM_TOGGLE: Targeting mode reset", category = "CUSTOM_WEAP_INTERFACE"},I'd love to have a copy of your script to work on, so I can build the commands for the Mig21. Would that be possible?