Long story short i'm begineer modder trying to recreate this hud from Fortress Forever but...
https://www.youtube.com/watch?v=IswCaHTvJm4&t=1829s
when ever i try to make any change and use hud_reloadscheme it just shows error:
KeyValues Error: RecursiveLoadFromBuffer: got } in key in file Resource/UI/Teammenu.res
Resource/UI/TeamMenu.res, teambutton2,
Failed to load resource/UI/HudItemEffectMeter_Action.res
resource/UI/HudItemEffectMet
i tried to make a dummy .res file but this didn't work either
Any help?
Long story short i'm begineer modder trying to recreate this hud from Fortress Forever but...
[youtube]https://www.youtube.com/watch?v=IswCaHTvJm4&t=1829s[/youtube]
when ever i try to make any change and use hud_reloadscheme it just shows error:
KeyValues Error: RecursiveLoadFromBuffer: got } in key in file Resource/UI/Teammenu.res
Resource/UI/TeamMenu.res, teambutton2,
Failed to load resource/UI/HudItemEffectMeter_Action.res
resource/UI/HudItemEffectMet
i tried to make a dummy .res file but this didn't work either
Any help?
Regarding "RecursiveLoadFromBuffer", it means somewhere in Resource/UI/Teammenu it's either missing a curly bracket or has an extra one, generating a error when reading the file. As the output indicates, it's in "teambutton2".
As for Resource/UI/HudItemEffectMeter_Action, it's a common error and yields no issues. You can either ignore it or create a dummy file and the console will no longer report the error.
You can post your questions in this thread.
Regarding "RecursiveLoadFromBuffer", it means somewhere in Resource/UI/Teammenu it's either missing a curly bracket or has an extra one, generating a error when reading the file. As the output indicates, it's in "teambutton2".
As for Resource/UI/HudItemEffectMeter_Action, it's a common error and yields no issues. You can either ignore it or create a dummy file and the console will no longer report the error.
You can post your questions in [url=https://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers]this thread[/url].