• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Cinematic OP

Resource Cinematic OP 1.0.0

kronicrespawn

Novice
Member
Joined
Jun 11, 2024
Posts
10
kronicrespawn submitted a new resource:

Cinematic OP - Cinematic Openings for the intro of your game

Cinematic OP Plugin

Add cinematic videos to your game's intro!

Believe it or not, v21.1 supports video playback. This plugin allows you to utilize video playback during the opening of your game. Keep in mind, the native video player isn’t perfect. It uses your cpu for processing and can’t handle high quality video without causing bugs or errors. Expect your video quality to take significant drop compared to the original you created. While the plugin is really simple...

Read more about this resource...
 

coolijsje

Rookie
Member
Joined
Oct 19, 2024
Posts
1
Hey awesome, been looking for something like this for a long time.

How would adding multiple videos affect the game? Can I play videos during gameplay? Ive been looking for ways to add cutscenes to the game, and finally I might havd found something!

Thank you, lots of love
 

kronicrespawn

Novice
Member
Joined
Jun 11, 2024
Posts
10
Hey awesome, been looking for something like this for a long time.

How would adding multiple videos affect the game? Can I play videos during gameplay? Ive been looking for ways to add cutscenes to the game, and finally I might havd found something!

Thank you, lots of love
No problem! I didn't include this due to lack of testing but for everyone interested use the code below.

Add the following code to an event:
Graphics.play_movie("video.ogv", 60, false)

*change video name WITHIN the quotes " ", set volume between 0-100, set skip to true or false

The honest answer is that you will have experiment. Videos in-game do work but I personally have had very mixed results (random crashes, video out of sync, ect). Tried making working a tv that would work perfect somedays and others it would crash randomly with no error (using no other plugins). Let me know how it goes
 

SilverSnake97

Rookie
Member
Joined
May 3, 2024
Posts
4
Hi!
Could you make it compatible with JoiPlay (an app for playing RPG Maker games on Android)? The opening cannot be skipped despite being set that way, and every time I start the game, I have to wait for it to finish.

Would it also be too much to ask if you could make it compatible with Luka's Modular Title Screen? I'm using version 21.1 of Essentials.

My apologies if I’m asking for too much! I've tried disabling the plugin and its definitions when using JoiPlay with help, but it doesn't work for me.
 

kronicrespawn

Novice
Member
Joined
Jun 11, 2024
Posts
10
Hi!
Could you make it compatible with JoiPlay (an app for playing RPG Maker games on Android)? The opening cannot be skipped despite being set that way, and every time I start the game, I have to wait for it to finish.

Would it also be too much to ask if you could make it compatible with Luka's Modular Title Screen? I'm using version 21.1 of Essentials.

My apologies if I’m asking for too much! I've tried disabling the plugin and its definitions when using JoiPlay with help, but it doesn't work for me.
Hey, its no problem, I will try to help best I can

joiplay issue-
Did you assign a key to be the c key? Is the c key assigned to only 1 function? In config.rb is VIDEO_CANCELABLE = true?
If everything above is yes, then unfortunately I cannot help. I don't own an android to run any test and wouldn't know where begin.

luka's modular title screen issue-
What version of modular title screen are you using? What issue or error occurred (if you get an error, paste it in comment)?
If your using the title screen plugin that was designed for v19.1 of essentials, they may not be compatible since v19.1 doesn't use the same mkxp as v21.1. If you are using a later version, dm the link and Ill try to recreate the issue (i didn't know a version existed for 21.1).
 
Back
Top