Su-Pre

New Member
Nov 20, 2024
11
12
3
Version:1.5 2025-01-24

If you're having trouble collecting Zhou Ling's CG1, here is an unofficial fix:
You don't have permission to view the spoiler content. Log in or register now.

如果收集不到周绫的CG1,我写了一个的小补丁:
You don't have permission to view the spoiler content. Log in or register now.
 

Joanna1776

Member
Apr 25, 2020
156
174
135
I've not try the steam version yet, so I don't know that. But if steam version have Yue Niang available then maybe worth ? I don't know. The game itself doesn't entertain as much as Roommates.
I should really check f95 forums more often lol. The game itself in my opinion is very good especially if the DEV had expanded more on it! The girls are all beautiful but I can see he maybe do not want to juggle two games at once, i.e. Roommates
 

Linglingluo

Newbie
Nov 4, 2024
16
13
71
The gallery always reset and it's annoying.

Modify the screen.rpy to unlock the gallery.


screen npc_gallery(npc_key):
frame:
area (400, 380, 1000, 1080)
for i in npc_lists:
if i["key"] == npc_key:
$ gallery_list()
$ x = i["gallery"]
hbox:
box_wrap True
spacing 20
xalign 0.0
for z in x:
vbox:
xoffset 8
yoffset 4
imagebutton:
idle z["img"]
# Change 'locked=None' to 'locked=False' to always unlock the image
action Replay(z["jump"], locked=False)
null height 20


//
Note: always save your original script folder separately and put the modified script inside * tl folder.

I edited the script using only my android and tested it with joiplay. This is the laziest way but it's enough to reduce the headache.
 

Funky72_

New Member
Jan 20, 2025
5
5
3
The gallery always reset and it's annoying.

Modify the screen.rpy to unlock the gallery.


screen npc_gallery(npc_key):
frame:
area (400, 380, 1000, 1080)
for i in npc_lists:
if i["key"] == npc_key:
$ gallery_list()
$ x = i["gallery"]
hbox:
box_wrap True
spacing 20
xalign 0.0
for z in x:
vbox:
xoffset 8
yoffset 4
imagebutton:
idle z["img"]
# Change 'locked=None' to 'locked=False' to always unlock the image
action Replay(z["jump"], locked=False)
null height 20


//
Note: always save your original script folder separately and put the modified script inside * tl folder.

I edited the script using only my android and tested it with joiplay. This is the laziest way but it's enough to reduce the headache.
How do I do this for the PC version? I don't have a screens.rpy in my tl folder, or anywhere else
 
2.90 star(s) 33 Votes