FSDreamTeam forum
General Category => General Discussion => Topic started by: axiom13 on June 23, 2008, 03:30:05 am
-
im trying to get rid of the momentum effect in the virtual cockpit of a plane (FSX) because its annoying me, but there is no camera defenition in the aircraft.cfg file for virtual cockpit. how can i set momentum effect to false?
axiom
-
Start > run > %APPDATA%/Microsoft/FSX/fsx.cfg
Open with Notepad.
Find
[DynamicHeadMovement]
Replace with
[DynamicHeadMovement]
LonAccelOnHeadLon=0.0
LonAccelOnHeadPitch=0.0
RollAccelOnHeadLat=0.0
YawAccelOnHeadLat=0.0
RollAccelOnHeadRoll=0.0
MaxHeadAngle=0.0
MaxHeadOffset=0.0
HeadMoveTimeConstant=0.0
-
thanks