Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Luna Engine MV

A script that modifies RPG Maker MV UI easily · By Archeia

How can i edit the existing windows created by third party plugins?

A topic by oscar1543689 created Oct 15, 2019 Views: 387 Replies: 5
Viewing posts 1 to 5

I found in documentation that luna engine can modify existing windows already created by MV or third party plugins, but didn't tell how. 

Developer

There's a configuration guide and sample projects to show you how. There's also video tutorials.

May be i describe not very clear, i mean that i install a plugin which creates a new scene in menu. I  find the  scene name and  window  name through console command. How  to identified  the new scene in luna engine?

Developer (1 edit)

You need to find the window name of the new scene menu.  Either looking through the script or using the snippet in the documentation that lists all window names.

How to list, copy the window name to the snippet .js?

like this?


Developer

Please read the documentation. We have made a step by step guide on how to do this. You can check our YAML files too for clarification. You can also watch the fanmade video tutorials we have stickied in our documentation and boards to help you fully understand this.