Adjusted AI Difficulty & Graphics Settings
This commit is contained in:
parent
6814d66af0
commit
b5f6115e6d
|
@ -373,7 +373,7 @@ SunMeshBrightness = 2
|
|||
# Setting type: Single
|
||||
# Default value: 1
|
||||
# Acceptable value range: From 0.1 to 2
|
||||
SkyBrightness = 0.5629108
|
||||
SkyBrightness = 1
|
||||
|
||||
[AmandsGraphics Features]
|
||||
|
||||
|
@ -391,7 +391,7 @@ DebugMode = HBAO
|
|||
# Setting type: Single
|
||||
# Default value: 0.5
|
||||
# Acceptable value range: From 0 to 1
|
||||
Brightness = 0.6549296
|
||||
Brightness = 0.3967136
|
||||
|
||||
# Setting type: EGlobalTonemap
|
||||
# Default value: ACES
|
||||
|
|
|
@ -75,7 +75,7 @@ Move While Healing = false
|
|||
## Invincibility
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
God mode = false
|
||||
God mode = true
|
||||
|
||||
## Only ur head and thorax are invincible
|
||||
# Setting type: Boolean
|
||||
|
@ -84,11 +84,11 @@ Demi-God = false
|
|||
|
||||
# Setting type: Single
|
||||
# Default value: 1
|
||||
Damage Multiplier = 10
|
||||
Damage Multiplier = 1
|
||||
|
||||
# Setting type: KeyboardShortcut
|
||||
# Default value:
|
||||
Heal =
|
||||
Heal = F5
|
||||
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
|
@ -109,23 +109,23 @@ Stealth Infinite Stamina = false
|
|||
## Always Replenish Stamina Instantly
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Infinite Stamina = false
|
||||
Infinite Stamina = true
|
||||
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Instant Search = false
|
||||
Instant Search = true
|
||||
|
||||
## Insta-Kills on melee
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Max Melee = false
|
||||
Max Melee = true
|
||||
|
||||
[Player | Weights]
|
||||
|
||||
## Weight, Aiming and other speed limiters are off
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
No Speed Limiters = false
|
||||
No Speed Limiters = true
|
||||
|
||||
[Weapon | Recoil]
|
||||
|
||||
|
@ -173,7 +173,7 @@ Reload Speed = 1
|
|||
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
Infinite Ammo = false
|
||||
Infinite Ammo = true
|
||||
|
||||
# Setting type: Boolean
|
||||
# Default value: false
|
||||
|
@ -223,7 +223,7 @@ TP All Bear To You =
|
|||
|
||||
# Setting type: KeyboardShortcut
|
||||
# Default value:
|
||||
TP All Scav To You = F5
|
||||
TP All Scav To You =
|
||||
|
||||
# Setting type: KeyboardShortcut
|
||||
# Default value:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"Difficulty": {
|
||||
"VisibleDistCoef": 1.0,
|
||||
"VisibleDistCoef": 1.1,
|
||||
"GainSightCoef": 1.05,
|
||||
"ScatteringCoef": 1.1,
|
||||
"HearingDistanceCoef": 0.98,
|
||||
"AggressionCoef": 0.98,
|
||||
"ScatteringCoef": 1.08,
|
||||
"HearingDistanceCoef": 1.1,
|
||||
"AggressionCoef": 1.08,
|
||||
"PrecisionSpeedCoef": 1.06,
|
||||
"AccuracySpeedCoef": 1.05
|
||||
},
|
||||
|
@ -26,19 +26,19 @@
|
|||
},
|
||||
"AILimit": {
|
||||
"LimitAIvsAIGlobal": true,
|
||||
"AILimitUpdateFrequency": 3.2,
|
||||
"AILimitUpdateFrequency": 3.0,
|
||||
"AILimitRanges": {
|
||||
"Far": 150.0,
|
||||
"VeryFar": 250.0,
|
||||
"Narnia": 400.0
|
||||
},
|
||||
"LimitAIvsAIVision": false,
|
||||
"LimitAIvsAIVision": true,
|
||||
"MaxVisionRanges": {
|
||||
"Far": 200.0,
|
||||
"VeryFar": 100.0,
|
||||
"Narnia": 50.0
|
||||
},
|
||||
"LimitAIvsAIHearing": false,
|
||||
"LimitAIvsAIHearing": true,
|
||||
"MaxHearingRanges": {
|
||||
"Far": 100.0,
|
||||
"VeryFar": 60.0,
|
||||
|
|
Loading…
Reference in New Issue