mrme

Well-Known Member
Nov 8, 2017
1,017
1,110
Man, really enjoying this a lot almost as a regular game alone; feel kinda dumb that I JUST noticed that going to "equip" and choosing "change" will let you set all kinds of options like the red jacket on her guild outfit, ponytail hairstyle, suntan, expressions, poses, etc. :p
Ahhhh
This post was helpful because I too completely missed that option. I was wondering how I was meant to reequip her jacket
 

destrendi

Member
May 3, 2024
430
134
How do I get her pregnant? I've explored whether it's a safe day or not, but it still doesn't work. Is it just an ending? I'm tired of looking for a way, please tell me.
 

unocrus

Member
Oct 28, 2018
169
314
How do I get her pregnant? I've explored whether it's a safe day or not, but it still doesn't work. Is it just an ending? I'm tired of looking for a way, please tell me.
From what I remember there are stand-alone epilogues you can access in the recollection room. You can't trigger the scenes through normal play.

Pregnancy is overwritten by the last person the protagonist slept with and it's resolved when the game ends.
 

tyhmaalamas

Member
Apr 20, 2020
174
57
How to start bunny questline? receptionist says wear formal uniform but i have bunny suit from the bar on with nothing else equipped.
 

entmiruru

New Member
Dec 12, 2024
4
0
Does this game engine not provide autosave function?
Any game in this engine will have a bug that freezes the screen, and if there is no autosave, all your game progress will be lost if the bug occurs, unless you save manually every minute
I directly caused a bug to cause the progress of an hour of game to return to the beginning of the game
 

p23rklo

Member
Jul 17, 2018
493
630
Does this game engine not provide autosave function?
Any game in this engine will have a bug that freezes the screen, and if there is no autosave, all your game progress will be lost if the bug occurs, unless you save manually every minute
I directly caused a bug to cause the progress of an hour of game to return to the beginning of the game
Yeah that bug is annoying, is the one bug you are talking about is the screen freezes but the game still runs (like you can hear BGM/music and the game still works but the screen is permanently frozen)? The only way to save at that point is if you remember where the save option is and can blindly save without being able to see. It's exclusive to the engine and not game specific, IDK how to permanently fix that (just temporary fixes like restarting the game).
 

entmiruru

New Member
Dec 12, 2024
4
0
Yeah that bug is annoying, is the one bug you are talking about is the screen freezes but the game still runs (like you can hear BGM/music and the game still works but the screen is permanently frozen)? The only way to save at that point is if you remember where the save option is and can blindly save without being able to see. It's exclusive to the engine and not game specific, IDK how to permanently fix that (just temporary fixes like restarting the game).
I played it again, and I didn't have this problem until the end (this game is short after all)
But I have encountered this bug in several excellent RPGM games
The screen freezes, or the screen is black, or your character disappears
If RPGM itself does not solve this bug, it will only add unnecessary risks to the developers who use it
 

p23rklo

Member
Jul 17, 2018
493
630
I played it again, and I didn't have this problem until the end (this game is short after all)
But I have encountered this bug in several excellent RPGM games
The screen freezes, or the screen is black, or your character disappears
If RPGM itself does not solve this bug, it will only add unnecessary risks to the developers who use it
the odd part is when I search about the problem on google almost no results (extremely few results mentioning it) are shown regarding people having those issues. So most people probably aren't having problems (not sure). It seems when it happens (freezing) even restarting the game the bug will likely occur in that session. So when the bug procs the best way for it to not happen for some time is to restart the PC.
 

Ungaa

Member
Modder
Feb 14, 2019
252
390
I played it again, and I didn't have this problem until the end (this game is short after all)
But I have encountered this bug in several excellent RPGM games
The screen freezes, or the screen is black, or your character disappears
If RPGM itself does not solve this bug, it will only add unnecessary risks to the developers who use it
Most of the time: issues with Black screen or Character disappearing are self made by the developer. Black screen is usually from a missing fade-in command (Or mis-timing of parallel processes overlapping where the fade-in command comes too early/late resulting in the screen remaining in a faded out state). Characters disappearing is usually a missing transparent-off in the script as its quite common to make the main character transparent during scenes and events (using a transparent-on movement command in the script).

Screen freezes are probably a compatibility issue or a plugin issue. If there's a looping parallel script it'll make the game hard lag until the loop resolves (or crash due to memory usage) but usually that won't freeze.

MZ's overall pretty reliable tbh. MV would be fine if it didn't have the memory limitations.
 
  • Like
Reactions: p23rklo
4.00 star(s) 42 Votes