Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

mhmichaelhe

11
Posts
A member registered Apr 21, 2020

Recent community posts

(2 edits)

Everything looks good. I made a donation for the plugin. Thank you so much for your assistance!

Much appreciate it! It seems resolved. I'm going to do some more testing after work.

(3 edits)

Can you please advise where would I put the code? I tried it before the message in the event without luck.

It seems in MessageCore, the terminateMessage function deactivates the namebox before SceneMap is preserved. Then for some reason, the createMessageWindow function in battle prevents it from coming back.

Only if I go to another map and return, does the namebox return. Maybe something else in the preservation needs to be cleared upon return to the map from battle?

Yes, to see if the name box is there.

Can you please also test: if you're on the map with the NPC and return from battle, do you still see the name box?

(2 edits)

Hi, I ran into another thing when PreserveMapName is on. I'm using YEP_Message Core that displays the talker's name in a window over the message window. The Window_NameBox is drawn as a child to the main message window. I'm unsure if you already have this paid plugin.

If I talk to an NPC with the name window and open scene_shop, then return to the map with the NPC talking, the name window would remain hidden because it was deactivated when the message was terminated before scene_shop open. I'm using a parallel event. I'm unsure what type of functions would PreserveMapName disable from calling again due switching to a menu from map.

Edit: Currently I have a solution below, but it prevents quick return to the map.

  SceneManager.goto = function(sceneClass) {

      //preserve map scene before battle and menu

      if(this._scene && this._scene instanceof Scene_Map){

        if(sceneClass!=Scene_Map && sceneClass!=Scene_Shop){

Thank you for the compat plugin! Much appreciate it.

(5 edits)

Got it.

Edit: I actually got everything working by deleting DKTools.Scene section. Thanks you for the plugin

(1 edit)

I'm unable to make a demo, but DKTools seems to be the main issue. I didn't edit the default parameters.

https://www.dropbox.com/scl/fi/vhtk0l9h8b8mlhfs786st/DKTools.js?rlkey=6ai4tenqf5...

(1 edit)

There's something in the PreserveMapScene that breaks other plugins as soon as one is turned off. It would be great if there's a workaround to that. I'm not sure what the main thing is.

(1 edit)

Hi. Would you happen to know the issue behind the bug below from trying to exit the main menu back to the map? When I disable one plugin, another similar issue pops up for entering into battle.

This is for new game as well.