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!
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.
I don't know if some of you already noticed that the bump sound repeats very fast if you run into something (and I don't know if that's already included in the project) But just replace Game_Player_ with:
#==============================================================================
# **...
Yeah, I meant the item sprites of the items from DP that aren't in the FR/LG series (like honey or the plates) :P
But anyway, it isn't hard to get those.
The same goes for me.
I once played a wonderful (non-pokémon) game, and it had great music! The only thing was the nightly music: it was a piece of music (about 10 sec long...) repeating all the time. And to make it worse: it didn't have battle music, so the irritating noise played non-stop...
This looks good! Good luck with it!
As for the Squirtle rival's name: I voted other, 'cause maybe you could add a player-supplied name. (I don't know what version of Pokémon Essentials you're using, but I have the latest version and in notes.html was something about player-supplied names)
I think I do understand what you're saying. People who have already learned to script could implement those features themselves, but LokiFerne said:
"Just something that shows you understand rgss and are using the project as a timesaving device rather than just getting it because you want it...
My charizard! He's my first starter from FR, but now he's in diamond at level 100 =D
He has got me almost 30 charmanders, from which i traded almost every one to my friends. I now got another charizard (his son :P), at lv 70.
It works fine with me :S can you post the line you use? (btw, the names don't have too be called Pic_x. Also, the pic you're using must be placed in Graphics/Titles)
In the script 'Main', find line 25:
return Scene_Intro.new(['Pic_1'], 'Pic_2')
And add the filenames of your intro frames like this:
return Scene_Intro.new(['Pic_1','Pic_3','Pic_4'], 'Pic_2')
I haven't tried it out yet but I think it should work.
Wooah! This looks awesome! I've been trying to change most styles to D/P, but I haven't got enough time to really work at it.
Especially the "--" when there's no move; I've been trying to edit that too, but with no result (thanks to my crappy scripting knowledge...)
I'm keeping my eye on this!
the fishing animation:
https://upokecenter.com/projects/pokestarter/notes.html#fishinganimation
Just search through the notes, there's many things in there!:P
I have a question:
How can I give Triad cards to the player?
I have this guy who sells Triad cards, and if you're there for the first time, he'll give you 5 cards to play a game. How to add those 5 cards? I can't find it in the notes...
EDIT:: Nevermind, tried something out, and it worked.
for...