A downloadable RPG Maker MZ Plugin

Get this RPG Maker MZ Plugin and 5 more for $20.00 USD
View bundle
Buy Now
On Sale!
20% Off
$6.00 $4.80 USD or more



Make your Title Screen change as your player progresses through your story!


Change the Title Screen Background Image using plugin commands!
Change the Title Screen Foreground Image using plugin commands!
Change the Title Screen Background Music using plugin commands!

Utilizes Global Persistent Data, changes are reflected across save files!


Ever wanted to have your title screen change as your player progresses through your story? With Ritter Title Progression plugin this has never been easier!

This plugin utilizes Global Persistent Data to change the title screen using plugin commands allowing the developer to change the title screen as their player progresses through the game!


Plugin Commands

SetTitleBackgroundImage

Use SetTitleBackgroundImage to easily change the Title Screen background image going forward.

Change to Image: Select the Image file you'd like to use as your background.
From Image: Select the Image file which must be the current background in order for the change to take effect. (This prevents new saves from reverting title screen progress).

* NOTE*
From Image can be left empty, empty as in "img/titles1" and the change will ALWAYS take effect.

SetTitleForegroundImage

Use SetTitleBackgroundImage to easily change the Title Screen foreground image going forward.

Change to Image: Select the Image file you'd like to use as your foreground.

From Image: Select the Image file which must be the current background in order for the change to take effect. (This prevents new saves from reverting title screen progress).

* NOTE*
From Image can be left empty, empty as in "img/titles2" and the change will ALWAYS take effect.

SetTitleBgm

Change to Bgm File: the audio file to use for the title screen bgm.
Pan: pan
Pitch: pitch
Volume: volume
From Bgm File: bgm file that must be currently active on the title screen for the change to take effect. (This prevents new saves from reverting title screen progress).

* NOTE*
From Bgm File can be left empty, empty as in "audio/bgm/" and the change will ALWAYS take effect. From Bgm File was left empty above for demonstration purposes.


Script Calls

(Script calls are mostly intended for conditional branch use)

Script calls are handy if we're trying to change multiple things at once, such as Background, foreground, and BGM all at once. We can check if the background Image is correct and if so then we can update the rest as well, as shown below.


Ritter.TitleProgression.isBackground(name)
name = (string) background filename

Returns true if filename matches current background image on title screen.

Ritter.TitleProgression.isForeground(name)
name = (string) foreground filename

Returns true if filename matches current foreground image on title screen.

Ritter.TitleProgression.isBgm(name)
name = (string) bgm filename

Returns true if filename matches current BGM on title screen.


Terms of Use:

  • You are granted non-exclusive rights to use this plugin for Commercial and Non-Commercial Use in as many projects as you wish to create.
  • Do not redistribute this plugin without permission.
  • Do not take code from this plugin without permission.
  • Do not remove my name from @Author.
  • Do not take credit for creating this plugin.
  • Editing of code is allowed as long as it's within plugin file.
  • I do not offer support for any changes made to plugin code.
  • While it's not mandatory please consider crediting me in your game credits:
    • (Something similar to this would be great)
    • Title Progression Plugin
    • Craig "Ritter" Barger

 

Find any incompatibilities? Let me know in the comments below and I'll look into it!

Need a feature added? Suggest it below and if its reasonable I'll see about adding it!

Check out these other RPG Maker MZ Plugins!

Check My Profile For Bundles!

Published 2 days ago
StatusReleased
CategoryTool
AuthornotRitter
Tagsmz, plugin, rmmz, RPG Maker, RPG Maker MZ

Purchase

Get this RPG Maker MZ Plugin and 5 more for $20.00 USD
View bundle
Buy Now
On Sale!
20% Off
$6.00 $4.80 USD or more

In order to download this RPG Maker MZ Plugin you must purchase it at or above the minimum price of $4.80 USD. You will get access to the following files:

Ritter Title Progression v1.0 2.1 kB

Development log

Leave a comment

Log in with itch.io to leave a comment.