Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Excuse me, I have a doubt. It turns out that I created a video that plays on the title screen with the plugin inside my project, but when I click on the options menu, the video that plays in question disappears. I would like to know if the plugin author has anything planned for the future with this. Thanks.

Hey are you wondering if I plan to include the options scene in this plugin? Or do you mean the video on the title screen disappears upon returning to the title screen? (because this would be an issue i've never encountered before)

If its about including the background video for other scenes such as options and saved game i could look into this.

one thing to keep in mind is that these are two different scenes and the transition from one to another likely would not be seamless but i could look and  see what i can do.

Thank you for trying out the plugin I hope to help you resolve your issues.

No, the opening scene doesn't disappear when you return to the title screen, the question in question was simply about scene transitions like the options screen or save files. Thanks for your answer :D

Just to provide a little update I have successfully implemented the background and foreground videos into Scene_Options when called from the title screen and (to my surprise) its actually not far off from being seamless, just a quick black flash to transition from title screen to options. It should be a similar process to implement it into Scene_Load.

There's some extra things i'll have to do like allow for it to be enabled/disabled by the user but the bulk of it is functioning now with options scene.

Shouldn't take much longer for this to be done assuming there are no unforeseen issues that arise.

I might have something to release tomorrow if all goes well. (I'm East Coast in USA)

(2 edits)

I just finished this update, I hope it's what you were looking to have implemented! This was a great idea to add into the plugin! Thank you and have a happy holidays!

Don't forget to check the new plugin parameter inside the  plugin manager

(+1)

Great job, nice update. Quite useful for the quality of life of the plugin.

Thank you!

Sorry Ritter, I have a question, since you implemented the update in your plugin everything is fine. However, then a specific error occurred when using your plugin. The error is the following and I tell you what I know so that you can solve it more easily if the information is useful or not.

The error: Cannot enter the options menu once the game starts, new game etc. This does not happen before starting the new game.

Code: $gameSystem.isSceneOptionsFromTitleScreen is not a function

If you need it, I will attach a gif about the error in question

oh that's probably an easy one I overlooked. I'll take a look at this as soon as I can sorry about that. It should just be another condition I have to set in the code. I had to specify when the options menu is accessed from the title screen to avoid having the video(s) play when the game has started and you access the options from the menu. 

I just uploaded version 2.3 of this plugin which fixes this issue. I hope this solves the problem on your end. I'm not seeing any issues when accessing the options menu from the game menu anymore. Thank you for reporting this! I should have spotted this one before releasing it but had a lot going on at that moment.

As always be sure to let me know if you discover any other issues and I'll get them fixed up as soon as possible! Thank you!

Thanks for the quick solution, as always