Rukiri
Nov 5 2010, 05:53 PM
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
Nov 6 2010, 01:13 PM
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
Nov 7 2010, 04:36 AM
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
Jan 29 2011, 03:50 PM
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.