BEST FPS BOOSTER [+90-120FPS]
VERY STRONG FPS BOOSTER FOR SERVER AND CLIENT!!!
CREDITS
https://github.com/Pika-Software/gmod_random_patches
https://steamcommunity.com/sharedfiles/filedetails/?id=2806290767
https://github.com/scuroinside/Simple-Render-Distance/tree/342b87046769deaef57cea431e74e6b33e4da9a1
https://github.com/realpack/optimaize_gmod
and ty chat gpt for help!
Commands
spatch<patch name> – Server patch boolean convar
cpatch<patch name> – Client patch boolean convar
sv_patches – Server patches list
cl_patches – Client patches list
Patch List
Steam Auth Protection
Deploy Speed
Invisible Sounds Fix
Smart Area Portals
Improvement for gLua
UserID Cache
HL2 Chargers Physics
Pod Performance
prop_vehicle_prisoner_pod Explosive Damage
Player SetPos
Blood After Death Fix
Player Shoot Position Fix
Binds Fix
False Screen Capture Fix
Focus Attack Fix
Arrow Camera Control Fix
Render Disabler
Here are just some observations that may help you.
In ./srcds_run – find the ulimit -c 2000 strings and replace them with ulimit -c unlimited. This will allow us to use more resources and eliminate some segmentation errors.
You can play with the values in server.cfg:
mem_max_heapsize "2048"
threadpool_affinity "4" // 8 for octa-core, 6 for hexa-core, 4 for quad-core, 2 for double-core
Launch Options:
-high High priority of the process
-novid Disables the video decoding function – disables the codec, not the screensaver, does not affect working with video directly in the game, – the effect on fps is negligible
-malloc=system Allows you to select the size of memory blocks = loads RAM, unloads the CPU
-swapcores allows you to change streams for materials
-softparticlesdefaultoff Disables the particle depth filter – increases the frame rate per second, reduces the quality of particles
-gl or -r_emulate_gl Simulates OpenGL in Windows – high frame rate, does not work for everyone