![]() |
Konks FPS and Optimization guide. - Printable Version +- Forerunner Gaming (https://forerunnergaming.org/forums) +-- Forum: Server Discussion (https://forerunnergaming.org/forums/forumdisplay.php?fid=19) +--- Forum: General (https://forerunnergaming.org/forums/forumdisplay.php?fid=21) +--- Thread: Konks FPS and Optimization guide. (/showthread.php?tid=8848) |
Konks FPS and Optimization guide. - koNk! - 08-20-2019 Code: ////RATES////FPS////OPTIMIZATIONS//// Put this in your autoexec.cfg or create one yourself None of these settings mess with the visual quality except for shadows being reduced in quanity. http://prntscr.com/ova23c Next part is pretty simple and helps a lot, 64 bit garrys mod client! You need to opt into the beta on steam for it, download is quick. Steam library>garrysmod>properties>BETAS>Select "x86-64 Testing 64-bit builds http://prntscr.com/ova4dt RE: Konks FPS and Optimization guide. - RELIN-Q - 08-21-2019 Here's more from my autoexec! cl_smooth you have, but you don't have: cl_updaterate 66 cl_cmdrate 66 cl_interp .033 //facial features disabled r_eyes 0 r_flex 0 r_lod 2 r_rootlod 2 r_teeth 0 // disable gibs cl_phys_props_enable "0" cl_phys_props_max "0" props_break_max_pieces "0" r_propsmaxdist "1" violence_agibs 1 violence_hgibs 1 RE: Konks FPS and Optimization guide. - koNk! - 08-22-2019 (08-21-2019, 05:14 PM)RELIN-Q Wrote: Here's more from my autoexec! Yea only reason i dont put rates in autoexec is they reset to default when you join a server. |