This document is meant to be a supplement for the Bolt Jump 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 |
|---|---|---|
| zAddRate | 0.0 - 1.0 |
The amount of vertical buffer to add relative to the distance the bolt was thrown |
| SFXVolume | 0.0 - 1.0 |
The volume of the Bolt Jump sound effect (0.0 Mute). |
| bNoFallDamage | True|False |
Whether to ignore Fall Damage while performing bolt jump. NOTE: If you normally play with another mod which alters Fall Damage or intends to limit or remove player damage then you will want to set this to False |
[/BoltJump/Mods/BoltJump/ModActor.ModActor_C]
zAddRate = 0.25
SFXVolume = 0.75
bNoFallDamage = True
Mute sound effect:
[/BoltJump/Mods/BoltJump/ModActor.ModActor_C]
SFXVolume = 0.0
Do not suppress fall damage:
[/BoltJump/Mods/BoltJump/ModActor.ModActor_C]
bNoFallDamage = False