• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Pokemon .Dat file's editing tool (Updated #1)

Status
Not open for further replies.

DracoHouston

Kolben Developer
Contributor
this is the line that creates the pokedex line in the auto generated dats
Code:
file.WriteLine("Pokedex|" + pokedexentry + "\\" + species + " Pokémon\\" + weight + "\\" + height + "\\" + dexcolourr + "," + dexcolourg + "," + dexcolourb);
it may help you with parsing it into individual fields

weight and height are metric

Oh kk, well i have tryed to do what you have asked and this is what it looks like ,
thats fine, but have the text box for species ('poison gas' in that pic) not include the characters ' pokemon' just append that to the end of whatever they put in the box.

instead of 3 number boxes for R G B you could maybe have a pick dex colour button, which brings up another window with a colorpicker control so the player can pick the colour from that
 
Status
Not open for further replies.
Top