- May 18, 2017
- 87
- 82
Small typo in room.rpy rubber_vagin needs to be rubber_vagina either unren and make the fix yourself, of you can just save my copy in the /game folder.How to fix this?
Small typo in room.rpy rubber_vagin needs to be rubber_vagina either unren and make the fix yourself, of you can just save my copy in the /game folder.How to fix this?
Do you have any problem with the game? If not, the folder is most likely included inside "archive.rpa". If you do have problem, post back, and I'll send you the extracted version.Do you know why there is no "location" folder? Is here a screenshot of my game folder
IDK about android dev, sorryI'm getting this store issue on android now is this fixable or do I have to wait?
Thank you, I managed to extract the files. But i've got another question, can we extract every "Extract.rpa" file from any game with the " extractrpa.txt " that you gave us?Do you have any problem with the game? If not, the folder is most likely included inside "archive.rpa". If you do have problem, post back, and I'll send you the extracted version.
IDK about android dev, sorry
I've another question, with the console we can only see the variables or we can modify them?Console Cheats
Here are my (unfinished) notes about the game's console variables for you to mess with.
Have fun
1st of all, I didn't make "extractrpa", but found it online. Forgot the link, but I use it to replace a similar tool called "RPATool", which have served me well up to RenPy v6x, but fails to extract any *.rpa made by RenPy v7.x.Thank you, I managed to extract the files. But i've got another question, can we extract every "Extract.rpa" file from any game with the " extractrpa.txt " that you gave us?
Modify them, of course.I've another question, with the console we can only see the variables or we can modify them?
id_npc_enable = True
npc94["number_phone"] = 1
call console
Thanks for all your answers!1st of all, I didn't make "extractrpa", but found it online. Forgot the link, but I use it to replace a similar tool called "RPATool", which have served me well up to RenPy v6x, but fails to extract any *.rpa made by RenPy v7.x.
To answer your question, yes. Tools like "RPATool", "unRpyc", and "ExtractRPA" are made to extract any RenPY games.
Modify them, of course.
1st of all, I recommend to enable NPC ID display. We can do this by typing this in the console:
Notice that "True" is case sensitive in python.Code:id_npc_enable = True
After that, when you interact with a randomly generated NPC, you will see their ID beside their name.
View attachment 2299847
Notice the "NPC94" beside the name. In the console, you can access all data pertaining the character with "npc94".
Say, the MC relationship with the above character is 0, as can be seen in the bottom right corner. So if the MC ask for the phone number, they'll be rejected. Well, check the "console_variable.md" text I''ve posted, in the section "Randomly Generated NPC / Attributes". There, you'll find that "number_phone" attribute controls whether the MC knows about an NPC phone number or not. So, to give the MC the above NPC number, do this in the console:
Then, check the phone. You can now call the NPC.Code:npc94["number_phone"] = 1
As a fun note, one of Yuki's quest variables is actually called "student_soviet_progress". Yeah, _soviet_
I got the cam when bought it as one of occult club upgrades.Where is the cam for pool ( back room ) ?
You can buy it at the online store (home -> sit down at the PC).Where is the cam for pool ( back room ) ?
videocamera = 1
Dunno about their release schedule, but judging by their coding practices, unless they reverse course and completely rewrite the game (like what Rogue-like Evolution did), it'll be a surprise if there's any future version without multiple major bugs in it, be it Patreon nor public version.Will there even be a public version 0.936b or are the patched versions not for public at all? And the public only gets the bugged versions?
Yup, I encountered another bug.Dunno about their release schedule, but judging by their coding practices, unless they reverse course and completely rewrite the game (like what Rogue-like Evolution did), it'll be a surprise if there's any future version without multiple major bugs in it, be it Patreon nor public version.