|
发表于 2012-4-21 09:09:51
|
显示全部楼层
LOF2.0SU机的 眼镜蛇机动怎么做?转自ed forums
Go to...Eagle Dynamics\\LockOn Flaming Cliffs 2\\Config\\Input\\Aircrafts\\select the aircrafts\\keyboard and edit default.lua with notepad++
remove the two lines in the next line
--{combos = {{key = 'K'}}, down = iCommandPlaneCobra, name = 'Execute Pugachev\\'s Cobra', category = 'Flight Control'},
进入LockOn Flaming Cliffs 2\\Config\\Input\\Aircrafts\\su-27\\keyboard目录,打开default.lua,找到
--{combos = {{key = 'K'}}, down = iCommandPlaneCobra, name = 'Execute Pugachev\\'s Cobra', category = 'Flight Control'},
将注释符号--去掉,如果没有这行命令,我想你可以在任何飞机的这个文件中加入
{combos = {{key = 'K'}}, down = iCommandPlaneCobra, name = 'Execute Pugachev\\'s Cobra', category = 'Flight Control'},
这些文字,可以使它能飞眼镜蛇。
将Keyboard目录中其他文件删除重新进入游戏设置。 |
|