Verox- / server-information-system

Statistics and monitoring system for Arma 3. Created for UnitedOperations.net
GNU General Public License v3.0
2 stars 1 forks source link

Tracking fire events. #11

Open headswe opened 9 years ago

headswe commented 9 years ago

https://gfycat.com/DimwittedSlimyAssassinbug <- (yellow haze)

Verox- commented 9 years ago

This is actually relatively simple to implement and has been the number 1 most requested feature since release, however, there is a major blocker preventing implementation right now...

Chrome currently has issues dealing with the extremely large replays we create resulting in a crash if the uncompressed replay is above ~100MB. If we start adding additional information to the replay file it's going to render the replay system almost useless on Chrome, which is pretty much out of the question given the overwhelmingly vast majority of users are on Chrome. From my preliminary tests you can almost guarantee a x2-x5 increase in replay size when adding bullet data to the replay, depending on the level of detail and amount of data you want to include.

To get this working there's going to need to be some major changes to the architecture of the entire system: