Miakoda wrote:
I think the command line is probably looking for i_dominic (the above is missing an i).
I just did a search in the whole project for "dominc" and found 3

I've now replaced it everywhere with the right name
Miakoda wrote:Is there supposed to be a dialogue option, allowing you to explain to Anne why you chose Roxanne? If there is supposed to be an option, one doesn't appear. The scene continues with "I can't believe this has been tearing her up like this for all this time..." and then goes to "Finally with all the people out of the way, it's time to for Roxanne and I to get down to business."
Good catch! indeed there is, but the indentation was wrong (on python is important to decide which "block" of code is ran) so the choice would happen only if you played as Anne! I've fixed it now, if you have a savegame you can try that on next update
Miakoda wrote:
Finally, what is the final text 'good ending' (if any) look like with Sally?
Yes in both endings they split up
Oniyuri: thanks again, will check the problems.
Regarding Dominic cg bug, do you have a savegame just before the Spring Break so I can try here? People unlocked the romance in previous versions, so unless is a new bug that has been added, I don't know why is not working!
The actual code check is:
Code: Select all
if domoverhears>=4 and Relationship["Dominic"]>=80 and EnoughStats("Rational","Organized"):#added STATS requirements too!
so relationship, stats (the values shown in game) and the domoverhears variable which changes picking the right choice in several events, as described in the Dominic walkthrough (see first post of this thread).
Maybe you didn't do all those steps? Week12 tuesday, Winter Break, Valentine - there's a specific series of steps to raise that variable (as I said is probably one of the hardest romance, but if you follow the walkthrough should work).