Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Add tracking of mortar/artillery fire? #20

Open
mr-bo-jangles opened this issue Mar 26, 2017 · 4 comments
Open

Add tracking of mortar/artillery fire? #20

mr-bo-jangles opened this issue Mar 26, 2017 · 4 comments

Comments

@mr-bo-jangles
Copy link

Our operations often include some form of enemy mortar fire, so it'd be really useful if we could track the mortar fire that was taken akin to how the RPG launches are currently tracked. (with a toggle for instances where the fire is too heavy to track unit movements, like the map waypoints system currently)

@alexcroox
Copy link
Owner

alexcroox commented Mar 26, 2017

The RPGs are easy as there is an EH dedicated for it, there isn't for mortars. However I have done some early work in the refactor branch for tracking grenade and smoke throws, and I'll be sure experiment with tracking artillery. Again slightly more complex since we need to track their movement over time unlike thrown items where we only care about the explosion.

@mr-bo-jangles
Copy link
Author

mr-bo-jangles commented Mar 26, 2017 via email

@alexcroox
Copy link
Owner

It's been discussed in the past and while it's too intensive in its current format, when I'm finished with this big rewrite I do want to revisit it. Ive got a few ideas for better ways to group up the fired data to send, finding a balance between server performance and playback size.

@BrettMayson
Copy link

What about using a module to configure the addon? Have defaults that work for most cases and allow enabling of more intensive options.

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

No branches or pull requests

3 participants