play arms race change the colorset and adjust the position of the build
Is there a way I can randomize the colorset on server startup?
I know I can loop through all 63 colors, grab the ones I need and send those over to global variables.
I assume there's a way to offset the load position as well.
add a bunch of 6x6 bricks that are invisible but colored at waist level so they are counted as closer than the ones below
They could probably detect if they're invisible though and skip them.
Right now I'm manually adding known bot users to a list that will still allow them to play in case they decide to actually play, but they can never win or get anything special.
If I see someone moving bot-like, setting the timescale to 0.2 and watching how fast they react seems to work fine, but that's manual detection.
I'm thinking a way to actually really not even have to worry about it is to just force so many checks on players, any bots would have to appear human-like. I'm scared doing that with 32 players would lag the server pretty hard.
idk