_KermitInside the VPKs you can find the actual .cfg files, use GCFscape to extract them.
ivan_make your own .cfg file with the commands u want to use and once ingame, do exec [ file name ]
ProSkeezis there a text file for this cfg or are vpks the only way
You can review what's in the file on GitHub, but I would recommend using tf/cfg/custom.cfg for your own stuff. This way, your config doesn't break every time mastercomfig updates, and you can be sure that your stuff runs last and gets set to what you want. It also is more efficient, especially if you use modules.
yighthttps://www.thewindowsclub.com/disable-visual-effects-windows
does this still affect fps? im using the adjust for best performance
In exclusive fullscreen mode, it won't really affect performance (maybe a frame or two), but it will make Windows snappier.
Cache11031992if 66 Tick Rate Server what rates it is better to register? cl_cmdrate 66 cl_updaterate 66 or 66.67 or 67 ?
66.
66.67 is useless because update rate clamps down to an integer (no decimal places). 67 is doubly useless because sv_maxupdaterate is 66 on pretty much any server. However, on servers where this is not the case, update rate is limited by the tick rate of the server (1/0.015). You might thinking you should use it then, but no, because since client side, it is still at 67, which messes up network timings when it being considered to be at (1/0.015) on the server, but 67 on the client.