Pokemon Java Engine
Loading...
1,319
Loading...
Uploader Comments (DrkstrInc)
see all
All Comments (9)
-
ok, I'm trying to make something similar, but I can't figure out how to do backgrounds, how the player moves across the screen, etc. could you send me a message with basically what I need to know to do this?
-
Walking animation looks like it's too slow but other than that and a few other things, the engine is great!
-
Release the source please
-
is this opensource? i would love to look at the code :)
-
omg XD waited so long for this, that i've finished soul silver and still havent gotten to play this
D:
Loading...
hey man i'm currently writing a pokemon clone in java but i have a question regarding how you did the NPC dialogue, does every actor in the game have a talk method that returns a string, and you have a dialogue class that takes that string and displays it? or how did you do it.
also, how would that class act up if the NPC were to give you an item, etc? THX
apocalipsix 7 months ago
@apocalipsix there is a method that returns a string in the NPC class that is called when a player talks to them and displays the text box and that string. I did not take into account multiple strings, events, items, etc. so that is not possible in my engine.
DrkstrInc 7 months ago