Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

Nordenhaven sidequest SPOILERS ahead

The sidequest "A gift for Heidi" is impossible to complete the last step. After breaking in and stealing/eating the candy from the Extra Secret candy room, and going back to give the candy gift to Heidi, the quest didn't complete, as it was supposed to, and the dialog scene that I got also seemed odd, like something was missing.

Since I do own the RPGM MV engine, I decided to poke a bit in the code, and sure enough, the reason it happen is that event EV003 in "The Extra Secret Candy Room", sets variable #145 to 9, which is high enough to trigger page 3 on the "Heidi" event, instead of page 2, as it should at that point, skipping that whole page, which have the completing of the quest on it.

At least I was able to manually fix it for my own save, by manually setting variable #145 to 8(which is probably the valu the candy room should have set it to) and then speaking to Heidi again, and by no means is it game breaking either, since it is the last step of a sidequest, but it is a bug none the less, in the current v2.3.7 of the game

(+1)

dang, and I was hoping to 100% the game bruh ):

can you give us the edited files?

(+1)

I don't think there is a way to upload files directly in these kinds of comments, so too much effort really, for such a small thing, that I can bothered to actually do that

 thanks for responding ,can i change it with another software other than rpgm mv engine like notepad of something similar and can you share the name of the file that need to be edited

(+1)

The save file itself would need decoding, to edit, so that gonna be near impossible. The maps themselves are technically a bunch of json files, so can be edited with any text editor like notepad or similar(though this will only work as a fix, for any playthrough where you have not yet been in there during that stage), the syntax is NOT very userfriendly, so finding the right stuff to change... I would say is likely gonna be near impossible too, but map ID is 249, so the map file with that number in it, in the www/data folder, if you despite that do want to give it a try

didn't work but it was worth to try, thanks for help