RPG Maker Forums

So, i was wondering if this scenario was possible. in my game i want the player to be able to play the game normally in the resolution 816x624. But there is one part where i want to trigger a plugin i have to turn on and play a movie where it will be full screen then stay full screen having the plugin being turned on even after the movie plays.

Here is the plugin code i am using from a Youtube tutorial:
//=============================================================================
// Fullscreen.js
//=============================================================================

/*:
* @plugindesc Starts the game in fullscreen
* @Author Christian Schicho
*
* @Help
*/

;(function() {
function extend(obj, name, func) {
var orig = obj.prototype[name]
obj.prototype[name] = function() {
orig.call(this)
func.call(this)
}
}

extend(Scene_Boot, 'start', function() {
Graphics._switchFullScreen();
})

})()

Or is there just simple script to use to turn on full screen mode through an event?

any ideas would be much appreciated :smile:

Latest Threads

Latest Posts

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,047
Messages
1,018,540
Members
137,834
Latest member
EverNoir
Top