• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.
Resource icon

GUI ChromusSama's Bag UI 2024-08-26

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:
  • 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:
Expand Collapse Copy
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:

xUsblYm.png
Credits
Credit if used:
ChromusSama
  • Like
Reactions: RegalSword
Author
ChromusSama
Downloads
208
Views
1,609
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from ChromusSama

Back
Top