[Fixt] [0.69.420-BACKER#1769] Crash Landing bar door scenes and familiarity score bugged

Status
Not open for further replies.

mikethor007

Well-Known Member
Jun 26, 2021
1,179
810
52
Game seems to be bugged in the Crash Landing door scenes, in the sense that regardless of the player accepting the rules and entering (even with the requisite flag being set), on subsequent visits the game acts as if the player hadn't agreed to the rules and was trying again. Consequently, the Bar familiarity score also never progresses.

Code for the [Doorway] button:

Code:
addButton(0,"Doorway",(flags["CRASH_LANDING_RULES"] == undefined ? checkOutCrashLandingDoorway:crashLandingRepeatNoFollowRules));

For the button, it's either the first visit, or "not accepting the rules" repeat tries.

The code for progressing the familiarity score is only present on crashLandingStationBonus, and this is never called from when coming into the bar from the city, only when getting to the door's tile when exiting the bar.

Thus for progressing the familiarity score the player would need to click on the [Door] button at least once inside the bar instead of leaving, which is weird as hell. The flash version didn't act this way.
 

Attachments

  • Pop (M) - 22Hrs 59Mins, 1261 Days - Dhaal, Uond Ephine.json
    862.5 KB · Views: 1
Last edited:
Status
Not open for further replies.