[0.9.2] Vickie quests for Ashley not triggering correctly

For posting information about any bugs, crashes, or graphical issues you encounter while playing House Party. Not the place for general, gameplay, or spoiler-related questions.
Forum rules
Please follow all Eek! Forum rules.
Post Reply
peter980
Posts: 1695
Joined: Thu Feb 15, 2018 1:50 am

[0.9.2] Vickie quests for Ashley not triggering correctly

I have noticed multiple issues with Vickie triggering quests for Ashley

1) Not getting quest at all
2) Getting quest that has nothing to do with repose from Vickie
3) Getting two same responses (I'm on it)
4) Getting default response (bye Vickie)


Since I understand story files format, I dug into Vickie dialog file.

All magic is in at dialogue ID:16.

So, what is going out there:

1) Vickie comments about Ashley linking you if have never untied top and have friendship > 0
2) Vickie comments about Ashley being pissed if conditions above are not met (so it could be due to untied top, or any other reason that make her not like her)

All fine. I would maybe say that friendship=0 being Ashley pissed at you is kinda strange, but since getting to Vickie to arrive requires some interaction with Vickie, so I guess it is fine.

But then we get into response events, and this is where things look really buggy.

There are actually 3 responses (all with same player text), leading to different events

A) Ashley friendship < 1 and untied top
This triggers Redemption quest

B) Ashley "Mood" > 0
This triggers Signs of Affection quest

C) Ashley friendship < 1 and no untied top
This triggers nothing


Problems with this:

Vickie comment about Ashley being pissed is shown if either top is untied, OR if she does not like player.
That could be response A, but so it could be response C, thus you could get two dialogue options, with one giving one quest and another nothing,

Then there is response B which is based on "Mood" setting. And using this for any kind of story interaction is really really bad idea,

See following thread:
http://forum.eekllc.com/viewtopic.php?f=10&t=156

Mood is essentially a net of how many positive and negative emotes character has had. Thus, it is completely separate from romance and friendship stats, and can widely fluctuate even without player doing anything (like other characters interacting with themselves and doing emotes...)

.

My suggestion how to resolve this:

A) Ashley friendship > 0 and not untied top
Trigger Signs of Affection quest

B) Ashley friendship <= 0
Trigger Redemption quest

C) Ashley top untied
Trigger Redemption quest

The reason I suggest it like this is that Redemption quest is solvable even if top in not untied, since giving joint completes it, instead of incrementing this quest.
peter980
Posts: 1695
Joined: Thu Feb 15, 2018 1:50 am

Re: [0.9.2] Vickie quests for Ashley not triggering correctly

In relation to this, there is another issue that needs to be looked into.

And that is that Vickie quest with Ashley can be solved while Ashley is in "vengeance" mode.
This is when AshleyVengeance flag is set, when Ashley strongly dislikes the player (due to getting her pranked with Madison).

Solving Vickie quest still leaves Ashley in Vengeance mode, leading to strange dialogue.

What needs to happen is for AshleyVengeance to completely block making up with Ashley, or the other way around (calming the Ashley), instead of currently coexisting.
peter980
Posts: 1695
Joined: Thu Feb 15, 2018 1:50 am

Re: [0.9.2] Vickie quests for Ashley not triggering correctly

Either way, AshleyVengeance variable should also be part of the checks regarding what quest can be given by Vickie.
Post Reply