client configs
This commit is contained in:
parent
68a0befcf2
commit
0f8d09c3a7
2 changed files with 6 additions and 6 deletions
|
|
@ -11,17 +11,17 @@ Faction Based Aggression On/Off = false
|
||||||
## This turns off the new cascading spawn system, and makes scavs/pmcs spawn at random across the map.
|
## This turns off the new cascading spawn system, and makes scavs/pmcs spawn at random across the map.
|
||||||
# Setting type: Boolean
|
# Setting type: Boolean
|
||||||
# Default value: false
|
# Default value: false
|
||||||
randomSpawns On/Off = false
|
randomSpawns On/Off = true
|
||||||
|
|
||||||
## Improves performance: Ensures spawn spacing between waves. (doesn't change quantity, or change overall timing, just prevents bursts of spawns close together)
|
## Improves performance: Ensures spawn spacing between waves. (doesn't change quantity, or change overall timing, just prevents bursts of spawns close together)
|
||||||
# Setting type: Boolean
|
# Setting type: Boolean
|
||||||
# Default value: true
|
# Default value: true
|
||||||
spawnSmoothing On/Off = true
|
spawnSmoothing On/Off = false
|
||||||
|
|
||||||
## Performance Hit: Causes all PMCs to spawn in the first few minutes of the game (performance intensive)
|
## Performance Hit: Causes all PMCs to spawn in the first few minutes of the game (performance intensive)
|
||||||
# Setting type: Boolean
|
# Setting type: Boolean
|
||||||
# Default value: false
|
# Default value: true
|
||||||
Starting PMCS On/Off = false
|
Starting PMCS On/Off = true
|
||||||
|
|
||||||
## Works with SAIN or SPT to decide the bot's 'difficulty' preset (EASY: 0, easy-MEDIUM: 0.4, easy-MEDIUM-hard: 0.6, medium-hard: 0.85, HARD-impossible: 1, etc..)
|
## Works with SAIN or SPT to decide the bot's 'difficulty' preset (EASY: 0, easy-MEDIUM: 0.4, easy-MEDIUM-hard: 0.6, medium-hard: 0.85, HARD-impossible: 1, etc..)
|
||||||
# Setting type: Double
|
# Setting type: Double
|
||||||
|
|
@ -38,7 +38,7 @@ Scav difficulty = 0.4
|
||||||
## Preset to be used, random pulls a random weighted preset from the PresetWeights.json every time a raid ends
|
## Preset to be used, random pulls a random weighted preset from the PresetWeights.json every time a raid ends
|
||||||
# Setting type: String
|
# Setting type: String
|
||||||
# Default value: Random
|
# Default value: Random
|
||||||
# Acceptable values: Live Like, Quiet Raids, More Scavs, More Pmcs, More Scavs And Pmcs, Delayed Scavs, Delayed Pmcs, Arrived Early, Rogue Invasion, Raider Invasion, Insanity, Minor Boss Invasion, Less Pmcs Less Scavs Boss Invasion, Low Pmcs Low Scavs Major Boss Invasion, Main Boss Guaranteed, Main Boss Guaranteed Roaming, Sniper Buddies, Random, Custom
|
# Acceptable values: More Scavs And Pmcs, Rogue Invasion, Raider Invasion, Minor Boss Invasion, Main Boss Guaranteed, Main Boss Guaranteed Roaming, Insanity, Live Like, Quiet Raids, More Scavs, More Pmcs, Delayed Scavs, Delayed Pmcs, Arrived Early, Less Pmcs Less Scavs Boss Invasion, Low Pmcs Low Scavs Major Boss Invasion, Sniper Buddies, Random, Custom
|
||||||
Moar Preset = Random
|
Moar Preset = Random
|
||||||
|
|
||||||
## Enable/Disable preset announce preset on raid start
|
## Enable/Disable preset announce preset on raid start
|
||||||
|
|
|
||||||
|
|
@ -307,7 +307,7 @@ Force IP =
|
||||||
## Forces the server when hosting to use this local adapter when starting the server. Useful if you are hosting on a VPN.
|
## Forces the server when hosting to use this local adapter when starting the server. Useful if you are hosting on a VPN.
|
||||||
# Setting type: String
|
# Setting type: String
|
||||||
# Default value: 0.0.0.0
|
# Default value: 0.0.0.0
|
||||||
# Acceptable values: Disabled, 0.0.0.0, 100.91.145.41, 172.18.64.1, 192.168.1.134, 192.168.81.1, 192.168.5.1
|
# Acceptable values: Disabled, 0.0.0.0, 23.137.105.10
|
||||||
Force Bind IP = 0.0.0.0
|
Force Bind IP = 0.0.0.0
|
||||||
|
|
||||||
## Port to use for UDP gameplay packets.
|
## Port to use for UDP gameplay packets.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue