PDA

Zobrazit normální verzi : [Bug] csko.cz rewrites my gamemenu.res file



Jet
05-11-17, 09:41
When i enter any server of TTT on csko.cz i lose my menu cuz' csko.cz rewrites my gamemenu.res
i tried setting it on "read-only" but it still gets rewrited can somebody fix this?

Futy99
19-11-17, 18:43
Hey, gamemenu.res? Are you sure? Csko.cz servers should not change your gamemenu.res file. Anyway did you rewrite gamemenu.res file and then setted to read-only? If not, rename your gamemenu.res file to gamemenu.txt and rewrite it with this:

"GameMenu"
{
"1"
{
"label" "Resume Game"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "Player List"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"8"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"9"
{
"label" "New Game"
"command" "OpenCreateMultiplayerGameDialog"
}
"10"
{
"label" "Find Servers"
"command" "OpenServerBrowser"
}

"11"
{
"label" ""
"command" ""
}
"12"
{
"label" "Change Game"
"command" "OpenChangeGameDialog"
"notsteam" "1"
"notsingle" "1"
"notmulti" "1"
}
"13"
{
"label" "Options"
"command" "OpenOptionsDialog"
}
"14"
{
"label" "Quit"
"command" "Quit"
}
}

Then rename gamemenu.txt to gamemenu.res. It should work.