BuffLawyer

Member
Sep 30, 2017
259
255
188
Oh my god... This game is awful. It doesn't matter how good the scenes are (if you ever manage to get any), because they have put a COMPLETELY unnecessary exploration mechanic. You'll spent most of your already limited time searching for things in a dark map. That's it, that's the game. Only thing that can fix this is a full save.
full save? where??? >:]
 
  • Like
Reactions: Abl

Taboofan

Active Member
Jan 31, 2019
684
645
309
Apart from the creepy eyes the art style is strangely interesting. But I couldn't persevere thru the bugs and the grind.
APART FROM!? That is like saying apart from the murder, Mrs. Lincoln, how was the play!? I tried to play through and decided my soul could not take it.
 

Saerwen

Engaged Member
Jul 7, 2017
3,905
10,878
757
I can't quite tell what the game is about. The title is such a mystery.
Ditto. Female protagonist but the game is called Your wife's pussy. How when you play as wife? Unless it's purposely named like that to mock players which is hilarious.
 

Ragde1207

Newbie
May 8, 2020
24
12
130
The game is broken... we'll have to wait for a fix patch or a new version of the game. I only found one scene where the game didn't crash.

1765911073379.png
 
  • Like
Reactions: Ekel21

Mellbear

Member
Apr 14, 2021
344
406
205
APART FROM!? That is like saying apart from the murder, Mrs. Lincoln, how was the play!? I tried to play through and decided my soul could not take it.
I GENUINELY gave this game a try played the entire map out and what not without defeating the strong enemies and guess what then the game when I had enough money to pay debt chose to break completely image wise. Game breaking bugs.
 
  • Wow
Reactions: Taboofan

Cpt. Jonas

Newbie
Jun 12, 2020
55
105
195
Well damn want to play this game but not working on joi play and bugged on debt pay day on PC GG:coffee::poop:
 

bobster516

New Member
Jun 29, 2025
2
13
63
Found a way to fix repaying debt.
1. Go to www\js\rpg_objects.js
2. Replace
JavaScript:
Game_Message.prototype.initialize = function() {
    this.clear();
};
to
JavaScript:
Game_Message.prototype.initialize = function() {
    this.clear();
    this._numInputBackground   = 0;
    this._numInputPositionType = 1;
    this._numInputValidDigit   = 1;
    this.clearNumInputRange();
};


Game_Message.prototype.clearNumInputRange = function() {
    this._numInputMaxValue   = Infinity;
    this._numInputMinValue   = -Infinity;
    this._numInputValidDigit = 1;
};

Game_Message.prototype.setNumInputRange = function(min, max) {
    this._numInputMaxValue = max;
    this._numInputMinValue = min;
};

Game_Message.prototype.setNumInputBackground = function(background) {
    this._numInputBackground = background;
};

Game_Message.prototype.setNumInputPositionType = function(positionType) {
    this._numInputPositionType = positionType;
};

Game_Message.prototype.numInputBackground = function() {
    return this._numInputBackground;
};

Game_Message.prototype.numInputPositionType = function() {
    return this._numInputPositionType;
};
And you will be able to repay debt. Don't know if there any other issues. Because I played a little bit more and lost interest
 
1.30 star(s) 3 Votes