This document is meant to be a supplement for the FocusAim mod available on NexusMods, Mod.io and Steam Workshop.
If you have previously modified engine configuration files for Stalker2 then feel free to proceed to the Config Variables Section.
Otherwise please read the User Configurations Guide in the link provided below:
For instructions on how to find and edit your
Engine.inifile please refer to the User Configurations Guide
The following options are exposed as configuration variables and will be read from your Engine.ini file in order to override the default mod values:
| Option | Range | Description |
|---|---|---|
| SFXVolume | 0.0 - 1.0 |
Volume of the FocusAim sound effect ( 0.0 Mute - 1.0 Full Volume ) |
| SaturationEffect | 0.0 - 1.0 |
Saturation Effect, Color loss effect when FocusAim is active (0.0 No Effect, 1.0 Full Effect) |
| ConsumeSPRate | 0.0 - 1.0 |
Stamina cost per tick (0.0 No Stamina Cost, 0.15 ~10 seconds to drain full stamina bar) |
| SlowRate | 0.1 - 1.0 |
Time Scaling Ratio to applied when FocusAim is active (1.0 Normal, 0.5 Half, 0.1 Tenth) |
| IgnorePlayer | False|True |
Player Time Scale remains at 1.0 while the World Time Scale is set to the value of SlowRate |
| AltSFX | False|True |
Use legacy sound effect from pre-2.0 version of FocusAim |
| SCSlow | False|True |
Allow initiating FocusAim by holding down the Slash (/) key regardless of equipped weapon and aiming state |
[/FocusAim/Mods/FocusAim/ModActor.ModActor_C]
ConsumeSPRate = 0.15
SlowRate = 0.3
IgnorePlayer = False
SCSlow = False
[/FocusAim/Mods/FocusAim/BPA_FocusAimEffect.BPA_FocusAimEffect_C]
SFXVolume = 1.0
SaturationEffect = 0.75
AltSFX = False
FocusAim does not drain stamina:
[/FocusAim/Mods/FocusAim/ModActor.ModActor_C]
ConsumeSPRate = 0.0
Mute sound effects and disable saturation effect:
[/FocusAim/Mods/FocusAim/BPA_FocusAimEffect.BPA_FocusAimEffect_C]
SFXVolume = 0.0
SaturationEffect = 0.0
Time slowdown effect slowed by 1000%, while player remains uneffected:
[/FocusAim/Mods/FocusAim/ModActor.ModActor_C]
SlowRate = 0.1
IgnorePlayer = True