If you want to discard the precision of the real values, then the entire system is meaningless. Every little difference can and should matter, if it does not, then the underlying skill value is flawe… (View Post)
The problem is an oversight in the way the game's checking the config. Specifically:"auto_team_balance":false compared to the default:"auto_team_balance":{ "enabled_… (View Post)
This line should be this instead: "mods": [ "706d242", "c883d45", "c11703b" ] Slightly confusing perhaps when the startup parameter needs them space separated … (View Post)
HTTP requests should be threaded. I'm not sure how they've implemented it in engine, but the Lua side takes a callback function to run on success so I assume they are. Also, there's the Hive stats sy… (View Post)