#config kinda buggy
1 messages · Page 1 of 1 (latest)
Screenshot tf/cfg/overrides/
don't have that
Screenshot tf/custom/
ughh. Can you zip your custom and cfg folders up and send them here?
You really need to update mastercomfig btw
the file is from someone else's config, it's specially edited pretty sure, hence i kept it
is a google drive link good too?
yeah that's fine
Look in your class cfgs, not autoexec. Cause some of them do set it quite high.
another weird part of this entire thing is my class cfgs dont always work properly but as soon as i very specifically go on sniper they all work again
Oh, you're putting quotes in the binds
It needs to be:
bind "key" "commands"
with only one pair surrounding the commands.
You've got like:
bind "key" "cl_crosshair_file "crosshair3""
As you can see with how I've formatted it, it doesn't read all of it, and stops after the second ( " )
ah i see
so would it work if i just did bind "key" "cl_crosshair_file "crosshair3"" "r_drawviewmodel 0" and so on?
No, it'd be:bind "key" "cl_crosshair_file crosshair3; r_drawviewmodel 0"
You only have them around everything
ahhh