Page 1 of 1

Scenario groups button gone in city sieges.

Posted: Sun Jan 10, 2021 4:59 pm
by Overhax
Hello

When i am in a scenario i see a small white button on the map where i can change my group. That same button is not there when im in a city siege. I am using VinyUI and im not sure how to get it to show that button. Also i cannot see the scoreboard when in a city siege. Did anyone encounter this problem or know how to fix it? Thanks.

Re: Scenario groups button gone in city sieges.

Posted: Sun Jan 10, 2021 5:08 pm
by Lilim
Overhax wrote: Sun Jan 10, 2021 4:59 pm Hello

When i am in a scenario i see a small white button on the map where i can change my group. That same button is not there when im in a city siege. I am using VinyUI and im not sure how to get it to show that button. Also i cannot see the scoreboard when in a city siege. Did anyone encounter this problem or know how to fix it? Thanks.

Hey,

check your VinyUi version...keep an eye on your cmap!

Meanwhile use these scripts:

opens the SC summary window

Code: Select all

/script WindowSetShowing("ScenarioSummaryWindow", true)
opens the window to switch grps

Code: Select all

/script WindowSetShowing("ScenarioGroupWindow", true)

Re: Scenario groups button gone in city sieges.

Posted: Tue Jan 12, 2021 2:42 pm
by Overhax
Okay thanks a lot for the answer, i really appreciate it. I will try those commands next time i am in a city.

Re: Scenario groups button gone in city sieges.

Posted: Tue Jan 12, 2021 2:52 pm
by Sulorie
Overhax wrote: Tue Jan 12, 2021 2:42 pm Okay thanks a lot for the answer, i really appreciate it. I will try those commands next time i am in a city.
Make macros with both commands and put them on a button to quickly solve any issues.