Status
Not open for further replies.

bluedog

https://bluedog.dev
Developer
Member
Joined:
Nov 29, 2016
Messages:
9
Points:
12

7

Years of Mono

LV
0
 
Hi all,


I've noticited that there isn't any FPS config on the forums yet.
Although I assume most people already have a config, I decided to post mine below.
I do not take credit for this config, I'm simply sharing.

Code:
// Save this to autoexec.cfg in common\garrysmod\garrysmod\cfg

// Multicore Rendering
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"

mat_specular "0"

r_drawmodeldecals "0"

mat_queue_mode "-1" // -1 is auto-detect. 1 is single core and 2 is multicore. -1 is actually working in the prerelease

studio_queue_mode "1"

gmod_mcore_test "1"

clear
echo "Autoexec loaded."
 
Last edited by a moderator:

itz_coffee

Developer
Developer
Member
Joined:
Jul 7, 2018
Messages:
2,007
Points:
157
Awards
1

6

Years of Mono

LV
0
 
Multiple players are currently reporting crashes when using configs such as these. The only command that is safe to use for now is gmod_mcore_test 1.
 
Status
Not open for further replies.
Top