jwalker997

Newbie
Jun 27, 2018
56
34
230
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
Yep, it works. Let's see if the game is worth my time now.
 

goldenone

Member
May 18, 2022
112
46
213
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
it doesnt let me edit the java script
 

Horny Lord

Well-Known Member
Jun 14, 2020
1,008
2,814
448
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
if you don't know how to open note or edit files,
here

*edit
it say ist a virus:FacePalm:
 
Last edited:

Ragde1207

Newbie
May 8, 2020
24
12
130
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
It worked, and so far I've made progress without any problems. Thank you very much! Now I just need to find a way to make money in the game. 200K is already too much!
 
  • Like
Reactions: TempTitle

DUST RITH

Newbie
Jan 12, 2024
37
13
69
fuck XD
i cheesed it and tried to pay him back by gambling but the function doesnt work
creator please fix it so when he gets paid so we can finish the game on vanila mode
(even tho i dont like to say this next)
to those who like ntr "spit on them" make it optional like after we paid the bastard there is the option of the wife wanting to try and be "whore"
but primarely i just want to finish game to the point that i cant one shot that stupid thunder dog
 

gandykart

Newbie
Jan 13, 2019
15
9
141
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
Thanks for figuring this out. It works for me
 

TempTitle

Member
May 7, 2017
301
207
300
So, on the one hand, the javascript fix does fix being able to 'make payments.'

You don't have permission to view the spoiler content. Log in or register now.

All this (and more! Or, well, less), effectively gated behind being able to fix that core element.
 
Last edited:
  • Thinking Face
Reactions: Hodgoro

nopeguy123

New Member
Oct 13, 2020
8
2
48
For anyone thinking of playing there is a exploit where you can buy any 150 gold item in sex shop and then sell it in your shop for 250 gold. And there are no cool down on those items. So what you can do is buy 99 aphrodisiac for 14,000 and sell it for 28,000 approximately. After that games is basically easy but there way to much grind for H-Game, and the erotic scenes become really underwhelming for after a while, i was able open majority of the recollection room but couldn't with last 4 pictures i think they are for the "whore" route which i was not able to because i assume it you have to use any of the "brothels" like 100 times or something.

here is my save file if anyone wants to try to unlock the rest:
 
1.30 star(s) 3 Votes