SifRed

Newbie
Aug 1, 2020
26
11
Guys does anyone know where Lynn Castery is? I supposedly need to talk to this girl to progress the main story....

Well scratch that I may have understood where she is....I'm an idiot just had to reread the scene with ND.
 

Chissident

Member
May 27, 2017
129
85
Always get an exception error when interacting with Viscountess. Ignore skips the scene and gives me the point but every interaction after is the same as the first about her settling in.
 

Sennistrasz

Member
Oct 6, 2020
495
557
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/main_quest.rpy", line 135, in script
if quiver_char.wife_nickname==1:
File "game/main_quest.rpy", line 135, in <module>
if quiver_char.wife_nickname==1:
AttributeError: 'GameCharacter' object has no attribute 'wife_nickname'
 

zalamander

New Member
Oct 2, 2017
11
9
For the viscountess error:

open the file viscountess.rpy, then change the line 371 from

Code:
$ girl_current=viscountess
(or just search the exact line as provided)
to

Code:
$ girl_current=viscountess_char
and restart the game.

Dev is known to release buggy content. ¯\_ (ツ)_/¯
 
3.00 star(s) 1 Vote