NuclearC
NuclearC
Why not change networkUpdateFactor in config.json from 40 to 60 to change fps to 60?
Already made that in my server using C++ (running 1 thread for each room, another thread for websocket). Works pretty much good, no idea how it could be done here...
they added my position in leaderboard
For FFA,Teams and Experimental configuration it'll be nice to have some map rotator system. Like for every player map is rotated by 90 or 180 degrees. It can patch bots...
Take a look at this these lines of code (line ~160-180 in Control.cpp, `Control::SetSize`): size_ = size; OnSizeChanged(); Invalidate(); const auto offset = size_ - GetSize(); for (auto &control :...