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

Fragmentation/Explosion Damage rises with number of nearby men #10322

Open
V0ll808 opened this issue Sep 17, 2024 · 4 comments
Open

Fragmentation/Explosion Damage rises with number of nearby men #10322

V0ll808 opened this issue Sep 17, 2024 · 4 comments

Comments

@V0ll808
Copy link

V0ll808 commented Sep 17, 2024

Mods (complete and add to the following information):

  • Arma 3: 2.16
  • CBA: 3.17.1
  • ACE3: 3.17.1

Description:
The number of injuries caused by an explosion rises with the number of nearby men.

Steps to reproduce:

  1. Start up Editor in Virtual Reality
  2. Place down a man (player)
  3. (Optional) Remove all armor/weapons from the man to ease the tracking of injuries
  4. Place down the "Systems -> Modules -> Effects -> Ordnance" ~1,5 large white squares away from the man
  5. Place down multiple men directly behind the player
  6. (Optional) Go into the ACE Medical Config and do everything to reduce the chance of going unconscious. (Fatal Damage Source: Sum of trauma; Player Critical Damage Threshold: 25; Bleeding Coefficient: 0; Pain Coefficient: 0)
  7. Start the scenario as the man placed down in Step 2
  8. Stand still and wait for the mortar shell to land,
  9. Check injuries after Explosion
  10. Repeat scenario with different numbers of men (Step 5) and multiple times with the same number of men. Keep track of number of injuries.

Expected behavior:
Injuries caused by should be independant of the number of men behind the player.

Where did the issue occur?

  • Editor (Singleplayer)

Log Files:
Nothing to see in the logs
https://pastebin.com/7iUJVTV7

Additional context:
During the Tests, the number of Large Avulsions, Large Velocity Wounds and Minor Bruises was fairly constant, the number of other injuries rose with the number of men. The rise might be connected to the fact, that a certain number of fragments is created per man and these can hit other nearby men aswell.

Screenshots:
Setup for testing:
Setup

Table of Injuries during testing:
Setup

@LinkIsGrim
Copy link
Contributor

LinkIsGrim commented Sep 17, 2024

Should be fixed by the Frag rewrite.

@LinkIsGrim LinkIsGrim added this to the 3.18.0 milestone Sep 17, 2024
@LinkIsGrim
Copy link
Contributor

Please try again with current master (should be available @https://steamcommunity.com/sharedfiles/filedetails/?id=1882627645 soon, or just get it from https://github.com/acemod/ACE3/actions/runs/10907795420/artifacts/1943909823) and see if the issue persists.

@V0ll808
Copy link
Author

V0ll808 commented Sep 18, 2024

Cant get the current master to run in the editor. Not sure about the reason, but I will post an update if there is an version I can get running and test everything.

@lambdatiger
Copy link
Contributor

lambdatiger commented Sep 20, 2024

Don't think it will be with the current master version, and maybe reduced by #9728.

There are some limitations to the way ACE approaches the frag simulation. Specifically that spawning all the fragments for a specific explosion would not work for the engine. Instead ACE frag generates up to 50 fragments it believes would hit. It fills the difference if there are fewer than 50 with random fragments. While the simulation takes into account the number of fragments being spit out at certain angle, there should be significant overhead to limit the quantity for sufficiently small solid angles to prevent the issue.

If I find time, I'll take a look into it being more precise with tracking azimuth and elevation to avoid conflicts and see if there's a method that has a reasonable performance impact and not O(n^2) computations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants