[PUP] Your population counter becomes invisible and it's frustrating

I think I will use the optional “soon housed” sound notification feature, but please, for the love of Daut, let me disable the visual feature that makes my population counter blink. In the words of Jon Snow: “I don’t want it”.

This happens because you are using a resource panel mod and it’s not updated. Go to the modded resourcepanel.json and change "UserStates": 2 under PopulationCount widget to "UserStates": 3.

2 Likes

You also need to copy the codeblock for the added userstate - which in this case is

,
“UserState2”: {
“Font”: {
“FontIndex”: 0,
“PointSize”: 36,
“Style”: “Normal”,
“TextColor”: {
“r”: 1,
“g”: 1,
“b”: 0,
“a”: 1
}
}
}

Mine here is for KoBHV Resource Panel. so the point size is 36 instead of 34

3 Likes

Thank you everyone, I will try this.

1 Like