Su-Pre

New Member
Nov 20, 2024
11
13
13
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
159
175
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
19
15
81
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_

Newbie
Jan 20, 2025
18
16
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
 

Linglingluo

Newbie
Nov 4, 2024
19
15
81
How do I do this for the PC version? I don't have a screens.rpy in my tl folder, or anywhere else
Install necessary tools perhaps could be troublesome.

Renpy game usually the dev compressed the file into .rpa // normally you need tool to open it, but some experts create an online tool which greatly benefit the majority.
(Search: rpa editor online)
Or simply search:
grviewer.com

Extract into zip, then you can modify them.
If you had difficulty whether putting them back into rpa again or not. Simply place the original rpa into new folder (not in the game, simply to keep it safe in case there's error in the new script). Extract the script (all) and put them into : #tl folder or tl > english.

Note: !!!
extract the file .rpa into zip ONLY extract the .rpyc / .rpy
Check the file content inside .rpa and see if there's other file (txt, etc other than rpy/rpyc) you need to extract them separately otherwise the scripts will be errors/bugged.
The extracted file will be in .rpy even if the script inside the rpa is rpyc it will automatically revert into rpy which you can modify at ease.
 

Linglingluo

Newbie
Nov 4, 2024
19
15
81
Hi, can you please make an updated 1.5 apk with this? Thank you.
First, I have to apologise.
I couldn't do that. Because at the moment, I'm traveling around which make me unable to access android studio or apktool (because the only device that I brought along is my android phone.)
Indeed I should be able to decompile an existing ported apk and rebuild it with Apktool M, which I don't want to. Firstly, it's not ethical. Then it's a time consuming.
Because you asking for apk and v1.5 I assume you are using the compressed version.
Perhaps the one ported by ghost.
I workaround with that (had to get myself the apk file.. thankfully it's only 250mb).
Let's say it's same version. Then you can add the "game" folder to replace the "game" in your storage → 0011 → ghost.roomates.
(Its work when I running test, but I can't guarantee it) Screenshot_2025-11-21-21-47-57-093_ghost.roommates.jpg

It's not apk file nor an update. Apk v1.5 already available somewhere. This is simply a content from v1.0 which not available in the latest version.
 
Last edited:
  • Like
Reactions: NguynHoag
2.90 star(s) 33 Votes