Configuration Settings
This mod contains several config options to modify values and behaviors - such as for balance or server safety concerns, or simply personal taste - to your preferences. Note that several settings may have bounds imposed on their values, either logically or explicitly; these can usually be seen in the actual settings files or ingame. These are listed in order found in the source code, which is generally the order in which they were added; They may be present in a different order ingame or in the configuration files.
The settings for the mod, when installed, can be found in the mod's install folder.
Leviathans Need To Be Scanned Before Scanner Room Detection
Type: boolean
Current Default Value:
true
Vanilla Value
Value:
false
Whether the scanner room can only find leviathans after you scan them "in person".
Scanner Room Can Detect Time Capsules
Type: boolean
Current Default Value:
false
Vanilla Value
Value:
false
Base Scanner Range (m)
Type: float
Current Default Value:
300.0F
Vanilla Value
Value:
300.0F
Minimum Value
Value:
50.0F
Maximum Value
Value:
1000.0F
Range Upgrade Value (m)
Type: float
Current Default Value:
50.0F
Vanilla Value
Value:
50.0F
Minimum Value
Value:
10.0F
Maximum Value
Value:
250.0F
Max Scanner Range (m)
Type: float
Current Default Value:
500.0F
Vanilla Value
Value:
500.0F
Minimum Value
Value:
100.0F
Maximum Value
Value:
2000.0F
Base Scanner Speed Per Ping (s)
Type: float
Current Default Value:
14.0F
Vanilla Value
Value:
14.0F
Maximum Value
Value:
3600.0F
How many seconds each scan takes with no upgrades.
Speed Upgrade Value (s)
Type: float
Current Default Value:
3.0F
Maximum Value
Value:
30.0F
How many seconds less each scan takes per speed upgrade.
Resources Need To Be Scanned Before Scanner Room Detection
Type: boolean
Current Default Value:
true
Vanilla Value
Value:
false
Stalker Teeth To Be Scanned Before Scanner Room Detection
Type: boolean
Current Default Value:
false
Vanilla Value
Value:
false
Source Code
The source code for Exscansion can be found here:
GitHub