Faster switch from combat to relaxed stance after ADS
After releasing the aim button, why is the character still in alert position for so long? 10 seconds to be exact.
This mod reduces that time to 0.5 second. I’ve tried 0 seconds, but anything below 0.5 seems buggy at best, but feel free to experiment.
This mod may disable achievements. Use this mod to circumvent that: Baka Achievement Enabler
Install Instructions:
– Extract the zip file and put gunRelaxTime.txt into your Starfield home directory: usually …/Steam/steamapps/common/Starfield
– Go to your Documents/My Games/Starfield directory.
– Look for a StarfieldCustom.ini file. If it exists, open it up, otherwise create it and then open it
– Paste the following into the file
— [General]
— sStartingConsoleCommand=bat gunRelaxTime;
– If this line already exists, just add bat gunRelaxTime to the end of the line. For example:
— [General]
— sStartingConsoleCommand=(bat somethingElse);bat gunRelaxTime;