Page 1 of 1

How would you...

PostPosted: Sat Jan 24, 2004 10:28 pm
by Dark Paladin
What is the best way to make a game like Pokemon games for game boy and gba?

PostPosted: Sun Jan 25, 2004 1:33 am
by makslane
For game boy and gba....
May be in the future :lol:

PostPosted: Mon Jan 26, 2004 5:07 pm
by Dark Paladin
Does that mean that it is not possible to make a game like that off of game editor?

PostPosted: Mon Jan 26, 2004 5:28 pm
by makslane
Ops, make the game is possible.
Generate versions for gb and gba not.

PostPosted: Mon Jan 26, 2004 7:32 pm
by Dark Paladin
then how shoul I make this kind of game then?

PostPosted: Tue Jan 27, 2004 4:54 am
by Just4Fun
Dark Paladin:
Game Editor does not compile games for Game Boy or Game Boy Advance. In order to create for the Game Boy, you need to have a skill development kit (SDk) designed specifically for the Game Boy platform. On top of that, you need to have some sound knowledge of 'C++' Programming.

Below are some links for you to try. I don't know how good the programming products are. I don't program in 'C++'. I can tell you that I am unaware of any authoring system such as Game Editor that will make Game Boy Programming easier. However, MaKslane is adding to the list of machine specific compilers so he may support Game Boy in the future. You should give game Editor a try. It is unique among authoring systems.

http://www.snsys.com/GameBoyAdvance/ProDG.htm
(ProDG for Game Boy Advance is SN Systems' suite of fully featured tools that enable you to build and debug your game titles for the Game Boy Advance.)

http://www.metrowerks.com/MW/Develop/Ga ... efault.htm
(CodeWarriorâ„¢ for Game Boyâ„¢ Advance provides editing, compiling, and debugging tools that enhance the capabilities of Nintendo's existing AGB Developers Kit.)

that's not it

PostPosted: Sat Jan 31, 2004 3:23 am
by Dark Paladin
I'm not talking about making a gameboy game I'm trying to figure out if it is possible to make a game similar to the pokemon games on gameboy.

PostPosted: Sat Jan 31, 2004 10:45 am
by ingsan
i have no game boy :oops: sorry...
is it a platform game? :?:

PostPosted: Sat Jan 31, 2004 11:08 am
by jazz_e_bob
It is possible.

You have a main actor. A scrolling map. Other actors to interact with etc. Wouldn't be too tricky...

PostPosted: Sat Jan 31, 2004 11:27 am
by ingsan
i agree with u.

advice?

PostPosted: Sat Jan 31, 2004 6:21 pm
by Dark Paladin
Can anyone gve me some advice on starting this kind of game?

PostPosted: Sun Feb 01, 2004 4:08 am
by jazz_e_bob
Build your main character:

For this you will need to make 16 animations.

An animation of your character walking North, South, East West, North East etc.

You will also need an animation of the character standing still facing all direction.

May I recommend that you keep it simple. A general template so that you can easily make variations for new characters. For example, a hat wearing one. One with wings. One with a beard....

If you want to make your life easier. Don't use diagonal directions. This halves your workload.

Get the size right from the start. Use something like Photoshop to make a demo picture of how big you want the character to be on the screen against a background.

This is an interesting project.... Good Luck! :)