objtrack.lua script
https://github.com/x0rnn/etpro/blob/master/lua/objtrack.lua
Lua script that outputs who stole, returned or secured an objective, so instead of only saying "Allies stole x", it says which player did it. Maybe someone finds it useful.
Lua script that outputs who stole, returned or secured an objective, so instead of only saying "Allies stole x", it says which player did it. Maybe someone finds it useful.
Now someone needs to make it, so i can scan demos with it
or use https://klva.cz/code/amk/etwolf-demo-decoder/src/master/etdd/etdd.go#L72 and find the powerups index in playerstate by running the parser with short test demo where player only takes objective and detecting which playerstate field changed.