I'm working on making a singleplayer game with some friends, and I was wondering how you change the default move speed for the player in the current version of Sauerbraten. The game's supposed to involve some puzzle solving and it's important for the player to be able to move around at a speed that feels a little more realistic and that makes it a little easier to look carefully for the solution to the puzzle. I've looked all around in various parts of the code for movespeed or maxspeed or something like that, but no luck. I checked out all sorts of tutorials online as well, but I couldn't find anything that worked with the game's current version. I know I could just lower the gameplay speed, but I'd rather just reduce the default speed to about half of what it normally is if that's possible.