nebriv / VTOLVR-TacviewLogger

A VTOL VR Mod to export data readable by Tacview
https://vtolvr-mods.com
21 stars 7 forks source link

Suggestion: Pull player names from multiplayer mod #21

Open Shinrar opened 3 years ago

Shinrar commented 3 years ago

The multiplayer mod uses the following code to populate the SteamID into VTOL; newVehicle.name = $"Client [{players[playerID].cSteamID}]";

Would it be possible to take this information and use it to identify players in a recording of a multiplayer session, instead of everyone being Alpha 0-0?