This document is meant to be a supplement for the Translate Lens 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 |
|---|---|---|
| iSearchRate | 1 - 60 |
How often (in seconds) the world assets are scanned for new translatable assets |
| bAlwaysShow | False|True |
Whether translation overlays will show even when not being directly looked at. |
| R | 0.0 - 1.0 |
How much red to apply to the translation overlay |
| G | 0.0 - 1.0 |
How much green to apply to the translation overlay |
| B | 0.0 - 1.0 |
How much blue to apply to the translation overlay |
For
R,GandB, any values provided larger than 1.0 will make the color value emmisive (will produce active lighting)
By default theGvalue is set to3.0which makes it fully green and slightly candescent similar to low voltage neon lighting or backlit screens.
[/TranslateLens/bp_stalkerLens.bp_stalkerLens_C]
iSearchRate = 10
bAlwaysShow = False
R = 0.0
G = 3.0
B = 0.0
Make translations appear when the player is nearby:
[/TranslateLens/bp_stalkerLens.bp_stalkerLens_C]
bAlwaysShow = True
Change the text color to slightly emmisive yellow:
[/TranslateLens/bp_stalkerLens.bp_stalkerLens_C]
R = 2.5
G = 1.5
B = 0.5
Change the text color to basic white:
[/TranslateLens/bp_stalkerLens.bp_stalkerLens_C]
R = 1.0
G = 1.0
B = 1.0