Page 1 of 1

City Scenario Window

Posted: Sat Jun 20, 2020 10:32 pm
by mathousalix6
Hello everyone,

I am really confused on how to change group when I am in a city siege. I have disabled all the add-ons and have the original map and people say there should be a black small box on the map where I could use it and change my position. But I don't find it. I have tried the reload ui as well but nothings works. What the f is going on?

Re: City Scenario Window

Posted: Sat Jun 20, 2020 10:45 pm
by Skullgrin
Click on the silver banner that is on the edge of the minimap, its the same one that you use to change groups in scenarios.

Here's a screen shot -

Image


Hope this helps! :D

Re: City Scenario Window

Posted: Sat Jun 20, 2020 10:49 pm
by mathousalix6
Skullgrin wrote: Sat Jun 20, 2020 10:45 pm Click on the silver banner that is on the edge of the minimap, its the same one that you use to change groups in scenarios.

Here's a screen shot -

Image


Hope this helps! :D
I actually just realized that I don't have the original map enabled hahahaha. I have the Vinyl Ui addon. How do I enable the original one? :roll:

Re: City Scenario Window

Posted: Sat Jun 20, 2020 10:52 pm
by Lilim
mathousalix6 wrote: Sat Jun 20, 2020 10:32 pm Hello everyone,

I am really confused on how to change group when I am in a city siege. I have disabled all the add-ons and have the original map and people say there should be a black small box on the map where I could use it and change my position. But I don't find it. I have tried the reload ui as well but nothings works. What the f is going on?

Hey,

Ay, the ui is bugging from time to time. Here are scripts to open different windows and displays while city:

Rejoin city if you crash:

Code: Select all

/script BroadcastEvent( SystemData.Events.SCENARIO_INSTANCE_JOIN_NOW )
Sc summary window:

Code: Select all

/script WindowSetShowing("ScenarioSummaryWindow", true)
Show the timer and so on:

Code: Select all

/script WindowSetShowing("EA_Window_PublicQuestTracker",true)
Window to change your group:

Code: Select all

/script WindowSetShowing("ScenarioGroupWindow", true)

Re: City Scenario Window

Posted: Sat Jun 20, 2020 11:58 pm
by mathousalix6
Thank you very much! I am going to try these out in the next city

Re: City Scenario Window

Posted: Mon Jun 22, 2020 8:05 pm
by Skullgrin
mathousalix6 wrote: Sat Jun 20, 2020 10:49 pm I actually just realized that I don't have the original map enabled hahahaha. I have the Vinyl Ui addon. How do I enable the original one? :roll:

Sorry, I don't know how you'd change that back, I use the pure addon for my UI. :(

Re: City Scenario Window

Posted: Thu Jun 25, 2020 7:12 pm
by mathousalix6
Thank you for your answers! Lilim's commands worked perfectly for me.I just have to have them ready to copy-paste