Quote Originally Posted by ZERO View Post
Yes I can create a new log system that reports only to the source tv bot just like the automated status dumps.When A player spawns it will list their race and items. It will list when they gain and lose an item as well. Examples:OnRaceChanged:****************RaceChanged ********************Name SteamID Race: RaceShortName Items: ItemsShortNames,OnWar3EventSpawn:***************** ******************************Name SteamID Race: RaceShortName Items: ItemsShortNames,OnItemPurchase:******************* ****************************Name SteamID NewItem: ItemShortNameOnItemLost:************************** *********************Name SteamID LostItem: ItemShortNameThe ***** before it can be used to quickly locate a listing in the logs and to separate out multiple listings that occur during round start. Note that the OnItemLost and OnItemPurchase are for each instance and so OnItemLost will run for every item they lost on death individually for example. There is no reason to track race other than at spawn or race changed.
fuck yeah!! U rock zero.

Naturally by 'spawn' u dnt just mean at start of round, but also when someone spawns late in game like a late joiner or someone who switched races/items mid game?

By the way zero, this would actually help us track bugs better since we can just supply u with a demo of a race/item glitching like anti_wards or gloves and u can simply see the chain of events without us bashing our heads trying to remember what happened and recreate it