Newland

Member
Feb 3, 2018
266
79
the game isnt that bad if you cheat (if needed, i'll forward you the changed files).


Faster movement of all persons and vehicles in the game

- go to the file rpg_objects.js (i have v1.6.0)
- open it with editor
- my values are

var speed = agi + Math.randomInt(Math.floor(5 + agi / 2));

Game_Map.prototype.scrollDistance = function() {
return Math.pow(2, this._scrollSpeed) / 128;


Game_CharacterBase.prototype.distancePerFrame = function() {
return Math.pow(2, this.realMoveSpeed()) / 64

Game_CharacterBase.prototype.initMembers = function() {
this._x = 0;
this._y = 0;
this._realX = 0;
this._realY = 0;
this._moveSpeed = 4;
this._moveFrequency = 6;


--------- you will have a faster movement and still the white field popping up. this is neded for game play. higher speed values will lead to a unplayable game.


Vehicle

Game_Vehicle.prototype.initMoveSpeed = function() {
if (this.isBoat()) {
this.setMoveSpeed(8);
} else if (this.isShip()) {
this.setMoveSpeed(8);
} else if (this.isAirship()) {
this.setMoveSpeed(6);
}
};



Gold cheat
Game_Party.prototype.initialize = function() {
Game_Unit.prototype.initialize.call(this);
this._gold = 100000000000;
this._steps = 0;
this._lastItem = new Game_Item();
this._menuActorId = 0;
this._targetActorId = 0;
this._actors = [];
this.initAllItems();
};


then save the file with option "all data" and restart the game.

Changes are only implemented if you restart the game.

i recommend to use the cheats right at the beginning.
ATTENTION: you need to win all battles. loosing a battle may decrease all you money !
how to use the cheat ?
 

akkeji

Well-Known Member
Jan 22, 2018
1,692
970
what you have put cheat of the money where it sticks is that it is not clear to me thank you
 

akkeji

Well-Known Member
Jan 22, 2018
1,692
970
or the manson scene with his companions those who stop letting him escape what to do
 

ibizadalton

Active Member
Donor
Apr 23, 2019
852
2,630
what you have put cheat of the money where it sticks is that it is not clear to me thank you
a lot of money and easier fight
or the manson scene with his companions those who stop letting him escape what to do
if I understand correctly you wish to have access to the Gang Bang of Mason, nothing simpler always the fighter but always this subject to pleasures
can someone put the gallery of the new version of agredece
I do not understand the question
 

ibizadalton

Active Member
Donor
Apr 23, 2019
852
2,630
[QUOTE = "akkeji, message: 3111921, membre: 395240"]
la galerie du nouveau contenu si vous pouvez le télécharger
[/CITATION]there are no galleries in the game, but you can see the Sex Videos in Manilla/www/Movies
 
3.60 star(s) 91 Votes