Hey there, how are you all?
With this plugin that I'm sharing with you, your Bag Screen will now have space for your party too. You can interact with them, give, use, move and take items. Just like the newer Pokémon games do!
Bag Screen with interactable Party
Features:
With this plugin that I'm sharing with you, your Bag Screen will now have space for your party too. You can interact with them, give, use, move and take items. Just like the newer Pokémon games do!
Bag Screen with interactable Party
Features:
- By pressing the Special button (which by default is D), you can access your party and check each Pokémon's summary and, if it's holding an item, you can take it or move to another Pokémon;
- The "Items" and "TMs & HMs" pockets will now show if any Pokémon on your party can use a specific item or can learn a specific move by TM/HM/TR. When not on these pockets, it will show the Pokémon's HP;
- When using an item, you'll be using the party on the left side instead of having to open the Party Screen;
- This plugin comes with a Settings script for you to choose which background version suits more your game style, and if you want Pokérus and/or shiny icons to appear;
- The Bag Screen obviously works in any context, in battles, choosing and using any items.
Installation:
Spoiler:
1. Download and extract this ZIP file into your game's root folder;
2. Go to UI_ItemStorage line 72 and replace
with
After, go to UI_PokeMart line 320 and replace
with
3. Change the plugin settings as you desire:
5. Have fun.
2. Go to UI_ItemStorage line 72 and replace
Code:
def pbStartScene(bag)
Code:
def pbStartScene(bag, party)
Code:
@subscene.pbStartScene(bag)
Code:
@subscene.pbStartScene(bag, $player.party)
Spoiler:
By reading the steps inside Settings, you may configure your background style (only orange for newer gens, different colors for the player's character gender, or different colors for each pocket), if the background will be scrolling or not, and if you want the Pokérus icons and/or shiny icon to appear.
4. Run the game on Debug Mode (while holding Ctrl) to compile the script into your game;5. Have fun.
Extra: I recommend you to use TechSkylander1518's SwSh Item Icon pack if you are aiming for a Gen 8 style.
If you have any suggestions or get any error using the script, please contact me here or on Discord, diegowt.
That's all, don't forget to credit me (DiegoWT).
Do not redistribute this resource anywhere
Last edited: