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

Hi there! Thank you :)

To add these extra menus, you need to know their Scene Names.

You can do that in two ways:

  1. Open the plugin file with any text editor, and try to search for the text, without quotes, "Scene_". If you find it, it probably will be something like that: Scene_Something.
  2. This way is a little advanced but is easier to get. When you are playtesting, open the custom scene you want. While inside it, press F8 or F12, and a browser window will be opened. Go to the console tab, and type: SceneManager._scene, and you will be able to see the scene name.

I was able to find it really quick with the second option and works perfectly now. Thanks ;)

Have Fun! :)

(1 edit)

Hi, I have another question. I had to completely disable mouse/touch click  because otherwise it would have issues with the touch controllers in some parts. This means "Hide on message" must be "false", because if the HUD hides in a message while playing in phone the game can't progress without touch.

But keeping the HUD all the time covers the text in conversations like in this picture (That's not good for user experience). During messages, the control button can't hide the HUD because the config must be "false".

My question is, Is there a way to still be able to hide the HUD with the control button during messages even if "Hide on message" is false? (I'm using MV) This way, the player can hide the HUD to read and show it again to progress the text. Maybe is confusing, but i hope i could explain myself well :(

Hi there!

I'M not on my computer right now, but if I understood you right, you want for the player to be able to manually hide the controls while the message is opening?

If it is that, I can see what I can do. But I believe the main problem is how did you disable the mouse/touch interaction on ROG Maker. Because I believe there is safe ways for doing that, without remove the feature of the player progress the messages by pressing on the message window.

Can you tell me more about that?

Yes, that's exactly what i need. I'm just using a plugin that disables all mouse functions because I didn't want to mess up with the main code of the game: https://www.youtube.com/watch?v=8yFiz0NNMIE


 

Ok! So I need to know why did you disable the mouse click. I see on the first post that you say that it was having some issues with the on screen controller. 

What issues?

I'm asking that because once I figure out why you want to disable the mouse click, I can either create a patch or just point you on the right direction.

Hi, the main and only issue with the controller in my case is this alt menu plugin i use (www.youtube.com/watch?v=3V-I1rsoQuY). 

I have more than 4 characters. As you can see, the 4 first characters are show in all the screen and if i want to change the formation, see skills/status/equipment of the 5th character  i must click the Left/Right arrow to continue.

But it seems to have a weird interaction and when i press the arrow buttons it reacts as if i'm touching the 1st character and makes imposible to continue to the fifth character. That's why i had to disable all the touch/Click controls. I hope i could explain it well.

Hi there!

Thanks for the explanation! In that case, you really don't need to disable all the touch/mouse interaction with a plugin. I believe, your best move would be to remove/change the position of the directional pad from the scene menu and add a new button to handle the arrow buttons on the menu.

Meaning, that put the buttons in a place where they will not be above anything that can be touched/clicked.

Otherwise, you will have to wait for me to do a fix(only next year). It would be helpful if you can send(google drive, dropbox, one drive, etc...) a sample project replicating this issue ^^

Hi,

Yes, the first thing i tried was exactly what you suggest, but the menu plugin works using all the screen space and makes everything touchable. I'm not in a hurry with this project, so i can wait for the fix. I'm leaving a Google Drive with a sample project. Thanks for the fast replies :)

https://drive.google.com/file/d/1rrebchGrSa5KIW2tdazefG5L8JqRPwy5/view?usp=shari...