• 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.
Theoretically, you could have 6 moves, if you adapted the graphics. However, you'd also have to change a lot of scripts, which would make updating a nightmare.
 
oh i see what u did wrong here

this

EnumOption.new(_INTL("FONT STYLE"),[_INTL("FRLG")]),

should be

EnumOption2.new(_INTL("FONT STYLE"),[_INTL("FRLG")]),

there?

Still no luck :( . I'm sure I'm doing something wrong, lol.


EDIT: Oh non! C'est catastrohpe! I'm having some serious problems with the BGM tracks. When I connect two maps, the music screws up when I go through the connection and the BGM changes. Sometimes the MIDIS only partly play (i.e only 1 instrument) or don't play at all. It's very frustrating!
 
Last edited:
let me recheck mrchewy

bout 10 min

oh sry the error was on my side in pokemonmap should be

@font=0

instead of

@font=2

if this doesnt work im lost sry
 
Last edited:
I seem to be having a problem, uhm I've made a new room and when I walk around in it I run into wild Pokemon. Is there a way to fix this?
 
Yes. In metadata.txt, you have to change the map id's data so that it is not outdoors, I think.

In other news, I want to edit the font specifications, but do not know how to do so. Please could you point this out to me?
 
Okay, so I found metadata.txt, but it still shows the rooms that Pokemon Essentials Started with not the new one I made. how do I fix that?
 
The problem is actually with Encounters.txt - to fix it, delete everything in the file.
Edit Metadata.txt from scratch as well, using notes.html to help you. This will get rid of other bugs, like day/night tinting on indoor maps.
 
The problem is actually with Encounters.txt - to fix it, delete everything in the file.
Edit Metadata.txt from scratch as well, using notes.html to help you. This will get rid of other bugs, like day/night tinting on indoor maps.


Thanks, that worked and helped.


As for your question Henry, I was wondering the same thing.
 
Can i make with this starterkit an perfekt and completly pokemon game?
And, how can i translate everything from the starterkit in german?
 
Well, I don't know about perfect, but yes you can make a pretty good complete game with this as for translating. I don't really know.
 
sascha, in the debug menu, choose the option "Extract Text". The game will tell you what to do from there.
 
It was a mistake on my part. The note should have read:

Code:
pbRegisterPartner([b]PBTrainers::[/b]PkMnTRAINER_Cheryl,"Cheryl",0)

just out of curiosity, i'm still getting an error when i post this, anyone wanna help me?
 
how would i make it so that in an event one thing happens on monday, then a different outcome on a different day? i cant figure it out.i kno it would need a switch, i just dont kno what it would be named.
 
I got this eror but it didn't show or make a errorlog for it but i can't testplay my game:

Script 'PokmonBag' line 812: NoMethodError occurred
undefined method '[]' for nil:NilClass

*Edit*
I found the probloem on my own, nevermind.
 
Last edited:
atomic_reactor: You would actually need a script, I think. There are no days defined in RMXP.
 
i have made the scene of Pokéballs(recovering pokémons) in pokémon center.
I think it could be placed on the Pokémon Essentials.
It was quite cool.
If anyone is interested I put here.
 
May I ask which script controls the very beginning of the game? As in the copyright screen and title screen. Thank you.
 
A new version is now available, but it's just a maintenance release, no features were added. Code was changed and scripts added to make Pokemon Essentials compatible with RGSS 2, and moved trainer, item, and species constants to a separate data file, to prevent problems that can occur when a project is saved. Also, the Audio DLL was modified to help fix a bug in playback.

For detailed changes, see this diff

file
.

Please send me private messages with any problems.
 
Status
Not open for further replies.
Back
Top