Jacob Repp

Results 29 comments of Jacob Repp
trafficstars

You might try the new APM field in the --metdata dump. I added this to the dev branch. If that doesn't work I could look into what else might be...

When resuming from a replay is that new replay savable? The attribute events I assume are being output as a result of the lobby code. These events are maybe not...

This is probably a code change to the client itself and how it handles rejoin events. I'll leave this open but consider lower priority than some of the other issues...

@SayfT if you're working in R then dumping to JSON is probably your best bet, Try running python s2_cli.py --all --ndjson your-reply.SC2Replay > your-replay.ndjson This will dump all of the...

Ok, so this looks like an oversight on the code writing the metadata file. It's writing individual race MMR if that exists else none. It is not writing the team...

I haven't had time to work on this till yesterday. I'm hoping to get a fix for 3.15 but there seems to be a deeper fix that's required in the...

I made a change in 3.15 that will include the scaled rating (MMR) in the init data. This is the rating that was used by the matchmaker to form the...

Yes, there will be a new value of m_scaledRating available on all initial user info structures in every replay. It will only be set in game modes that are using...

RE: MMR change You're correct, the game replay only has the MMR at the time the match started. I did look at reporting the updated MMR as well as I...