Jump to content

Recommended Posts

Posted

I've started doing a little project to improve my coding skills, so I thought of doing a Logbook which could track my SP and MP sessions.

 

 

I quickly stumbled on a problem because in debrief.log, after a MP session I cannot see my Callsign to discern which initiatorMissionID is mine and to track events by that ID. Also, every single client gets it's callsign as "New Callsign" so something is wrong there. After SP session it works correctly.

 

 

Only workaround I've been able to figure out so far is to parse dcs.log simultaneously and look for a "DCS: MissionSpawn:spawnLocalPlayer 311,AV8BNA" line. That line says that my initiatorMissionID is 311, but the problem is that dcs.log doesn't refresh after each MP or SP session as it tracks everything from when DCS is started until DCS is finished running. That means I'll have multiple lines that I'll need to crosscheck with the timestamps to match certain ID from dcs.log with the actual debrief.log initiatorMissionID.

 

 

My question is can this be looked upon so that each client gets it's Callsign properly written inside debrief.log?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...