Hey all, I've been lookin' around for a while for a good way to make a Pokemon game other than hacking and this seems to be a good bet. I DL'd the latest version (June. 2008) but the only problem is, I have no idea how it works or how to use it! I played through and it's absolutly amazing but I don't know how I can get my own game started. So my question is, it there a noob tutorial or something? I can assure you, it's not a bad thing that it's falling into my hands here. I have experience with GML and some bits of RPGXP's script language (can't remember what it's called, Ruby, maybe? :P). So can anyone help?
yes, actually we did answer it. you never set the character in the intro.
Do to that poccil isn't very active at his own site. He is working on the Pokemon essentials. Does any one have the attack.html when Im trying to add some tm's and Hm's and it says refer to attacks.html but its not in the any of the releases that i have had.
Thanks in advance.
Sorry, were you talking to me, I'm a bit confused. Have I said something wrong? ^_^'
NO its not to you. I'm asking in general if anyone has the attacks.html that notes.html says to look at for adding new tm's and hm's.
sorry for bringing this back up -_-, but no one has solved my problem yet.
yes, actually we did answer it. you never set the character in the intro.
.....umh how do i do that?
yeahh how do i set the character in the intro er something look at my first post on this page -_- it has a picture.
go to the intro, find the part where it asks if your a boy or girl, then put this in
Comment: initializes player 0 (PlayerA)
script: pbChangePlayer(0)
comment: Shows the character's picture
script: pbShowPicture(2,pbGetPlayerGraphic,1,230,160)
but change them to fit your game.
thank you, but only the title screen shows up, says to click start, *click*, then it just goes and starts the game -_- i dont get to pick my characters name, figure, i dont talk to professor oak or anything :(
thank you ! lol that was simple explanation :)!
EDIT: i got a new error :( ill just take a pic and then post it in this post once i edit it
here is the error :(
when i was walking out of the room to go downstairs. -_-
![]()
then when you got the starter kit, you probably deleated ALL the maps, and forgot to leave the intro map. redownload the starter kit, copy the intro map, and place it in your project, then make sure that the player starting position is on that map.
go to the encounter file, and change the encounters of that map so that there arn't any, because the encounters for that map are set to cave, which is cousing pokemon battles to apear, when you have no pokemon. that's what that error means. (if you need help with your game, pm me, i could help salve the problems if you want.)