po-devs / pokemon-online

Online Pokemon Battle Simulator
http://pokemon-online.eu
GNU General Public License v3.0
290 stars 171 forks source link

Do DatabaseEditor backend #879

Closed coyotte508 closed 9 years ago

coyotte508 commented 10 years ago

The plugin is done, I mean the graphical interface is done!

Now the backend .

You should:

In a first time, find the correct files, split them by lines, go over each line. If it's the line for the current pokemon, edit it to add/remove the moves. If there's no line, go over everything again, and insert a new line at the right position with the new moves.

In a second time, add/remove pre evo moves for the evolutions of the pokemon (if the evolutions don't already learn the move another way)

Lot more customization can be done on the database editor (choose to save in the db or in the current mod, for one, add tabs to edit other things than pokemon data, like move flags, ...) But this step is important.

coyotte508 commented 10 years ago

Some of it was done, though it still needs running MoveMachine to update all other files after you've done your thing.