Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACE3 Overheating & Cookoff (Weapons) #60

Open
3 tasks
JamesTheClarke opened this issue Nov 28, 2021 · 0 comments
Open
3 tasks

ACE3 Overheating & Cookoff (Weapons) #60

JamesTheClarke opened this issue Nov 28, 2021 · 0 comments
Labels
Help Wanted Issue that needs further help to complete Needs Testing Issue needs further testing for confirmation Update Changes to existing features due to mod updates

Comments

@JamesTheClarke
Copy link
Contributor

ACE3 v3.14.0 has introduced a new weapon overheating and cookoff mechanic which makes it possible, that weapons misfire on their own when overheated. Reference PR #57

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

This feature is fairly controversial due to it introducing semi-random misfires which can either injure friendlies or give away our position after retreating from a firefight. If this feature will be implemented it will definitely require some testing in mini-ops before we roll it out to regular operations.

Testing Focus

  • Consistency across various weapon mods: we've only ran this feature once so far and my 3CB RPK did not noticeably misfire even though I was going through several drum mags at the time - in comparison RHS AK-74s were misfiring quite often.
  • Consistency across various rifle types.
  • Dialing in settings that are reasonable and enjoyable across various mods and rifle types.
@JamesTheClarke JamesTheClarke added Help Wanted Issue that needs further help to complete Needs Testing Issue needs further testing for confirmation Update Changes to existing features due to mod updates labels Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Issue that needs further help to complete Needs Testing Issue needs further testing for confirmation Update Changes to existing features due to mod updates
Projects
None yet
Development

No branches or pull requests

1 participant