Forerunner Gaming
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////
cl_lagcompensation "1"
cl_pred_optimize "2"
cl_smooth "0"
cl_smoothtime "0.01"
snd_async_fullyasync "1"
dsp_slow_cpu "1"
fps_max "0"
r_3dnow "0"
r_fastzreject "-1"
r_shadowrendertotexture "0"
r_shadowmaxrendered "11"
r_sse2 "1"
////CPU COMMANDS////
gmod_mcore_test "1"
mat_queue_mode "2"
cl_threaded_bone_setup "1"
cl_threaded_client_leaf_system "1"
r_threaded_client_shadow_manager "1"
r_threaded_particles "1"
r_threaded_renderables "1"
r_queued_ropes "1"
studio_queue_mode "1"

echo ""
echo ""
echo "koNk's CPU & FPS Optimizations for GMOD TTT - ENABLED"
echo ""
echo ""
echo ""

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!
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

Yea only reason i dont put rates in autoexec is they reset to default when you join a server.