Making Garry's Mod run faster with Source shenanigans - Printable Version +- Dinkleberg's GMod (https://www.dinklebergsgmod.com/site) +-- Forum: Core (https://www.dinklebergsgmod.com/site/forumdisplay.php?fid=1) +--- Forum: Guides and Information (https://www.dinklebergsgmod.com/site/forumdisplay.php?fid=22) +--- Thread: Making Garry's Mod run faster with Source shenanigans (/showthread.php?tid=13837) |
Making Garry's Mod run faster with Source shenanigans - RussEfarmer - 03-08-2021 There are a couple of things you can do to increase gmod's performance quite a bit, mostly by setting multi threaded processing on things that don't have it enabled by default Optimizing Garry's Mod for multithreaded processing (THESE HELP THE MOST) In your autoexec.cfg, add these commands: Code: gmod_mcore_test 1
General setting changes In your autoexec, add these lines: Code: mat_motion_blur_enabled 0
Launch options In your launch options, set these options: Code: -high -nojoy
Using the 64-bit executable & Chromium web renderer Follow the guide by bryanbrr to learn how to do this. Using a 64-bit executable doesn't make a huge difference other than being able to use more than 4GB of memory, but the Chromium renderer is much faster than the default Awesomium renderer. More aggressive setting changes You can add either the "Potato" config or the "Beyond Potato" config to your autoexec (but not both). Alternatively, you can add a mix of the options from this forum thread. autoexec.cfg is a config automatically ran at the game start. Configs, or .cfgs are lists of console commands that are ran one after another. When you load console commands into a cfg and run the cfg, you are running all of those console commands with just one command. In the case of autoexec.cfg, it's ran automatically when the game starts. autoexec.cfg is at steamapps\common\GarrysMod\garrysmod\cfg\autoexec.cfg, if you don't have one create one. Edit it with notepad. I recommend splitting up your autoexec into pieces by using enter. I have a section for my multithreading stuff, a section for my fps and ping displays, a section for random performance tweaks, a section for console filtering, and a section for aliases. Here is my autoexec: If you need any help following this guide, feel free to contact me through the Discord or through forum PM. RE: Making Garry's Mod run faster with Source shenanigans - ratty - 03-08-2021 @ admins can we pin this to guides RE: Making Garry's Mod run faster with Source shenanigans - Deer-ly - 03-08-2021 (03-08-2021, 01:55 AM)two rats kissing Wrote: @ admins can we pin this to guides@ admins |