只是为了测试一下
月度归档:2020年11月
服务器搬家了
搬家完成,再见 BudgetVM
DCS里面增加可以绑定的轴控制
I find that the A-10C lua files (like those of the KA-50) do not work with the mnemomic device and command ID. You have to use the numerical ones.
The code below creates an axis command for the UHF radio volume knob:
Code:
{action = 3011, cockpit_device_id = 54, name = _('UHF Radio Volume')},
The device ID for the UHF Radio is 54 as you can see in “devices.lua”. The command ID is 3011. You find the command as “device_commands.Button_11” in “clickabledata.lua”. So it’s button 11 of device 54. However, as you see in “command_defs.lua”, all device command numbers are defined as 3000 + Button-Number.
Note: The axis uses only half of the slider movement. You have to define parameters in Axis Tune to use the full slider movement or pot rotation. That’s a common problem in custom axis definitions.
Have fun!
服务器需要搬迁
可恶的BudgetVM居然要停止以前的便宜VPS了,给一点点补偿然后只有比较贵的VPS可选,下面只能继续寻找便宜VPS了,关键是迁移数据麻烦啊