• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

Status
Not open for further replies.
Does anyone know what script holds the fonts for the bag, name selection, and any other fonts? I need to edit them for my game, but I can't find them.
Honestly, they're all over the place. I'll try to list all of them, but I might miss a few:

Spoiler:


That might be all of them. You can generally see what they apply to based on the names.
 
Does anyone know what script holds the fonts for the bag, name selection, and any other fonts? I need to edit them for my game, but I can't find them.
Try looking in the script:
sprite_window
The fonts should be stored there.
 
Try looking in the script:
sprite_window
The fonts should be stored there.
Oh, you're right. I thought he was talking about changing the color, since it had been asked so much. It's in SpriteWindow, RPG__Sprite, DrawText, and a few instances in PokemonOption, PokemonStorage, and PokemonSummary. Just look for the word "Arial" in all sections, since that's the default.
 
Hey everyone,
I startet my work last week and worked hard to get as much as possible done ^^ but now I have a problem. I try to add the origin form of Giratina, the wiki tells me to add the script right under the clauses of unown and spinda, the same with the icons, but I am to stupid to find those lines...
Also my Spinda looks kind like a freaky desaster, more like a monster, than a pokémon... maybe someone is able to explain me why?
 
Hey everyone,
I startet my work last week and worked hard to get as much as possible done ^^ but now I have a problem. I try to add the origin form of Giratina, the wiki tells me to add the script right under the clauses of unown and spinda, the same with the icons, but I am to stupid to find those lines...
Also my Spinda looks kind like a freaky desaster, more like a monster, than a pokémon... maybe someone is able to explain me why?

There's a whole section of code dedicated to the spinda pattern. However, it was made with the 128x128 size sprite. I think it works with 160x160, but not smaller than 128x128.
 
thanks, but can you may tell me where this section is? May I can get it work for my 80x80 size sprite or at least delete it out, so I have a spinda, that looks quite normal, not like a clown
 
If I wanted to add code to change the music in-battle when the Player is down to one Pokémon, where would the ideal place for this code be?
 
Hi guys
Where are the new releases of the starter kit? The website seems down, is it mirrored?
thanks
 
I have another question,
Pokemon Essential Wiki said:
For each animation you create, name it MOVE:"move name".
and
Notes.html" said:
When creating animations that involve an attacker and an opponent, the point at (-160,80) is considered to be the attacker, and the point at (160,-80) is considered to be the opponent.[...]

But when there is one animation for the attacker and one for the opponent, how they have to be named? There are also some examples of animations in Pokemon Essential, but i don't think they work properly because they have false names...
 
Hi anyone have idea how in editor i can do changing position for sprites for X not only for Y?
 
Status
Not open for further replies.
Back
Top