• 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.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
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
114
Views
879
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from ChromusSama

Back
Top