View Single Post
wanko
Junior Member
Join Date: Nov 2018
Old 12-03-2018 , 15:10   Re: CSGO Map thumbnails at endgame vote
Reply With Quote #17

I just thought it's maybe a parsing problem and those keyvalues are parsed one after another. So my theory was, that the pictures are not shown in the second case, because the maps were not defined yet when the magroup was parsed.

So I put "maps" before "maggroups" and tested again. But it did not work, only the default pictures showed up.

From my experience I'm quite confident that the _server does add a new value (unless its a changed value). What I mean, if the gamemodes.txt has like
Code:
"a" {
"1" ""
}
and the _server.txt has like
Code:
"a" {
"2" ""
}
it's the same result as there would be with a
Code:
"a" {
"1" ""
"2" ""
}
inside one file only.

What surprises me is the fact, that there is a difference between the _server and the gamemodes.txt. I've never seen anyone give a hint of that anywhere.
wanko is offline