#这些按键设置都存储在.minecraft / MODS / mod_thx.options
#更改按键设置后请重新启动游戏,让按键变更
#默认按键是为了不与现有的Minecraft默认按键冲突
#请根据您的喜好编辑按键
--------------------------------------------------------------------------------------------
# 直升机移动(基本的WASD移动)
向前 key_forward = W
向左 key_left = A
向后 key_back = S
向右 key_right = D
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
# 直升机上升和下降(向上/跳跃键 向下/潜行键)
向上 key_ascend = SPACE
向下 key_descend = X
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
# 切换自动驾驶模式。启动时,直升机会自动向前飞
# 还简要显示世界坐标和海拔高度(以块为单位)
key_look_pitch = L
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
# 在飞行时跳出直升机,谨慎使用!
# 也可以在直升机自动向前飞时,切断电源
key_exit = Y
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
这个不知道什么意思
# quickly returns pitch to zero - useful with full throttle to avoid crash
# when look-pitch is engaged (see above), resets zero pitch to current view
key_auto_level=K
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
这些是直升机的一些设置吧,就不翻译了
# allow helicopter to naturally return to zero pitch automatically
enable_auto_level=true
# returns throttle to zero when not actively ascending or descending
# if you disable, your rotor speed will indicate the current throttle (very touchy at the moment)
enable_auto_throttle_zero=true
# include a moving rotor with the model
# rotor speed varies with throttle - the visual effect is highly
# dependent upon framerate, so experiment to find a pleasant result
# or disable if all else fails
enable_rotor=true
# set rotors relative speed
rotor_speed_percent=70
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
#按住查看后视图
key_look_back = U
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
#创建当前区域的地图
key_create_map = O
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
#让直升机保持在当前高度,再次按下解锁
key_lock_alt = P
--------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
#隐藏或者显示HUD
key_hud_mode = C |