f96zonetrooper

Engaged Member
Dec 21, 2018
2,553
2,486
I encountered a problem when replaying the game to see alternative scenes.

Depending on path the game seems to disable the "skip text" option (CTRL-key).
One situation is after the choice menu of the double-down-route in chapter 3 act 6 Brigitte ...

Replaying large parts of the game without "skip text" is a chore ...
Please check if all the
Code:
$ _skipping = False
have their
Code:
$ _skipping = True
.


Edit :
I changed 2 occurrences in RoyalSwitch-0.13.1-pc\game\scripts\chapter_03\ch03_act06\script_br8.rpy and now it seems to work as expected.
 
Last edited:
  • Like
Reactions: DeepBauhaus

f96zonetrooper

Engaged Member
Dec 21, 2018
2,553
2,486
Another bug : replay 14 : "deb_shop", "Deborah's Shopping Trip"

This seems to be only unlocked if Esther does NOT try on the sexy dress.

Code:
if deb_dress:
...
else
...
label deb_shop:

Edit :

I also have problems unlocking the following achivement :

Code:
name=_("Jewelry and Everything"),
id="br_maid02",
 
Last edited:
  • Like
Reactions: ffive
4.20 star(s) 13 Votes