Zombine
DevelopersDevelopersDevelop
- Joined
- Apr 26, 2016
- Messages
- 1,470
- Nebulae
- 5,838
hello yes this is the best kept secret of the developer inner circle.
No doubt some of you have read the update announcement for Garry's Mod, and have seen the changes to multicore rendering.
Multicore rendering will generally double your framerate if enabled, at the cost of some minor graphical stutters.
If you are running the pre-release branch, these stutters appear in the form of HUD glitches occasionally.
If you are running the default branch, these stutters will appear in the form of distant textures sometimes flickering from sharp to smooth.
In any case, should you wish to enable multicore rendering, add this to the end of your game's launch options:
For default branch users (recommended until the update is released):
For pre-release branch users OR after the update comes out:
USE ME:
The community announcement says to use mat_queue_mode -1 but that appears to do absolutely nothing, while setting it to 2 gives a hefty boost in FPS.
To edit your game's launch options:
Enjoy better FPS.
No doubt some of you have read the update announcement for Garry's Mod, and have seen the changes to multicore rendering.
Multicore rendering will generally double your framerate if enabled, at the cost of some minor graphical stutters.
If you are running the pre-release branch, these stutters appear in the form of HUD glitches occasionally.
If you are running the default branch, these stutters will appear in the form of distant textures sometimes flickering from sharp to smooth.
In any case, should you wish to enable multicore rendering, add this to the end of your game's launch options:
Code:
+gmod_mcore_test 1 +mat_queue_mode 2
USE ME:
Code:
+gmod_mcore_test 1 +mat_queue_mode 2 +cl_threaded_bone_setup 1
The community announcement says to use mat_queue_mode -1 but that appears to do absolutely nothing, while setting it to 2 gives a hefty boost in FPS.
To edit your game's launch options:
- Right click Garry's Mod in your Steam library
- Click "Properties"
- Click "Set Launch Options"
- Paste in the relevant options from above
- Click "Ok"
Enjoy better FPS.
Last edited:
Reactions:
List