Movie Credits – MV Plugin

      3 Comments on Movie Credits – MV Plugin

Shows credits in a similar fashion to how movies display them at the end.
They appear as a centered list that moves from the bottom of the screen to the top.


Look at the code or download the Plugin:


Shot

Help File:

Allows you to show cinematic credits in your game.

================
Quick Reference
================
Plugin Commands:
StartCredits
PauseCredits
ResetCredits

==========================================================================
Step 1: Create the File
==========================================================================

The credits will be referenced from a text file you create.

Create a .txt file in your /data folder named “credits” to use the
default file location.

Within the text file, list out all of the credits.
They will be automatically centered in-game.

If you choose to use a different file name or location, be sure to input
the new location in the “Credits File Source” parameter.

==========================================================================
Step 2: Set the Common Event
==========================================================================

In certain cases, you may want a Common Event to be played when the
credits are done.
This can be used to transfer the Player to a certain map once the credits
are over or to initialize something else….

You can set the Common Event you wish to use by setting the
“End Common Event ID” parameter to the Common Event ID you wish to use.

==========================================================================
Step 3: Call the Credits
==========================================================================

You can call the credits using the Plugin Command:

StartCredits

==========================================================================

You can pause the credits using the Plugin Command:

PauseCredits

==========================================================================

You can turn off/reset the credits using the Plugin Command:

ResetCredits

==========================================================================
Extra Features
==========================================================================

If you wish to allow the Player to speed through the credits by holding
the “OK” button, you can do so by setting the parameter “Allow Speedup”
to true.

You can customize what the credit text looks like by manipulating the
parameters listed under “Credits Font”.

3 thoughts on “Movie Credits – MV Plugin

  1. Ric Wedge

    This is awesome — would it be perhaps possible to provide support for Yanfly’s Message Core text codes, for even finer control over the text color etc?

    Thank you!

    Reply

Leave a Reply to Anonymous Cancel reply

Your email address will not be published. Required fields are marked *