- Jul 5, 2020
- 54
- 34
Is it safe for me to mod the java files on the steam version? I won't get banned from steam if I alter the files, will I?In RemtairyEdicts.js
Game_Actor.prototype.getNewDayEdictPoints = function() {
let unusedPoints = Math.max(this._storedEdictPoints, this.stsAsp());
this.resetEdictPoints();
let points = 25;
if(Prison.easyMode()) points++;
Normally "let points = 25;" is = (something else). I just copied from my own modded file for convenience. Line 580 in my current version if that helps.
I mean, I already use the RPGMakerSaveEditor to give myself a million gold, and that seems to be fine, but modifying the files themselves seems risky.
Last edited: