[0.4.16] Brihaus softlock

Shrike675

Well-Known Member
Apr 8, 2021
808
537
Talking with Rina softlocks the game at her appearance menu. Done on a save that has not done any Brihaus at all.
 

Attachments

  • CoC2 Ammy.coc2
    45.2 KB · Views: 4
  • 1633580212631.png
    1633580212631.png
    1.2 MB · Views: 11

Arpie

Well-Known Member
Oct 31, 2018
51
17
54
This is the first bug described in bugs [0.4.16].

That's because the state machine in the function "BriHausRinaMenu" does not allow free-form flows and also was only written assuming Brint is Brienne.

  • "Appearance" disables itself upon viewing and returns you to the menu. Presumably if you were ever to make it to another button, "Appearance" would be clickable again.
  • Only if Brint is Brienne do you see the next button "Tomboy?" which sets the RINA_TOMBOY flag
  • Only if RINA_TOMBOY is set do you see the next button "Sports" which sets the RINA_SPORTS flag
  • Only if RINA_SPORTS is set do you see the next button "Brint/Brienne" which sets the RINA_BRI flag (which again, can only be "Brienne" due to the gating on the "Tomboy?" button)
  • Only if RINA_BRI is set do you see the next button "CASSIA" which sets the RINA_CASSIA flag
  • Only if RINA_CASSIA is set do you see the next button "Return" which gets you back to the previous menu.
Suggest renaming this thread as [0.4.16] Fix "BriHausRinaMenu" to work even if Brint is male.