Maruno
Lead Dev of Pokémon Essentials
- 5,286
- Posts
- 17
- Years
- Seen May 3, 2024
I assume you mean you want to change the species names, not individual Pokémon names (e.g. having your starter Pokémon and only it be called Wally).how can i change the names of the pokemon? if i change them in pbs/pokemn.txt nothing happens
After editing pokemon.txt, did you recompile the game before running it? You compile it by doing a playtest while in RPG Maker XP (where you draw the maps) - it's the big green "play" button at the top on the right.
The way the PBS files work is that they're a temporary set of files that can be easily edited. When you compile the game, the information therein is copied to some other files in a more complicated format (in the Data folder, anything with ".dat" at the end). The game only uses those .dat files while it's playing, not the PBS files. You can edit the PBS files all you want, but if you don't recompile the data (i.e. make new .dat files from them), they'll make no difference to the game.