PDA

Click to See Complete Forum and Search --> : Need help on starting an RPG...


Jorj
Jun 19th, 2000, 07:46 AM
Hello, all.

I would just like to ask if there is anyone here who could help with an RPG that I'm planning to make. I am completely new to VB, so any help will be extremely appreciated.

Jun 20th, 2000, 02:10 AM
Here is a list of some basic things you need for a simple RPG.


The Engine. [runs the maps created with the map editor]
The Map Editor. [Creates maps for you to play on the engine]
Graphics [The graphics for the game]
Music [Music that plays continously when the gamne is running.]
Sound Effects [ When you get bonus points or get hit etc]


For starters, you can create the music with MIDI, the Sound Effects with WAV, and the Graphics with Bitmaps.

kedaman
Jun 21st, 2000, 12:44 AM
I think a RPG is a hard choise for newbies, in vb. You could have a good use of classmodules to structurize your game, if you need to make your game advanced enough.