autoexec.cfg

Status
Not open for further replies.

A1L

Messages
4,124
Reaction score
2,544
Points
1,225
Location
United Kingdom
Hello,

Can anyone recommend me what to put in for the autoexec.cfg to get more fps?

Thanks
 
right click, save as/under, select all file types, save as autoexec.cfg and put this into the cfg folder inside Garry's Mod
https://puu.sh/zsLVO/50f42fa71a.cfg
Remove this part of the .cfg if you don't want your voicechat to be a toggle, forgot to remove it myself
Code:
//Voice toggle
alias voicetoggle "voicetoggleon"
alias voicetoggleon "+voicerecord; alias voicetoggle voicetoggleoff"
alias voicetoggleoff "-voicerecord; alias voicetoggle voicetoggleon"
bind "v" "voicetoggle"

alias voiceon "+voicerecord; alias togglevoice voiceoff"
alias voiceoff "-voicerecord; alias togglevoice voiceon"
alias togglevoice voiceon
bind v togglevoice

if you want to know what any of the cvar/commands do then message me here
Take mine, not a lot of commands now but I suspect that the FPS gain is pretty low if you'd use mine if you already had mcore test on 1, shadows on 0 aswell as 3dsky

Some parts of my old thread might help but don't depend on it, it's old https://perpheads.com/threads/how-to-performance-tweak-guide.3525/
 
Last edited:
Code:
alias "perp" "connect perpheads.com:27015"
alias "perpq" "connect perpheads.com:27018"
menu_cleanupgmas
thats nothing i got load of stuff to release but these are kinda helpful.
 
Status
Not open for further replies.
Back
Top