Danieru
Trainer
What ive done:
First, I copied the "Onix/Animation" folder, used a program (XNA exporter) to change "Front" from a XNB fine, to a PNG to use it as a template to create my fakemon. I used Paint.net, put the Onix sprites on a Layer called Background, changed the opacity. Then i started designing my sprites/animation for my fakemon, on a seperate layer called Pokemon. After completing the whole spritesheet, I deleted the Background layer, and used a program (XNA Formatter) to change the PNG back into a XNB file. After doing that, I went to the data folder (Pokemon/Content/Pokemon/Data), copied & editted the 1's (bulbasaur) data file, changing the pokedex number to 252, and name to EGG (cos thats what i named it for now), Then i went to the Animations folder, created a new folder called "EGG" and put "Front" inside (egg's front spritesheet), aswell as a coppied Onix "Back" just for testing purposes. Then i go to
Route29.poke (pokemon/maps/poke/Route29) and I add the following to the last line: {0|252|55|1,2,3|3,3}, and then i save it.
Now here lies the problem:
I get on to the game, go down to route29, I go into the tall grass, encounter it, but it comes out as an Onix (Its name does apear as egg though).
Anyone know how to fix this?
Thanks.
First, I copied the "Onix/Animation" folder, used a program (XNA exporter) to change "Front" from a XNB fine, to a PNG to use it as a template to create my fakemon. I used Paint.net, put the Onix sprites on a Layer called Background, changed the opacity. Then i started designing my sprites/animation for my fakemon, on a seperate layer called Pokemon. After completing the whole spritesheet, I deleted the Background layer, and used a program (XNA Formatter) to change the PNG back into a XNB file. After doing that, I went to the data folder (Pokemon/Content/Pokemon/Data), copied & editted the 1's (bulbasaur) data file, changing the pokedex number to 252, and name to EGG (cos thats what i named it for now), Then i went to the Animations folder, created a new folder called "EGG" and put "Front" inside (egg's front spritesheet), aswell as a coppied Onix "Back" just for testing purposes. Then i go to
Route29.poke (pokemon/maps/poke/Route29) and I add the following to the last line: {0|252|55|1,2,3|3,3}, and then i save it.
Now here lies the problem:
I get on to the game, go down to route29, I go into the tall grass, encounter it, but it comes out as an Onix (Its name does apear as egg though).
Anyone know how to fix this?
Thanks.