- Feb 16, 2018
- 36
- 44
Ability to enter mom's room is described in Data/voyeur.txt:Thank you so much, mate. Can you tell how do you know this? I mean is there a list or something.
Code:
mom.sleep@121@В это время мама обычно спит.\nМне кажется, не стоит её будить...|Mom is usually asleep at this time.\nI shouldn't wake her...
moms=0&mom.sleep.voyeur^ <i>заглянуть в окно</i>|<i>peep into the window</i>
moms=1&dcd.moms=0&09.bf.0^ <i>войти в комнату</i>|<i>enter the room</i>
moms=2&dcd.moms=0&09.bg.0^ <i>войти в комнату</i>|<i>enter the room</i>
moms=3&dcd.moms=0&09.bh.0^ <i>войти в комнату</i>|<i>enter the room</i>
moms=4&dcd.moms=0&09.bi.0^ <i>войти в комнату</i>|<i>enter the room</i>
moms=5&msh<6&dcd.moms=0&09.bj.0^ <i>войти в комнату</i>|<i>enter the room</i>
moms=5&msh>5&dcd.moms=0&random.luck.50=0&09.bj.0^ <i>войти в комнату</i>|<i>enter the room</i>
moms=5&msh>5&dcd.moms=0&random.luck.50=1&09.bl.0^ <i>войти в комнату</i>|<i>enter the room</i>
leave!lock^ <i>уйти</i>|<i>leave</i>
You must be registered to see the links
.09.bf.0, 09.bg.0, etc. are linked events' IDs. 09.bl.0 is an event (described in Data/09.txt), when Max enters and sees Ann sleeping naked:
Code:
09.bl.0@4@f-ams-2@<i>Вау! Мама спит голая! Она же знает, что я могу зайти в любой момент? А может быть, именно поэтому она и разделась?</i>|<i>Wow! Mom is sleeping completely naked! Doesn't she know I can enter her room at any moment? Maybe this is why she undressed completely...</i>
09.bl.1^ <i>раздеться и попробовать лечь</i>|<i>undress and lie down</i>
But there is different case with first dialogue with Kira (event 09.ba.0) - it's accessibility condition (dcd.kiratalk=0 & kira.pos=6 & momlust=46 & dcd.momlust=0) is hardcoded in game's executable, to access this information you'll need to hack it - or use my
You must be registered to see the links
(a bit of self-promotion wouldn't be wrong, right? ), I've just added this decoded info in latest version.