It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
As in title, attempting to change any value in the ini file found in "Stranglehold\StrangleholdGame\Config\PC\" results in the game not booting. Restoring the original file fixes it. Does the game do some kind of crc hash check on the config file before booting? Assuming this works like most other UE3 games we would probably be able to fix the mouse sensitivity issues (out of sync vertical, far too high at minimum) among other things by editing this file. The settings file in user documents seems to be a binary file that can't be edited in plain text.
avatar
Lagahan: As in title, attempting to change any value in the ini file found in "Stranglehold\StrangleholdGame\Config\PC\" results in the game not booting. Restoring the original file fixes it. Does the game do some kind of crc hash check on the config file before booting? Assuming this works like most other UE3 games we would probably be able to fix the mouse sensitivity issues (out of sync vertical, far too high at minimum) among other things by editing this file. The settings file in user documents seems to be a binary file that can't be edited in plain text.
I think the problem is due to the special characters in the file. I had the same problem and was able to change the language value using a hex editor instead of a normal text editor.
avatar
fantch: I think the problem is due to the special characters in the file. I had the same problem and was able to change the language value using a hex editor instead of a normal text editor.
Thanks so much!

After much searching in the ini file I finally found the right lines to edit to fix the terrible mouse sensitivity with the hex editor!

For anyone interested there is 2 sets of lines as follows (I edited both so that the vertical min and max matched the horizontal min and max):

AggressiveImpactParticleLODThreshold=.5
VerticalCameraRotationSpeed_Min=10.0
VerticalCameraRotationSpeed_Default=95.0
VerticalCameraRotationSpeed_Max=270.0
HorizontalCameraRotationSpeed_Min=10.0
HorizontalCameraRotationSpeed_Default=171.0
HorizontalCameraRotationSpeed_Max=270.0

I left the defaults as they were - you can adjust the sensitivity in game just fine with the sliders, otherwise the game will freak out if the file length is longer or shorter than it was originally.
Post edited July 13, 2021 by Lagahan
avatar
fantch: I think the problem is due to the special characters in the file. I had the same problem and was able to change the language value using a hex editor instead of a normal text editor.
avatar
Lagahan: Thanks so much!

After much searching in the ini file I finally found the right lines to edit to fix the terrible mouse sensitivity with the hex editor!

For anyone interested there is 2 sets of lines as follows (I edited both so that the vertical min and max matched the horizontal min and max):

AggressiveImpactParticleLODThreshold=.5
VerticalCameraRotationSpeed_Min=10.0
VerticalCameraRotationSpeed_Default=95.0
VerticalCameraRotationSpeed_Max=270.0
HorizontalCameraRotationSpeed_Min=10.0
HorizontalCameraRotationSpeed_Default=171.0
HorizontalCameraRotationSpeed_Max=270.0

I left the defaults as they were - you can adjust the sensitivity in game just fine with the sliders, otherwise the game will freak out if the file length is longer or shorter than it was originally.
Why isnt THIS at the PCGamingWiki article?!

For anyone who finds it in the future: to get rid of this bad vertical sensitivity:
1. Set the values above in "Stranglehold\StrangleholdGame\Config\PC\Cooked\Coalesced.ini"
2. Load into the game and on some level
3. Open settings
4. Set your horizontal sensitivity to your desired preference and count how many "clicks" it took
5. Set your vertical sensitivity to half of what you've just set horizontal to (it's easier to count half the "clicks" of above)
6. Profit from 1-to-1 aiming sensitivity
Post edited February 05, 2023 by CyberDNIWE
avatar
Lagahan: Thanks so much!

After much searching in the ini file I finally found the right lines to edit to fix the terrible mouse sensitivity with the hex editor!

For anyone interested there is 2 sets of lines as follows (I edited both so that the vertical min and max matched the horizontal min and max):

AggressiveImpactParticleLODThreshold=.5
VerticalCameraRotationSpeed_Min=10.0
VerticalCameraRotationSpeed_Default=95.0
VerticalCameraRotationSpeed_Max=270.0
HorizontalCameraRotationSpeed_Min=10.0
HorizontalCameraRotationSpeed_Default=171.0
HorizontalCameraRotationSpeed_Max=270.0

I left the defaults as they were - you can adjust the sensitivity in game just fine with the sliders, otherwise the game will freak out if the file length is longer or shorter than it was originally.
avatar
CyberDNIWE: Why isnt THIS at the PCGamingWiki article?!

For anyone who finds it in the future: to get rid of this bad vertical sensitivity:
1. Set the values above in "Stranglehold\StrangleholdGame\Config\PC\Cooked\Coalesced.ini"
2. Load into the game and on some level
3. Open settings
4. Set your horizontal sensitivity to your desired preference and count how many "clicks" it took
5. Set your vertical sensitivity to half of what you've just set horizontal to (it's easier to count half the "clicks" of above)
6. Profit from 1-to-1 aiming sensitivity
I was thinking of adding it myself but dunno what their policy is on self-referencing. Glad it helped!