somrani112

Newbie
Nov 10, 2018
23
0
I haven't gotten to the Guardian's scenes so I don't know about that but the Kim selfies bug is just the code calling for .png format when the images in \game\images\Kim\photoshot are in .webp. You can just look at them there or if you really care, convert them to pngs yourself and they will be visible in game.

edit: fixed the script so you can see them through the phone normally. sms.rpy replaces the current one in \game\Overworld Screens
edit 2:guardians seems to be the same problem and switching the webp to png images makes it work but my attempts at switching the code itself hasn't worked.
Thanks imma check it out
 

Stil996

Conversation Conqueror
Jan 11, 2018
6,501
5,932
what are the letters you press at the construction site is it CBJY or JBCY please help
yes... you realise those are all the same letters? it's a QTE any of these letters will appear on screen randomly, hit the correct one before the time runs out and you "win" that point, it's not complicated.
 

lawlawkagurL

Active Member
Nov 12, 2021
758
528
does anyone has v3.1 released on patreon
Damn, v0.31 is out already?

Might be a while for that to be available here I'm guessing.
But for the meantime,
do you have a changelog for it? I would love to have a glimpse of what to expect in the latest update. =)
Thank you.
 

elcapizo

Newbie
Game Developer
Jun 7, 2017
92
169
Damn, v0.31 is out already?

Might be a while for that to be available here I'm guessing.
But for the meantime,
do you have a changelog for it? I would love to have a glimpse of what to expect in the latest update. =)
Thank you.
Double Perception 3.1 Changelog
CHANGELOG:
  • New Quest – Dave – Overload Cassie
  • New Scene – Dave with Cassie (Overloaded)
  • New Animated Scene – InnkeeperBlоwjоb
  • New Scene – Kim finds out about sleeping with Rachel
  • New Animated Scene – Kim Blоwjоb while sleeping with Rachel
  • New Scene/Interaction – Rachel - Drinking
  • New Scene/Interaction – Rachel – Passed Out
  • New Animated Scene – Rachel Passed Out – Feetfuсk
  • New Animated Scene – Rachel Passed Out – Thighjоb
QOL:
  • New Dialog Images for Kim and Rachel (Lingerie and Pajamas)
  • Now, while selecting character in Progress Manager, you can see which character received an update.
  • DoA Gathering now have an Imagebutton for JoiPlay compatibility
FIXED:
  • Another batch of .png/.webp errors (Guardians/ Kim’s Photos/ Tips and Hints/ Rachel’s Lunch)
  • Inviting Rachel to the SPA/Cinema/Restaurant from work
  • Rachel’s Special Events menu now shows all options
  • Rare Inventory Bug
 
  • Red Heart
Reactions: lawlawkagurL

lawlawkagurL

Active Member
Nov 12, 2021
758
528
Double Perception 3.1 Changelog
CHANGELOG:
  • New Quest – Dave – Overload Cassie
  • New Scene – Dave with Cassie (Overloaded)
  • New Animated Scene – InnkeeperBlоwjоb
  • New Scene – Kim finds out about sleeping with Rachel
  • New Animated Scene – Kim Blоwjоb while sleeping with Rachel
  • New Scene/Interaction – Rachel - Drinking
  • New Scene/Interaction – Rachel – Passed Out
  • New Animated Scene – Rachel Passed Out – Feetfuсk
  • New Animated Scene – Rachel Passed Out – Thighjоb
QOL:
  • New Dialog Images for Kim and Rachel (Lingerie and Pajamas)
  • Now, while selecting character in Progress Manager, you can see which character received an update.
  • DoA Gathering now have an Imagebutton for JoiPlay compatibility
FIXED:
  • Another batch of .png/.webp errors (Guardians/ Kim’s Photos/ Tips and Hints/ Rachel’s Lunch)
  • Inviting Rachel to the SPA/Cinema/Restaurant from work
  • Rachel’s Special Events menu now shows all options
  • Rare Inventory Bug
wow. That's a lot of nice things to look forward to.
THANK YOU MATE! Appreciate it!

Now the wait begins.
 

Aech01

Newbie
Feb 5, 2020
48
33
Brother, the gallery code is bothering me for a few days. Who can solve the gallery code
It's a late reply i know but after going through the last pages it was asked quite often and maybe someone is still looking for it x)

In the cheat mod post he said he found the way how that's handled and posted the code to see for all but here again:
You don't have permission to view the spoiler content. Log in or register now.

which tells us that that the code is reversed and the upper/lower case characters are swapped.

As an Example we use the gallery code which is for the current version "h7K202kDfv2" (taken from cheats.rpy file)

h7K202kDfv2 -> 2vfDk202K7h (reversed clear)

2vfDk202K7h -> 2VFdK202k7H (swap clear)

So "2VFdK202k7H" will unlock the gallery tested that code and its working so should be the same for the rest of the special codes.
 

Angry underwear

New Member
Aug 2, 2021
5
0
Aech01,帖子:11749366,会员:2001105 said:
我知道这是一个迟到的答复,但在浏览完最后几页后,经常有人问它,也许有人会找到它x)

在作弊模组帖子中,他说他找到了处理方式,并发布了代码供所有者查看,但再次在这里:
You don't have permission to view the spoiler content. Log in or register now.
 

kauthor

Member
Jun 15, 2018
324
137
I'm on a Mac, and this is tricky to get working for some reason. I love this game though, so I don't want to miss out.

I had to edit the Dialog system.rpy file to use this:

Code:
import random
import time

def RNG():
    random.seed(time.perf_counter())
    # rest of the function here
And I had to edit the Generate New Films.rpy file to make each of the three related lines list first...
choosed_film = renpy.random.choice(list(comedyFilms.keys()))

Seems to be working now! Hope it helps
Can you send me those files?
 

lawlawkagurL

Active Member
Nov 12, 2021
758
528
that's odd. f95 usually is the first site to update games.
v3.1 is already available in other sites, though.
 
3.60 star(s) 35 Votes