Help - Search - Members - Calendar
Full Version: [Sapphire RPG Engine] What would you like to see?
RPG RPG Revolution Forums > Game Engines > RPG Maker 2000 / 2003 > General Game Engines Discussion
Rukiri
What would you like to see in my RPG Engine minus the window scrips, menu system, and battle system(point out any good RMVX cbs's and I'll consider coding it in GML)

What's currently planned:
- 2 different types of game engines (Standard FF, and Seiken Densetsu type action-combat system)
- FF6 like World Map
- Custom designed Menu system(for this engine)
- RMVX Side-view Battle system(deciding on which one to code)
- Day Night/Weather Effects
- Lighting effects in semi dark/night-time
- RPG Party System

What would you like to see?
TheBen
Databasing. 'Nuff said.

Then again, I might as well explain what I mean.

Databasing, like RPG Maker. More than 'nuff said.

And there you go.
Rukiri
There will be a database lol for items, actors, classes, weapons & armor.
Visual databasing isn't possible, you need to learn how to code.

This is basically going to be the coders version of RPG Maker.
I've even intended for this NOT to be for beginners as well anything as complicated as a RPG shouldn't be.
norkezz
I'm wondering how you use a database. What I do is setting up all variables as arrays and then organise them. Something like this:

CODE
global.item[0] = "Potion"
global.itemdesc[0] = "A potion heals 50 hp of a single character."
global.itemfillhp[0] = 50


Can you tell me your method? I'm always interested. =D
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.