- 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:
Configure:
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.
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.
- To call the credits just run $scene = Scene_Credits.new just like how you call the default credits.
- Credits
- Maruno
Gardenette