4.50 star(s) 18 Votes

warmax42

Newbie
Oct 29, 2017
57
231
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.
 

Dereck112

Active Member
Mar 1, 2021
532
290
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.
Funny, take out the stealth part of a stealth game, sure still will be incredible fast to advance.
 

giqui

Conversation Conqueror
Compressor
Nov 9, 2019
6,284
43,453

The Last Goblin [Xmas Special] [Marblecrown Games]

COMPRESSED WINDOWS

SIZE ~ 166 MB

(1 week) - -

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

gentod21

Newbie
Apr 21, 2020
57
27
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.
can you just upload your edited plugin?
because when i do that its encountered bug☹ Screenshot_2024-01-08-08-59-17-765_cyou.joiplay.joiplay.jpg Screenshot_2024-01-08-08-59-30-799_com.rhmsoft.edit.jpg Screenshot_2024-01-08-08-59-17-765_cyou.joiplay.joiplay.jpg Screenshot_2024-01-08-08-59-30-799_com.rhmsoft.edit.jpg Screenshot_2024-01-08-08-59-17-765_cyou.joiplay.joiplay.jpg Screenshot_2024-01-08-08-59-30-799_com.rhmsoft.edit.jpg
 
4.50 star(s) 18 Votes