• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

Resource ChampChar's Cleaning Tool 2025-06-01

ChampChar110

Trainer
Member
Joined
Oct 2, 2022
Posts
89
ChampChar110 submitted a new resource:

ChampChar's Cleaning Tool - Cleaning unwanted graphics

This plugin helps you, the developer, to clean your game folder from unwanted graphics.
For example, I decided to use only Gen 1-4 in my game, so I deleted (very easily) all other Pokémon species from the Pokemon.pbs file, but what about the graphics? I spent many hours deleting it one by one, but you don't have to.
Yesterday, my OneDrive, which synchronized it before I deleted it, backed it up... So... There you go🥲

Features:
  • Deleting undefined...

Read more about this resource...
 
Great tool to get rid of unused stuff, its easy to lose track of what you added and maybe never used.
For now it seems like it does not work with additional PBS files (since 21.1 you can add for example something like Items_XXX) and the icons for the TMs got sorted out as well, but you can do this by hand by putting them back in the folder of course.
But maybe you can add this in a future update if you want to. And have the time to do so :)
Thanks for the resource!
 
Would it be possible to add an option to delete based on regional_dexes.txt rather than pokemon.txt?
Also, the tool will crash if you have any additional folders within the folder it is trying to clean.
Code:
Expand Collapse Copy
Exception: Errno::EISDIR
Message: Is a directory @ rb_sysopen - Graphics/Pokemon/Back/Gigantamax
 
Last edited:
Back
Top