#config kinda buggy

1 messages · Page 1 of 1 (latest)

final remnant
#

tryna update my configs, and i found a reoccuring issue that for some reason my melee's viewmodel_fov is set to something crazy like 170 or in that range, even though in my cfg it doesnt have it set

opal laurel
#

Screenshot tf/cfg/overrides/

final remnant
#

don't have that

opal laurel
#

Screenshot tf/custom/

final remnant
opal laurel
#

ughh. Can you zip your custom and cfg folders up and send them here?

#

You really need to update mastercomfig btw

final remnant
#

is a google drive link good too?

opal laurel
#

yeah that's fine

opal laurel
#

Look in your class cfgs, not autoexec. Cause some of them do set it quite high.

final remnant
opal laurel
#

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 ( " )

final remnant
#

ah i see

final remnant
opal laurel
#

No, it'd be:bind "key" "cl_crosshair_file crosshair3; r_drawviewmodel 0"

#

You only have them around everything

final remnant
#

ahhh