Be a Supporter!

RPG creation??

  • 268 Views
  • 3 Replies
New Topic Respond to this Topic
MfretzW
MfretzW
  • Member since: Nov. 21, 2007
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
RPG creation?? 2011-11-10 15:25:33 Reply

I was planning on creating a flash rpg with some of the re-usable scenery I have just designed, Im not asking for exact methods as that would be lazy of me but where would I start to research the mechanics of :-

1. A battle system
2. Character Stats (STR, INT etc)
3. An inv system
4. Spell/ skill trees containing unlockables

I have planned out my systems and as far as I am aware they should work but its bringing them to life that is the issue. I have characters designed and ready with movements (MC's) such as L,R,U,D, basic attack, basic spell and so on for all of the skills and abilities I have thought up but thats it... no code... no nothing just animations that will play when I finally get some action going.

Any help would be great,

Cheers!


BBS Signature
MSGhero
MSGhero
  • Member since: Dec. 15, 2010
  • Offline.
Forum Stats
Supporter
Level 16
Game Developer
Response to RPG creation?? 2011-11-10 15:44:39 Reply

At 11/10/11 03:25 PM, MfretzW wrote: I was planning on creating a flash rpg with some of the re-usable scenery I have just designed, Im not asking for exact methods as that would be lazy of me but where would I start to research the mechanics of :-

1. A battle system
2. Character Stats (STR, INT etc)
3. An inv system
4. Spell/ skill trees containing unlockables

I have planned out my systems and as far as I am aware they should work but its bringing them to life that is the issue. I have characters designed and ready with movements (MC's) such as L,R,U,D, basic attack, basic spell and so on for all of the skills and abilities I have thought up but thats it... no code... no nothing just animations that will play when I finally get some action going.

Any help would be great,

Cheers!

Depends on which battle system you'd like. Turn-based or...not turn-based. For turn-based, just cycle through each character based on relative speed or whatever with different options based on different characters (some dispatchEvent that changes per unit and is listened to by the action menu thing). I'd look at various RPGs and try to replicate their battle systems in flash.

For stats, just ++ a variable.

Inventories are just arrays with pictures. Have each item represented as an element of the array.

Methinks you could just use an array of Booleans to see if skills are unlocked.

If you could be more specific, that would help. And Google is your friend.

Sandremss128
Sandremss128
  • Member since: Aug. 22, 2009
  • Offline.
Forum Stats
Supporter
Level 11
Programmer
Response to RPG creation?? 2011-11-10 15:54:40 Reply

Just make a few individual projects where you learn about how to make smaller parts of the big RPG. So you can make an inventory system as a prototype and see how you want to do this. Also it will learn you about problems you can avoid in the final rpg.

Celshaded
Celshaded
  • Member since: Feb. 23, 2004
  • Offline.
Forum Stats
Member
Level 02
Animator
Response to RPG creation?? 2011-11-11 07:07:22 Reply

Also if you do a search on NG, there are a few interactive tutorials that explain everything you're trying to do.

I made this by just following a tutorial I found on here a while ago.

Flash kit also has some basic tutorials on battle systems and stuff.


BBS Signature