What do you thinks about sandbox in the games?

  • I like

    Votes: 59 65.6%
  • I dont like

    Votes: 20 22.2%
  • I have no opinion

    Votes: 11 12.2%

  • Total voters
    90
  • Poll closed .

palach1994

Newbie
Jun 14, 2022
24
4
I found a bug. The message that a scene has been unlocked is stuck in the top left corner of the screen. This happened after clicking through dialogue following her first "shower". However now the rest of the HUD is gone, so I cannot enter my inventory (for example) to get wire cutters or anything else. This has halted my progress as I cannot get into the neighbor's house.

For now I can restart the game and hope it doesn't happen again. Regardless, thought I'd bring it up so it can be addressed.
Me to have this problam
 

BGRW2020

Engaged Member
Jul 8, 2020
2,260
2,280
New to this story, but what is the sharing about???? are you trying to say the LI's are shared by another man???
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
27,984
248,289
For anyone saying the code isn't correct, you can find it yourself..


open scene_StoryProg0_A_Start_And_General.rpy and search code.

if support_code == "cyberpsycho":
$ censorship_lvl1_isallowed = True
$ censorship_lvl2_isallowed = True
$ censorship_lvl3_isallowed = False
call screen pegui_choice

if support_code == "sinsedge":
$ censorship_lvl1_isallowed = True
$ censorship_lvl2_isallowed = True
$ censorship_lvl3_isallowed = True
call screen pegui_choice
else:
fr "Code patreon erroné"
en "Wrong patreon code"
jump support_code_choice
 
  • Like
Reactions: k4c and Bob69

-Awake-

Apocalypse Lovers
Game Developer
Aug 16, 2021
178
1,039
For anyone saying the code isn't correct, you can find it yourself..


open scene_StoryProg0_A_Start_And_General.rpy and search code.
I will go even further :




Look at those song compilation names :p
 
  • Like
Reactions: SonsOfLiberty

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
27,984
248,289
Details for v1.21 Fixed:

Here is the application of patches in details if you are interested:

  • The quick access buttons on the right and left of the screen that were hidden but not displayed again at certain times are now displayed without you having to press the "G" key (by default). This was a problem for some players which wasn't able to access their belt.
  • Added informative notification screens in several places (path taken, level of censorship unlocked, etc.).
  • Fixed notifications that lasted indefinitely when fast forward mode was used (left ctrl or tab by default).
  • Added some sounds.
  • Division of the download links into 2 different folder, one for Machintosh users, one for PC/Linus users.
  • Fixed a sound bug that was sometimes played in loops in the final dreams.
  • Added an enhancement to the manual save system with the ability to skip pages by 10 and rename its save.
  • Fixed archive compression system in . rpa that did not include . mov files
  • Several errors in the dialogs (typo) have been corrected here and there.
  • And several small insignificant things that only I would understand.
 
4.20 star(s) 40 Votes