anoneemous

Member
Jul 11, 2023
305
253
187
are the itch and f95 versions different? i downloaded itch and there wasnt beach date, but the map was updated, there was a "short version" of quests, and a different loading. Here it has the beach date but the UI is the older one

also, i liked the events, but was really thinking we would get something with mara, too much teasing for nothing yet
 
Last edited:

ArashiNinja18

Active Member
Jun 1, 2017
947
710
184
Can't hide the dialog and can't easily take screenshots. There's also no sound during the sexual scenes, which is disappointing.
 

fitty543

Member
Nov 29, 2024
185
149
111
Can't hide the dialog and can't easily take screenshots. There's also no sound during the sexual scenes, which is disappointing.
Yea that's really not a big deal anymore once you discover you can just screen record some other porn game or video and play that on loop in the backround of whatever sex scene your trying to watch. To be real most games have that weird japanese squealing anyway so it fits perfectly lol
I reccomend vlc player. If your using windows its just windows button and print screen button works easy for me anyway
 

fitty543

Member
Nov 29, 2024
185
149
111
Any clue what I would edit in the APK on Android? I have MT Manager + Shizuka and a Hex Editor but not sure where or what to change.
Idk what your going to edit i tried all everything on windows its encrypted so nothing works. Like my combat skill points are -1 i been trying to message creator plenty of times but can't fix it so I tried to find some way to edit it but cuz it encrypted can't find anything. I'd be happy to just edit the points that way. Im tier 3 I already have the limited cheats you can use but the relations and combat skill points refuse to cooperate lol. It's so anoying every update I try to figure it all out again to no avail
 

ranovux

New Member
Sep 3, 2023
2
0
54
Good game, remember playing it couple years ago. I'll be short.
1. Scene in the hospital is peak, but the ending could've been goth girl hitting you in the balls with her knee (I don't like CBT) instead of just stabbing you with something pointy that she clearly didn't have. I know it's more horror-ish, but this is a little more believable I think? If that can be applied to the bit where girls roam around bottomless. And the guy waking up from this screaming would fit well too. Could work ig.
2. Bug in the basement mission.
- Expected behavior: have bottom UI when you load a save.
- Current behavior: not have bottom UI when you load a save.
- How to reproduce: enter any rat battle (with or without equipment in the correct slot), load a save, no bottom UI.
You can't quick save, quick load, read history. Even exiting to Main menu won't help, you're stuck like this until you restart the whole game.
- Context: This issue has caused trouble for me. If you're a noob who dragged wrong/equip to wrong slots (like the rod to the main hand), you'll be stuck in the basement dealing 1-2 damage to rats. Against 3 rats you'd have to play for like an hour locked in dodging them. And you can't even load the save with UI. No bueno.
- Possible solution: fix urgent.
3. I wish top right menu could open up by itself when you simply hover the mouse in that area, not the game making you click on this small banner thing.
4. I wish mouse scroll up (going back) would show the text when you're still scrolling like in some RenPy games. Is that possible to implement here? When I (user) make a dumb choice or I (user) want to check what's in every choice I want to scroll back a bit and even to just reread couple last lines. And it's not really clear how far back I need to scroll until the right place when the text/textbox is just hidden. Was that intentional choice to hide it?
ui.png
 

Hikkeiru

Active Member
Game Developer
Sep 20, 2022
529
673
237
@ranovux

Thank you for the kind words and reporting bugs.

1. I'll modify a little script so it makes more sense.
2. Good catch. Possibly it's already fixed on itch build? Did you try that? There is also a disable combat option that skips the part of the dialogue related to combat and the combat itself.
3. That's a good idea.
4. It was actually before like that. I have made lots of changes after this. There are a few parts to this problem. First yes, I should add back the text showing just after using undo. Other than that there is actually another way to go back and know where you need to go. The history tab that contains all lines. You actually can click the entires and it brings you to that point.


In general undo systems can have upsides and downsides.
In renpy history and undo works by storing it in memory and it has a limited undo index, ( i dont remember if you could expand it), the bigger the index the more memory game takes. My game stores tiny stripped history save per line. Therefore much better backtracking is possible and it doesn't use any memory for states. On top of that, optionally you could disable undo completaly to not store any.

In renpy default index is smaller because it's forced to not consume huge amounts of ram. Therefore this also means that devs cannot do make much different longer choices, because player simply cannot backtrack to there. They could possibly manually mark every choice with custom save, yet keeping track of strings for all of those choices... simply no one will want to do that.

In my save system it's just automatic, i don't have extra dev cost. Players don't use extra RAM. Unlimited saves. No python. No performance costs. I'm happy.
 
  • Heart
Reactions: ranovux

baddog99

Newbie
Oct 14, 2020
91
112
174
I like this game but a few versions ago it kept on crashing on me. Today I checked the log and it was because I firewalled the network access (I firewall everything from here). Is internet access really necessary?
Error retrieving network time: Failed to get network time. Connection timed out
 
3.90 star(s) 38 Votes