<P>在1.02中</P>
<P>打开:\Program Files\Ubisoft\Eagle Dynamics\Lock On\Config\View文件夹,打开cockpit.lua文件改成如下:-- Copyright (C) 2004, Eagle Dynamics.
-- Cockpit view scripts (F1, Ctrl-F1, Alt-F1)
-- Uses SnapViews.lua and Serialize.lua</P>
<P><FONT color=#e70808>CockpitMouse = true
</FONT>CockpitMouseSpeedSlow = 1.0
CockpitMouseSpeedNormal = 10.0
然后,删除\Program Files\Ubisoft\Eagle Dynamics\Lock On\Input文件中的.ini文件</P>
<P>1.1中打开</P>
<P>\Program Files\Ubisoft\Eagle Dynamics\Lock On1.1\Config\View文件夹中的view.lua</P>
<P>将其改成</P>
<P>-- Don't change existing values, they are requested from ?+!
-- Use these indices in Snap and CockpitLocalPoint tables.
PlaneIndex = {
iSu_27 = 1,
iSu_33 = 2,
iSu_25 = 3,
iSu_39 = 4, -- Su-39 or Su-25T
iMiG_29 = 5,
iMiG_29K = 6,
iA_10 = 7,
iF_15 = 8,
}</P>
<P><FONT color=#f84519>CockpitMouse = true
</FONT>CockpitMouseSpeedSlow = 1.0
CockpitMouseSpeedNormal = 10.0
CockpitMouseSpeedFast = 20.0
CockpitKeyboardAccelerationSlow = 5.0
CockpitKeyboardAccelerationNormal = 30.0</P>
<P>然后,删除\Program Files\Ubisoft\Eagle Dynamics\Lock On\Input文件中的.ini文件</P>
<P>保存就好了</P>
|