• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • 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

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
40
Views
393
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from ChromusSama

Back
Top