Transcriptor

793k Downloads

Request: Add spawns in TIMERS

MysticalOS opened this issue ยท 1 comments

commented

Currently, if you want to sort out when adds join fight, you have to read all the IEEU events for them which is one of the most time consuming things in reading trancriptor logs still since you have to dig out the IEEU events and then manually look for changes between it and previous IEEU event.

What would be nice if transcriptor did this for you. any time a new add appears in IEEU that wasn't in previous one, give it an "Add spawned" event. Then, aggregate it under "TIMERS".

I considered doing this and commiting myself but I figured you'd either revert it, or refactor it anyways so I'll stick to requests.

commented

I considered doing this and commiting myself but I figured you'd either revert it, or refactor it anyways so I'll stick to requests.

That's what pull requests are for!