just change the default value in variables.h or config_variables.h
17:54
i think
17:54
wait ill look
17:56
yes in variables.h it says
MACRO_CONFIG_INT(ClMouseFollowfactor, cl_mouse_followfactor, 60, 0, 200, CFGFLAG_CLIENT|CFGFLAG_SAVE, "")
and i think it should be
MACRO_CONFIG_INT(ClMouseFollowfactor, cl_mouse_followfactor, 0, 0, 200, CFGFLAG_CLIENT|CFGFLAG_SAVE, "")
i copied that from the variables.h in my server which is based on ddnet 10.8.6 but this incorrect default followfactor is a problem ive seen several other people have