Page 1 of 2

Build 0.5.477: Knightly Order quest "The Princess" [RESOLVED]

Posted: Sun Sep 02, 2018 3:59 am
by FilthyCasual523
I'm doing "The Princess" for the Knights of the Dragon, and I find the princess is... well...
20180901235320_1.jpg
20180901235320_1.jpg (216.6 KiB) Viewed 3877 times
Needless to say, I'm very confused.

The little portrait on the side of the screen once you start escorting her back to the order hall also seems to shift between male and female at random in between instances of this quest.

Not currently using mods.

Re: Build 0.5.477: Knightly Order quest "The Princess"

Posted: Sun Sep 02, 2018 4:50 am
by Jay_H
When you click on him, by any chance did he tell you your princess is in another castle? :lol:

In any case, this is a simple fix. The data in the quest file tells the story:

Code: Select all

Person _lady_ face 2 group Noble
Usually there's a parameter defining the person as male or female, but in this case classic depended on the face parameter to always make it the same graphic, I think. In any case I can modify that when I have a chance.

Re: Build 0.5.477: Knightly Order quest "The Princess"

Posted: Thu Nov 01, 2018 1:20 pm
by R.D.
There was just a fix related to quests and gender in the last few days. Any chance it fixed this one?

Re: Build 0.5.477: Knightly Order quest "The Princess"

Posted: Thu Nov 01, 2018 8:30 pm
by Interkarma
That fix was for static NPCs injected as questors, this one looks like a virtual NPC.

I think issue is simply that quest fails to define gender, which results in 50/50 shot for virtual NPCs. A well-written quest should define gender when related to plot.

Re: Build 0.5.477: Knightly Order quest "The Princess"

Posted: Sat Feb 02, 2019 2:04 pm
by pango
B0B00Y00.txt:

Code: Select all

Person _lady_ face 2 group Noble
How can it be fixed, is adding "female" keyword there sufficient?

Re: Build 0.5.477: Knightly Order quest "The Princess"

Posted: Sat Feb 02, 2019 2:16 pm
by Jay_H
Yes, that's the solution.

Re: Build 0.5.477: Knightly Order quest "The Princess"

Posted: Sat Feb 02, 2019 2:34 pm
by Hazelnut
Have we decided that's the way we're going to fix it? I though that was still in doubt. Happy to fix the quests if a decision has been made.

Re: Build 0.5.477: Knightly Order quest "The Princess"

Posted: Sun Feb 17, 2019 7:10 pm
by pango
That was not sufficient, or I didn't do it right...

Code: Select all

Person _lady_ face 2 group Noble female
princess rescue.jpg
princess rescue.jpg (272.51 KiB) Viewed 3465 times
At least the face was female, hopefully not just by chance...

Re: Build 0.5.477: Knightly Order quest "The Princess"

Posted: Sun Feb 17, 2019 9:00 pm
by Interkarma
Thanks guys, I'll look into why the gender tag didn't work for that static NPC sprite selection. That should have worked.

This is still the correct solution for the quest though. For NPCs like this that are spawned completely by quest, informing the quest engine what the gender is supposed to be is a must (when it matters for a the narrative anyway).

Re: Build 0.5.477: Knightly Order quest "The Princess"

Posted: Sun Feb 17, 2019 11:10 pm
by Hazelnut
Pango, did you change the quest script before accepting the quest?