Attaching a save that _should_ be complete as of the xmas update - it's based on an old save I had. The xmas event should be complete, afaik. Load Save Slot 13 for the complete save
Also, a bit of a cheat, if anyone is playing this through but doesn't want to spend too much time on stealth:
Open the file: www/js/plugins/YEP_X_EventChaseStealth.js and do CTRL+F to find this line:
Game_Event.prototype.canSeePlayer = function() {
right after it is an if block. Modify it by adding two slashes in front of the if line and the closing brace, so that it now looks like this:
// if (this.meetStealthModeConditions()) {
this.stealthClearChaseSettings();
return false;
// }
Then save the file - and that's it - start the game again. No enemy should be able to spot you now, though if you run into them or interact with them they will still "catch" you. This cheat should work in future updates too if that code doesn't change.
Also, a bit of a cheat, if anyone is playing this through but doesn't want to spend too much time on stealth:
Open the file: www/js/plugins/YEP_X_EventChaseStealth.js and do CTRL+F to find this line:
Game_Event.prototype.canSeePlayer = function() {
right after it is an if block. Modify it by adding two slashes in front of the if line and the closing brace, so that it now looks like this:
// if (this.meetStealthModeConditions()) {
this.stealthClearChaseSettings();
return false;
// }
Then save the file - and that's it - start the game again. No enemy should be able to spot you now, though if you run into them or interact with them they will still "catch" you. This cheat should work in future updates too if that code doesn't change.