Vladcik Posted November 28 Posted November 28 Hi ! The question is quite in the title, but I'm working on a database of everything I've collected, and for id references, I'd like to extract them in the order of the Box / Slot rather by number. I've tried the PokeFilenamer plugin, but it doesn't seems to accept any {Box} / {Slot} variable. What would be the easiest way to go for it ? Since i'd need to get the data of 5000+ mons, going 1by1 will not be the funniest. Thanks !
Kaphotics Posted November 28 Posted November 28 Write your own linqpad script that creates the file name as you want it; positional properties are not stored in PKM data and are irrelevant when loading. The PKM database will load from save files and can be used to see box/slot within the save file it resides.
Vladcik Posted November 28 Author Posted November 28 First thanks for your answer ! I guessed so, but I wanted to give a shot since these values are a thing in the pkm box viewer and the Mass Editor. For the db part, I've started to work on a little one in order to keep track of informations and dex data based on saves / group of saves, so I wanted to get my infos that way.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now