long-war-2 / lwotc

Port of Long War 2 to XCOM 2's War of the Chosen expansion
345 stars 91 forks source link

No icon *Chosen strengths and weaknesses* on mission #249

Closed nightmaRok closed 4 years ago

nightmaRok commented 5 years ago

When you are on mission meet chosen, in vanilla wotc, in top right corner must be icon his strengths and weaknesses Chosen stregths and weaknesses

pledbrook commented 5 years ago

Do you have a save game for this?

nightmaRok commented 5 years ago

Create clear save for you, no mods, just at 1st mission killallais, then after mission use activatechosen and send one soldier at 1st spowned mission. Hope this will enough. save_Chosen_on_mission.zip

pledbrook commented 5 years ago

Just for my reference, this is happening because the officer pack is overriding UITacticalHUD_MouseControls.UpdateControls(), which is the code that adds the Chosen Info button. I need to work out some way for the Command Range button and the Chosen Info button to coexist reliably.

ansabalirai commented 5 years ago

Another comment here, slightly unrelated but the positioning of the icons could be better as well. Specifically, when an officer is present on the mission, the command range view icon and chosen icons overlap like this: image

pledbrook commented 4 years ago

I think the path of least resistance here is to add the command range button either to all soldiers' ability bars, or just to officers' ones. Highlander support for handling multiple buttons in that part of the screen (known internally as "command abilities") is currently stalled.