Guys one urgent question and one not so urgent:
1)Im close to reaching 30 for both waitress and receptionist job.Is there a way to edit one of the json files with notepad so I can freeze the progression on 30(for it not to drop as days go by,I am sick and tired of doing the receptionist job.)?
2)Somwhere on the topic I saw a post on how to edit some file so prisoners can release more sperm during ejaculation,but I cannot for the life of me find it again(went 65 or so pages back and havent found anything(mea culpa off course since bookmarks exist for a reason).If any of you kind people could guide me to the said post,I would be beyond grateful.
RemtairyKarrynWaitress.js and RemtairyKarrynReceptionist.js are the files you're looking for.
For waitress (bar job), you're looking for
Game_Party.prototype.setBarReputation = function(value) {
let minBarRep = 0;
Change that 0 to 30 and you'll have a minimum of 30 always.
For receptionist, you're looking for 2 different lines.
const VAR_MIN_RECEPTIONIST_FAME = 3; (edit this to 30 if you want 30 fame minimun)
const VAR_MIN_RECEPTIONIST_NOTORIETY = 0; (edit this to 30 if you want 30 notoriety minimum)
For the amount of ejaculation you're looking for RemtairyEnemy.js, look for
const ENEMY_DEFAULT_EJACULATION_AMOUNT = 8;
Be warned though, for some reason this breaks the waitress sex scene if they cum into the beer mug, you cannot have any actions and since my understanding of the code is the level of potato, i cannot figure out why.