Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hi, in the game, can you press F8 and then switch to the Console tab in the window that opens up? It should look like this:


But for you it will have a red error message with the full trace of the error. I need to see this to help you with the issue.

oh ok

I got it to work! I just need to see if there's a way to make the image not pop up when there's no title for the map

like this

Hi, I am glad you got it to work, do you mind sharing how you fixed the problem from before so I can look into what happened?

For your new problem, if you are using an image, the plugin assumes that you want the map name window to display to display the image (with the idea that people could make their map name blank and then use fancier text on an image that displays). If you don't want this behavior you can edit the .js file, specifically in the function "Window_MapName.prototype.open" in the first line, change this:

if((!this._settings || !this._settings._image) && !$gameMap.displayName()) return;

to this:

if(!$gameMap.displayName()) return;

Thank you! it worked! also the problem before was actually cause by another plugin that was causing errors I can still send the screenshot of the error codes if you need me to!

Glad you got it working 😁 I do not need to see error codes if the previous issue was caused by another plugin.

(1 edit)

Thanks again! I will be also purchasing the light effects plugin you made! I will let you know how it goes! My game "Tales of Evion: Forgotten Dreams" is coming soon, be on the lookout! :D