Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions cba_settings.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -367,16 +367,18 @@ force force ace_nightvision_noiseScaling = 0.0713011;
force force ace_nightvision_shutterEffects = true;

// ACE Overheating
force force ace_overheating_cookoffCoef = 0.1;
force force ace_overheating_cookoffCoef = 5;
force ace_overheating_coolingCoef = 2;
force force ace_overheating_displayTextOnJam = true;
force force ace_overheating_enabled = true;
force force ace_overheating_heatCoef = 1;
force force ace_overheating_jamChanceCoef = 0.5;
force force ace_overheating_heatCoef = 0.75;
force force ace_overheating_jamChanceCoef = 1;
force force ace_overheating_overheatingDispersion = true;
force force ace_overheating_overheatingRateOfFire = true;
force force ace_overheating_particleEffectsAndDispersionDistance = 3000;
//ace_overheating_showParticleEffects = false;
//ace_overheating_showParticleEffects = true;
//ace_overheating_showParticleEffectsForEveryone = false;
force ace_overheating_suppressorCoef = 1;
force force ace_overheating_unJamFailChance = 0.1;
force force ace_overheating_unJamOnreload = false;
force force ace_overheating_unJamOnSwapBarrel = true;
Expand Down