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.
Printable View
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.
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.
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.