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

[SUGGESTION] Replace HE mechanics #13

Closed
Stooberton opened this issue Dec 12, 2019 · 0 comments
Closed

[SUGGESTION] Replace HE mechanics #13

Stooberton opened this issue Dec 12, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Stooberton
Copy link
Collaborator

Stooberton commented Dec 12, 2019

Short Description
Solves #11 since sv_acfdamage is producing most of the errors.

Remove the disgusting block of code that is ACF_HE. Replace with two separate damaging functions, ACF_Frag and ACF_Overpressure.

Instead of the death-sphere provided by ACF_HE, replace it with ballistic fragment projectiles. Giving something a like 203mm HE at the high end of 1000-2000 fragments is still less than the amount of traces put out by 203mm HE currently.
ACF_Overpressure ideally would flood fill but that is probably way too expensive. Instead, pathfinding to players and scaling pressure via the length of the path should give good results. Damaging players around obstacles is possible with this method.

References (Optional)

https://www.youtube.com/watch?v=gGj_ioyZaIk

@Stooberton Stooberton added the enhancement New feature or request label Dec 12, 2019
@Stooberton Stooberton self-assigned this Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant