Jackpine Savages' Home on the 'Net

Server stuff => News => Topic started by: Raptor-Man on December 19, 2021, 04:26:18 PM

Title: Persistent stats inclusion testing
Post by: Raptor-Man on December 19, 2021, 04:26:18 PM
The proof of concept is live ... all kills made by players log to the database ...

Required steps before I can advance the idea:

Next ideas:


Option #1:  maybe we can configure actual server settings, but don't hold your breath on this is it would be virtual thing swapping out stuff once server initializes & before players connect
Option #2:  maybe start messing with AI controlled units in tracking


---

Some notes - I'm not going to bother with stuff like ace medical - but the most important part of event tracking is all the objectives, traits & teamwork related events.

Some of these other mods - feel free to step up & help me write the eventhandlers, offer to pair up and walk through use of the mods with me if you want something included.

I will not be implementing other people's ideas for them, you either take the time to get on a call conference so i program while you help direct or you do the idea alone by yourself.

Some stuff I pondered for events to track:

vanilla arma3:


antistasi:
KP liberation
---

Stuff I won't be doing unless someone else is on it:
Title: Re: Persistent stats inclusion testing
Post by: Raptor-Man on December 19, 2021, 08:31:42 PM
Rock said to go ahead & engage the mods.

Neither mod should do anything if players aren't online making kills.

Mod #1:  extdb3 - this lets us communicate to the server
Mod #2:  ELDB - event logger database - this sends events from Arma3 to extdb3

No server impact is expected.

The mods have been installed all year & not active.  As of today you will see them on battle metrics.  Both mods are server side only so no actions from anyone is required.

https://www.battlemetrics.com/servers/arma3/5984236
Title: Re: Persistent stats inclusion testing
Post by: Raptor-Man on December 21, 2021, 11:09:25 PM
 - success update
Title: Re: Persistent stats inclusion testing
Post by: =JpS=SgtRock on December 23, 2021, 04:14:17 PM
Whoop!  Whoop!
Title: Re: Persistent stats inclusion testing
Post by: Raptor-Man on December 23, 2021, 06:06:27 PM
//player roles of both? // with getAllUnitTraits - Link
// squad names are hand typed - so might be sql injection issue