Originally posted by cubone
View Post
If you'd like to calculate arena coords yourself and see if there are trends in MMR, go to your Continuum folder and look in /zones/SSCU Trench Wars. All .lvl files (corresponding to arena names) are downloaded there. Then open it with the DCME map editor, found here: https://trenchwars.org/index.php?v=downloads Then to get pixel position in the arena, multiply the tile coord by 16. I could just pull it up myself but you seem interested enough to put in the small amount of effort needed to see it.
The position will be off a bit due to how the bot tracks players in the arena. It changes who it spectates every 200ms, so with an arena of 10 players, at the absolute worst, a position will be 2 seconds stale. However, a death by a player is more likely to show an accurate position because at least one other player is within the vicinity (meaning when the bot is spectating them, it will receive the dying player's position packets, too), so you're usually looking somewhere below 1 second of position staleness for positions recorded on death.
Comment