在飞友进行连线飞行的时候如果使用FSP-虚拟乘客,在其他飞友经过时会发生碰撞,会给玩家带来不必要的麻烦和损失,为了避免这一情况,我们需要修改FSP的cfg文件,具体修改办法如下:
在游戏根目录下\FsPassengers\config中找到more_option.cfg文件,将下面的红色字体“0”修改为“1”
// more_option.cfg
// In this file are value that allow you to tune, adjust enable
// or disable somes function or penality of FsP that are not
// listed in the setup dialog of FsP because they will be used
// rarely and only by a few users...
// penality disable ("=0" penality enabled "=1" penality disabled)
Disable250KtsUnder10000ft =0; // disable the 250kts speed below 10'000 ft penalty
DisableRollOutsideLandingStrip =0; // disable the roll or landing outside landing strip penalty
DisableGearSpeedLimit =0; // disable gear speed penalty
DisableFlapSpeedLimit =0; // disable flap speed penalty
DisableOverspeedLimit =0; // disable overspeed penalty
DisableGLimit =0; // disable G penalty
DisableBankLimit =0; // disable bank penalty
DisableReverseThrust =0; // disable reverse thrust less than 60kts penalty
DisableDoorCheck =0; // disable door open penalty
DisableFlapCheck =0; // disable excess flap speed penalty
DisableTimeAccelerationCheck =0; // disable time acceleration reduced bonus
// other options
DisableForceCrashDetection =0; // disable the "force crash detection" feature of FsP
DetectSpeedRollOff =35; // Speed at wich FsP start to detect if you roll off landing strip
MainLoopDelay =100; // DON'T TOUCH THIS UNLESS YOU REALLY KNOW WHAT YOUR DOING !!!!