Skip to main content

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

What are your configuration settings for the menu?

(1 edit)

{"Identifier Name":"menutest","Preload Backgrounds":"[]","On Load Script Calls":"[]","Backgrounds":"","Back Graphics":"[]","Selection Window":"{\"Dimension Configuration\":\"{\\\"X\\\":\\\"0\\\",\\\"Y\\\":\\\"0\\\",\\\"Width\\\":\\\"1\\\",\\\"Height\\\":\\\"1\\\"}\",\"Window Font and Style Configuration\":\"{\\\"Font Settings\\\":\\\"\\\",\\\"Font Size\\\":\\\"16\\\",\\\"Font Face\\\":\\\"sans-serif\\\",\\\"Base Font Color\\\":\\\"#ffffff\\\",\\\"Font Outline Color\\\":\\\"rgba(0, 0, 0, 0.5)\\\",\\\"Font Outline Thickness\\\":\\\"3\\\",\\\"Window Skin\\\":\\\"\\\",\\\"Window Opacity\\\":\\\"255\\\",\\\"Show Window Dimmer\\\":\\\"false\\\"}\",\"Item Width\":\"1\",\"Item Height\":\"1\",\"Max Columns\":\"1\",\"Selection Options\":\"[\\\"{\\\\\\\"Name\\\\\\\":\\\\\\\"Option\\\\\\\",\\\\\\\"Alternative Name\\\\\\\":\\\\\\\"Alternative Name\\\\\\\",\\\\\\\"Display Requirements\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"Select Requirements\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"Description\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"Pictures\\\\\\\":\\\\\\\"[]\\\\\\\",\\\\\\\"Static Graphic\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"Animated Graphic\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"Video\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"Video X\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"Video Y\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"Video Width\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"Video Height\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"Scene Button\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"Event Execution\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"Code Execution\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\"}\\\"]\",\"Draw Gauges\":\"[]\",\"Draw Name\":\"false\",\"Name Text\":\"%1\",\"Name X\":\"0\",\"Name Y\":\"0\",\"Draw Alternative Name\":\"false\",\"Alternative Name Text\":\"%1\",\"Alternative Name X\":\"0\",\"Alternative Name Y\":\"0\",\"Draw Description\":\"false\",\"Description X\":\"0\",\"Description Y\":\"0\",\"Draw Picture\":\"false\",\"Picture Index\":\"$gameVariables.value(1)\",\"Picture X\":\"0\",\"Picture Y\":\"0\",\"Picture Width\":\"0\",\"Picture Height\":\"0\"}","Selection Data Windows":"[]","Basic Windows":"","Fore Graphics":"[]","Foregrounds":"[]"}

(1 edit)

The two floating images are part of the RPG maker "show image" event setting and are unrelated.

Do you have any plugins which modify how windows work? Like adding a scroll bar or anything of the equivalent

I don't have any that are supposed to add scroll bars to any arbitrary window, but maybe there is some kind of weird conflict going on. I was afraid of that. I'll do some testing by disabling some plugins.

Figured it out. For some reason, there is a collision with Yanfly message backlog. It's rendering the backlog window's grey transparent background and scroll bar on the menus created by your plugin. Truly odd. I'll see if I can figure out a workaround.

Alright, it's a little sub optimal but works fine for my purposes. Changing the render mode of the Yanfly message backlog window from "Dim" to "Window" and disabling the scrollbar option cleans up the screen.

Disabling and forcing the event system to create only base windows that might break the menu system on MV when using that plugin. At least a workaround exists for now (temporary)