You may also like a version of fps changing script that uses the r1q2 toggle command (needs an up-to-date build of r1q2 though):set cl_maxfps 66bind UPARROW "toggle cl_maxfps 20 27 31 33 37 50 60 66 70 85 90 120 142; echo $cl_maxfps"bind DOWNARROW "toggle cl_maxfps 142 120 90 85 70 66 60 50 37 33 31 27 20; echo $cl_maxfps"
interesting, never heard of this toggle commandany documentation on it? would make my aliases much more simplified