• 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!
BW Storage System

v21.1 BW Storage System 1.0

This resource pertains to version 21.1 of Pokémon Essentials.
Pokémon Essentials Version
v21 ➖
Introduction


The following resource is a script that adapts the Storage System UI used in the Gen V games, Pokémon Black & White, to Pokémon Essentials.


Compatibility

This script support Pokémon Essentials v21. Older versions are currently discontinued.


Pictures

Pokémon Storage System

HktOLdv.png
UobRHJP.png

dquE38q.png
aAIQ3DK.png


Item Storage System

0wryZlQ.png


ZUD Plugin

EP8vr1t.png

Version 21 Instructions

Download the file BW Storage System.rar with the graphics and the plugin through the link below and extract the files and paste the folders Graphics and Plugins in your project main folder. Then follow the instructions below to set up the new Box Names.

Individual Download


Setting Box Names

As a last bit of configuration, you'll need to find the def allWallpapers code in Pokemon_Storage and change to following code:

Ruby:
def allWallpapers
    return [
       # Basic wallpapers
       _INTL("Forest"),_INTL("City"),_INTL("Desert"),_INTL("Savanna"),
       _INTL("Crag"),_INTL("Volcano"),_INTL("Snow"),_INTL("Cave"),
       _INTL("Beach"),_INTL("Seafloor"),_INTL("River"),_INTL("Sky"),
       _INTL("Poké Center"),_INTL("Machine"),_INTL("Checks"),_INTL("Simple"),
       # Special wallpapers
       _INTL("Space"),_INTL("Backyard"),_INTL("Nostalgic 1"),_INTL("Torchic"),
       _INTL("Trio 1"),_INTL("PikaPika 1"),_INTL("Legend 1"),_INTL("Team Galactic 1"),
       _INTL("Distortion"),_INTL("Contest"),_INTL("Nostalgic 2"),_INTL("Croagunk"),
       _INTL("Trio 2"),_INTL("PikaPika 2"),_INTL("Legend 2"),_INTL("Team Galactic 2"),
       _INTL("Heart"),_INTL("Soul"),_INTL("Big Brother"),_INTL("Pokéathlon"),
       _INTL("Trio 3"),_INTL("Spiky Pika"),_INTL("Kimono Girl"),_INTL("Revival")
    ]
  end

to

Ruby:
def allWallpapers
    return [
       # Basic wallpapers
       _INTL("Forest"),_INTL("City"),_INTL("Desert"),_INTL("Savanna"),
       _INTL("Crag"),_INTL("Volcano"),_INTL("Snow"),_INTL("Cave"),
       _INTL("Beach"),_INTL("Seafloor"),_INTL("River"),_INTL("Sky"),
       _INTL("Poké Center"),_INTL("Machine"),_INTL("Checks"),_INTL("Simple"),
       # Special wallpapers
       _INTL("Reshiram"),_INTL("Zekrom"),_INTL("Monochrome"),_INTL("Team Plasma"),
       _INTL("Munna"),_INTL("Zoroark"),_INTL("Subway"),_INTL("Musical"),
       _INTL("Monochrome"),_INTL("Neo Team Plasma"),_INTL("Movie"),_INTL("PWT"),
       _INTL("Black Kyurem"),_INTL("White Kyurem"),_INTL("Reshiram 2"),_INTL("Zekrom 2"),
    ]
  end

Oh, and I almost forgot. You can delete box_32 to box_39 located in Graphics\Pictures\Storage, as the image below shows:

wnFnj93.png
Credits
BW Storage System

If you use it, please give credits to:

Modified by DeepBlue PacificWaves
Graphics Ripped by DeepBlue PacificWaves, Barubary and redblueyellow
Author
DeepBlue PacificWaves
Downloads
2,267
Views
13,550
First release
Last update
Rating
5.00 star(s) 2 ratings

More resources from DeepBlue PacificWaves

Latest updates

  1. Support to Pokémon Essentials v21 added!

    Changelog BW Storage System now supports Pokémon Essentials v21. Changed UI-related graphics...
  2. Support to Pokémon Essentials v20.1 added!!!

    Quick update here: The BW Storage System has been now updated to the new v20.1 of Essentials...
  3. Support to v19 Added

    How's it going, everybody? So, it's been a busy week but I finally managed to get some time to...

Latest reviews

tengo un problema con este plugin y con los otros que tienes que son de BW, y es que no me funcionan para la version v21, dice que es incompatible, intente probarlo con la version v20 y dice lo mismo, podrias revisarlos porfavor porque no me funciona ninguno y hago bien todos los pasos
Absolutely LOVE this. I enjoy using this for my remake of B/W!
Back
Top