henbagle / LE1CommunityPatch

Issue tracker for the Community Patch mod for Mass Effect 1: Legendary Edition
13 stars 0 forks source link

Nassana Dantius charm/intimidate Armali Council License (bool 7161 not checked) #194

Closed mechcentric closed 1 year ago

mechcentric commented 1 year ago

bool number 7161 not checked after charming (possibly intimidating) nassana dantius to obtain armali council license. able to purchase license from commander rentola.

henbagle commented 1 year ago

Charming/intimidating Nassana actually sets it's own bool in the game (7099), but it is never checked again, so it's functionally useless. Updated transition 5782 (SP108_SlaverQueen.Set_extra_reward_true) so it also sets 7161 to true, giving the player the Armali council license.

image

henbagle commented 1 year ago

There's actually nothing in game as far as I can tell that says that you should get the Armali License from this outcome. It's just the Mass Effect Wiki that says so (and then in game it does nothing). This seems like a pretty reasonable outcome though.

henbagle commented 1 year ago

Okay, a longstanding issue that I have actually never noticed before has cropped up. Unfortunately we are not able to override basegame transitions for some reason. To fix this, I moved my changed transition 5782 to be a new transition, 6603. Conversation sp108_diplomat_dlg in BIOA_STA20_09A_DSG_LOC_INT (and all localizations) updated so that E54 and E55 point to transition 6603.

image