This ressource has been made with Essentials v21/21.1.
The files and script locations may vary depending on your Essentials version.
This ressource is a simple reskin of the base Essentials Bag UI, with inspiration from Pokémon Platinum and Pokémon Emerald.
How to install:
Changing text colors (optional):
Some very minor changes have been made to the text color.
In-game example:
The files and script locations may vary depending on your Essentials version.
This ressource is a simple reskin of the base Essentials Bag UI, with inspiration from Pokémon Platinum and Pokémon Emerald.
How to install:
- First, go to your project Graphics > UI > Bag folder and make a backup of everything in it, just in case.
- Now, just download the zip file and extract it in the Bag folder and you're good to go!
Changing text colors (optional):
Some very minor changes have been made to the text color.
- In RPG Maker's script editor, go to UI_Bag in the [[UI]] Section.
- Now, look for ITEMLISTBASECOLOR (line 133 if you didn't add any lines)
- Replace following lines with this (only the first and fifth lines have been edited)
Ruby:
ITEMLISTBASECOLOR = Color.new(16, 24, 32)
ITEMLISTSHADOWCOLOR = Color.new(168, 184, 184)
ITEMTEXTBASECOLOR = Color.new(248, 248, 248)
ITEMTEXTSHADOWCOLOR = Color.new(0, 0, 0)
POCKETNAMEBASECOLOR = Color.new(16, 24, 32)
POCKETNAMESHADOWCOLOR = Color.new(168, 184, 184)
In-game example:
- Credits
- Credit if used:
ChromusSama