Site Announcements

  • Account registration restricted. Email lord.ixzion AT gmail.com and I will get you set up. Thanks.
  • RPGMM Discord Channel - https://discord.gg/YJnAfVr

  • New to the site? Let us know!! - Check here.
  • RPGM Magazine Mission Statement. - Check here.
  • We now have a forum up specifically for the races, check it out. - Check here.


[Continue]

It is currently December 4th, 2024, 7:00 pm
View unanswered posts | View active topics


All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 9 posts ] 
Author Message
PostPosted: January 4th, 2008, 5:27 pm 
Rank 10: Cute Lil White Mage Rank 10: Cute Lil White Mage
At the Scumm Bar
Offline

  Level 50
 

Joined: January 25th, 2006, 2:27 pm

Posts: 5613

Location: CA
RPG Maker 1.

If this CBS has already been made, please tell me.

SCBS STRANGE CUSTOM BATTLE SYSTEM
-------------------------------------------------------------------

After toying around with RPG Maker-I came up with a small and unique custom battle system.

First I create a battlefield of some sort and place a character on 1 side and the start point on the opposite side. I than surround the characters with 3 graphics. Sword graphic, Shield graphic, and magic graphic. (The signs). And place a wall piece for the last space. (Not using the choice option. The player can easily face toward the graphic)
Seems like a good start huh?


the sign graphics are called Tactic Options. There are 3:

Sword-> Offensive tactic (More damage)

Shield-> Defensive Graphic (better guard and HP)

Magic-> Skill Graphic (Special Attacks)

After selecting an option, probability takes over and forces the enemy character to choose a Tactic. This leads to the most important step.

Depending on the Tactic you choose, your character's stats will change to fit that Tactic. get it? I also created 3 different versions of the same enemy so it accommodates his/her tactic chosen. For example, Monster #3 is used when the enemy chooses the Skill Tactic and Monster #2 is chosen when the enemy chooses the Defensive Tactic. Am I making sense? This is the same enemy but with different stats for the chosen Tactic. Now what's next?

The battle. I just start a normal battle using RPGM1's battle system and it does the rest for me. After the battle I reduce the added stats back to zero. Boom, done. How do you win? I haven't figured that out yet. I'm thinking of using items or something. Not sure.

EXAMPLE

I choose Offensive Tactic. My stats are changed so I deal more damage.

Probability takes over. The enemy chooses the Defensive Tactic. A different version of the enemy takes over for the battle with a an attack pattern that guards.

Battle starts. You play.

Now repeat.

EXAMPLE END


BUGS.

There ARE bugs that I encountered on my journey for this CBS. For starters, the take over events DO NOT work all the time. Even if I have the 3 probable choices set. The event DOES NOTHING when the take over is initiated.

Another problem is the Skill Tactic. I can't find an option that REMOVES a Magic attack from the player. This will blow my Skill Tactic option into hell.

Another problem is this. If the player can deal more damage with the Attack Tactic, why use the Defensive Tactic at all?

If I can correct these bugs, than there is a great chance of finishing this CBS. I'm already in the process of making a demo.


And that is all. Thank you.


~Duel~


Top
Profile  
 
PostPosted: January 4th, 2008, 11:37 pm 
Rank 4: Fighter in Training Rank 4: Fighter in Training
Offline
User avatar

  Level 0
 

Joined: April 20th, 2007, 6:19 pm

Posts: 1370
if two events overlap on the field then they become void (both are void or just one of them is, im not sure which takes priority).

you absolutely cannot unlearn a magic skill, once you learn it, its yours.

_________________
Image
Artistry made by JPS
Card Three is released! Download it here!


Top
Profile  
 
PostPosted: January 18th, 2008, 4:17 pm 
Rank 11: Sexy Black Mage Rank 11: Sexy Black Mage
Spotted Skunk/Dragon
Offline
User avatar

  Level 158
 

Joined: May 18th, 2005, 4:18 pm

Posts: 7289

Location: <- That Way ->
You could always add a magic item with unlimited use when skill is chosen, and remove the item after battle.

_________________
Image Image
"What if like...there was an exact copy of you somewhere, except they're the opposite gender, like you guys could literally have a freaky friday moment and nothing would change. Imagine the best friendship that could be found there."


Top
Profile  
 
PostPosted: January 22nd, 2008, 11:44 am 
Site Admin Site Admin
"The worst pokemon."
Offline
User avatar

  Level 97
 

Joined: January 16th, 2006, 1:09 pm

Posts: 15377

Location: 33.2076° N, 92.6663° W
That sounds ALOT like Defenders of Light... if you haven't played that yet. Though there are differences. It's a good one though, so I'd give it a go.

_________________
Image
"Belief extremely stately towards great accomplishment."
-eruperade


Top
Profile  
 
PostPosted: January 22nd, 2008, 1:04 pm 
Rank 10: Cute Lil White Mage Rank 10: Cute Lil White Mage
At the Scumm Bar
Offline

  Level 50
 

Joined: January 25th, 2006, 2:27 pm

Posts: 5613

Location: CA
Thanks Lantis, I'll give it a whirl one of these days.


Top
Profile  
 
PostPosted: January 30th, 2008, 4:55 am 
Rank 3: Studying Black Mage Rank 3: Studying Black Mage
Offline

  Level 23
 

Joined: July 10th, 2006, 8:24 pm

Posts: 914
Here's an idea.

Sword - More damage but at the cost of defense (damage goes up, defense goes down)

Shield - More defense and Hp but less damage (or just normal damage)

Magic - Special attack or magic

Wall - Normal damage and normal defense

Increased damage should always have a price, whether you're spending Mp to cast a spell that increases damage, using a potion or item that increases damage, or whatever else.

If the game supports accuracy, you could add that into the equation. An option that increases your chance to hit but at the cost of damage; then another option that increases damage but with a lower chance to hit.

How about a "weak attack" that does minimum damage but doesn't take much time to do, then a "strong attack" that does more damage but takes more time (maybe it takes two turns to do this move, thus giving the enemy an option to get in two weak attacks or one strong).

I'm just tossing out ideas here.


Top
Profile  
 
PostPosted: January 30th, 2008, 9:14 pm 
Rank 10: Cute Lil White Mage Rank 10: Cute Lil White Mage
At the Scumm Bar
Offline

  Level 50
 

Joined: January 25th, 2006, 2:27 pm

Posts: 5613

Location: CA
Those are great ideas! Never thought of those.


Top
Profile  
 
PostPosted: January 31st, 2008, 12:27 am 
Rank 3: Studying Black Mage Rank 3: Studying Black Mage
Offline

  Level 23
 

Joined: July 10th, 2006, 8:24 pm

Posts: 914
If the game supports accuracy, see if you can work that into it. Accuracy is a good foil for increased damage. The "strong attack" that takes two turns to do is also a good foil for the better damage.

I think you should include the option for a bland "normal damage, normal defense". Then increased damage, increased defense, and other things should have a price attached. Each option should have its own strengths and weaknesses. So you could choose "normal damage, normal defense", which doesn't have any weaknesses but also doesn't give you an edge over the opposition. Or you could choose better damage, better defense, or something else (all of which give you an edge but at the cost of a weakness). In this example, it could be said that no one option is inherently better than another. This allows the player to customize his strategy and choose the playing style he wants. Some players like a strong offense while others like a strong defense.

The best thing about this is that a player can experiment with it, try out each option, or even adapt his strategy based on who he's going up against (maybe one bad guy has a strong attack but a weak defense, but another bad guy has a strong defense and weak attack). If a player would rather not experiment with the options that give an edge at the cost of a weakness, that's what the bland "normal attack, normal defense" is for.

The use of a powerful skill or magic should have a price attached, whether it's the expenditure of Mp or some other cost.

In short, make it so that no one option is the best choice all of the time. Some options may be the best choice sometimes, but not always.

Best of luck with this. It's a good idea. I like it when I'm given the option to customize my playing style.


Top
Profile  
 
PostPosted: January 31st, 2008, 12:56 am 
Rank 10: Cute Lil White Mage Rank 10: Cute Lil White Mage
At the Scumm Bar
Offline

  Level 50
 

Joined: January 25th, 2006, 2:27 pm

Posts: 5613

Location: CA
I'm always trying to come up with new CBSs. I've thought of some in the past but have never implemented them in any of my games. A CBS is a tough challenge and takes a toll on time. I'll gather up all of this info to create a tech demo and probably release it. But I have some projects to work on first. Thanks for the help guys.


Top
Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group