CriticalFlaw / flawhud

Custom HUD for Team Fortress 2
https://mastercomfig.com/huds/page/flawhud/
170 stars 42 forks source link

Automatically strating with streamer mode on everytime #447

Closed javvathebaba closed 7 months ago

javvathebaba commented 7 months ago

Everytime i start tf2 streamer mode is enabled and it takes like 10 seconds to turn it off every time tf2 starts up. and it keeps enabling itself everytime i start it

CriticalFlaw commented 7 months ago

Check your other config files for cl_hud_minmode being enabled somewhere. In flawhud minmode/streamer mode are purposely being disabled on startup: https://github.com/CriticalFlaw/flawhud/blob/master/cfg/valve.rc#L19

The only explanation is that a subsequent mod or config overwrites it.

javvathebaba commented 7 months ago

Okay, thank you, I will try that.