Hey all,
64 bit has always worked much better and has been more stable for me personally. I got tired of the console spamming me with errors, so I took action. I have just figured out how to stop the console from spamming "Tried to look up command thirdperson as if it were a variable." while running 64 bit. The commands I am about to give you will also allow you to filter out any other errors you may have. I do not have any others, and would not recommend filtering others out UNLESS they are spamming your console.
So, to correctly apply these make sure to add them to your
The code to add:
After adding this, either RESTART gmod IF it is running, or run the command
BEWARE: It will ONLY filter that phrase out. If you put any single word in there, it will not display any message containing that text within the console. You have been warned!
Enjoy!
Giselle <3
64 bit has always worked much better and has been more stable for me personally. I got tired of the console spamming me with errors, so I took action. I have just figured out how to stop the console from spamming "Tried to look up command thirdperson as if it were a variable." while running 64 bit. The commands I am about to give you will also allow you to filter out any other errors you may have. I do not have any others, and would not recommend filtering others out UNLESS they are spamming your console.
So, to correctly apply these make sure to add them to your
autoexec.cfg
file. The autoexec.cfg
file is (on Windows) located at your gmod install path. Specifically ...\Program Files\Steam\SteamApps\common\GarrysMod\garrysmod\cfg
The code to add:
Code:
con_filter_enable "1"
con_filter_text_out "Tried to look up command thirdperson as if it were a variable."
After adding this, either RESTART gmod IF it is running, or run the command
exec autoexec
to enable it. You can also just put those commands directly into the console, but it does not automatically save them.BEWARE: It will ONLY filter that phrase out. If you put any single word in there, it will not display any message containing that text within the console. You have been warned!
Enjoy!
Giselle <3