Hi there, thank you for the mod. One question, would it be possible to make a centered camera where the character is in the center of the screen? I vastly prefer this when in third person view. Please consider adding this option
I did some digging, and the default value for the mouse pitch/yaw ratio is 0.5625 (16:9 aspect ratio), which means that your settings for pitch/yaw are not exactly 1:1. You can fix the ratio at its source by adding these lines to StarfieldCustom.ini and setting yaw/pitch back to 1.0.
19 comments
bDampenFirstPlayerCo ntrols=0
Random spaces mid word. They won't be applied.bDampenThirdPlayerCo ntrols=0
sStartingCo nsoleCommand=bat Intensefield
fIro nSightsLookSpeedPitch=1.995
fIro nSightsLookSpeedYaw=1.33
fIro nSightsLookSpeedPitch=1.995
fIro nSightsLookSpeedYaw=1.33
Regards
are not exactly 1:1. You can fix the ratio at its source by adding these lines to StarfieldCustom.ini and setting yaw/pitch back to 1.0.
[Controls]
fIronSightsPitchSpeedRatio=1
fPitchSpeedRatio=1
Alternatively, you could alter your values to fix the default ratio:
[Controls]
fLookSpeedYaw=0.84375
fLookSpeedPitch=1.5 ; values above 1.5 don't seem to do anything, so I lowered yaw to compensate
I don't see much of a reason to adjust the yaw/pitch separately when you can fix the root issue by adjusting the ratio, but the option is there.
Edit: Fixed formatting
thx
fIron-SightsLookSpeedPitch=1.995
fIron-SightsLookSpeedYaw=1.33
Remove the dashes, it just sees "onS(...)" and thinks it's code.