filmov
tv
DCS F-16C Block 50 Viper One Pull Ejection (Lua mod)
Показать описание
In the DCS Viper UI, there is only one option for ejection and it requires 3 inputs. While this can be bound to a switch, it still requires 3 inputs as demonstrated in my initial ejection video.
Here is how to mode your lua file add a "one input" key bind option in your game. You can do this with any aircraft. I am experimenting with adding this to default joystick luas to make it work across the entire fleet of aircraft. I am finding inconsistent results at the moment.
I cannot take credit for the code. It was found deep in the DCS Homepit forums.
In your main Eagle Dynamics folder (use the open beta folder if you are using that), find the following file (this is F-16c specific):
Open with Notepad++
Add the following line at the bottom of the systems section: (go to the end of the last line of the section, hit enter, then paste. Keeping all other symbols is critical!)
{down = iCommandPlaneEject, pressed = iCommandPlaneEject, up = iCommandPlaneEject, name = _('Eject (press once)'), category = _('Systems')},
Do not modify this script! Save and close.
You will need to do this after every DCS update.
Here is how to mode your lua file add a "one input" key bind option in your game. You can do this with any aircraft. I am experimenting with adding this to default joystick luas to make it work across the entire fleet of aircraft. I am finding inconsistent results at the moment.
I cannot take credit for the code. It was found deep in the DCS Homepit forums.
In your main Eagle Dynamics folder (use the open beta folder if you are using that), find the following file (this is F-16c specific):
Open with Notepad++
Add the following line at the bottom of the systems section: (go to the end of the last line of the section, hit enter, then paste. Keeping all other symbols is critical!)
{down = iCommandPlaneEject, pressed = iCommandPlaneEject, up = iCommandPlaneEject, name = _('Eject (press once)'), category = _('Systems')},
Do not modify this script! Save and close.
You will need to do this after every DCS update.
Комментарии