• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

v20.1 Custom Credits 1.0.1

This resource pertains to version 20.1 of Pokémon Essentials.
Pokémon Essentials Version
v20.1 ➖
This script allows you to put images next to people's names in your credits! Now they can have their custom OCs on display in your project!

Example:


Installation:
  • Download the plugin.
  • Extract the file to the root of your game folder. The Plugins folder inside will merge with your Plugins folder, and the Graphics folder inside will merge with your Graphics folder.
  • There are example sprites in Graphics/Pictures/Credits. This is where you will put your custom sprites for credits. Fill it with the images you want to display.
    • I recommend the images be a maximum size of 64x64!
    • The names of the files will not matter since you will tell the script what files to use for which names in the credits.
Example:
1686277172084.png


Configure:
  • Open Plugins/Custom Credits/Credit Names.rb
  • You will edit the data inside this code block:
    NAMES_HASH:
    #syntax:
    #{ "Name in credits" => "file name" }
      NAMES_HASH = {
        "::xCaptain!x::" => "Captain",
        "%%Caretaker%%" => "Caretaker",
        "^^Greg!!*" => "Greg",
        "@@Nurse@@" => "Nurse"
      }
  • As you can see from the line under #syntax, put the name that will appear in the credits inside quotation marks on the left side, and on the right side of => in quotation marks, put the name of the file that should appear next to the credit.
  • This will not work with multiple people's names on the same line. The script sees each line as one name, so "Captain | Caretaker | Greg | Nurse" will not work.
Using the Plugin
  • To call the credits just run $scene = Scene_Credits.new just like how you call the default credits.
Credits
Maruno
Gardenette
Author
Gardenette
Downloads
219
Views
1,914
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Gardenette

Latest updates

  1. Bug Fix - Fixed Crash with Illegal Filename Symbols

    Thank you to Ze Memerr for pointing out a fatal flaw with this script! If any name in the...
Back
Top