RPGDXThe center of Indie-RPG gaming
Not logged in. [log in] [register]
 
 
Post new topic Reply to topic Goto page 1, 2  Next 
View previous topic - View next topic  
Author Message
XMark
Guitar playin' black mage


Joined: 30 May 2002
Posts: 870
Location: New Westminster, BC, Canada

PostPosted: Wed May 05, 2010 6:50 am    Post subject: Battle system idea [quote]

I've been brainstorming ideas for a battle system for The ARC Legacy...

I'm thinking that a hybrid between a tactical battle system and a Final Fantasy style turn based battle system could be interesting. Basically, the battle field will be an 8x4 grid of large tiles, and in each turn the player or enemy can make one optional move and one attack (or other action). The attacking and magic and stuff would work like a typical console style RPG, but the 8x4 grid would give it just enough freedom of movement for things like range and flanking and such to come into play. Basically a really lite version of a turn-based strategy battle.

I've always thought that the FF games felt a little too abstract in the battles. Like, aside from the choice of front and back row your position doesn't really matter, and you don't get any real sense of what the distance between you and your enemy is supposed to be. On top of that, usually the scale is pretty messed up, with human enemies way bigger than the main characters.

Anyway, just putting the idea out there.
_________________
Mark Hall
Abstract Productions
I PLAYS THE MUSIC THAT MAKES THE PEOPLES FALL DOWN!
Back to top  
js71
Wandering DJ


Joined: 22 Nov 2002
Posts: 815

PostPosted: Wed May 05, 2010 5:52 pm    Post subject: [quote]

Hmm, the only thing I'd say is that you kind of have to be careful with that stuff... a recent SNES-style RPG for the DS that came out last year, Black Sigil, had character positioning on the battlefield as a huge factor and its battles are incredibly annoying in many ways because of it-- though that's mostly due to excessively cramped battle arenas and trying to move around other characters with too-large collision boxes that always get in the way.

There was a SNES RPG called Treasure Hunter G-- one of the later Square games, I think-- that also had a stripped-down tactical battle system, you might want to track down a rom of that (fan-trans only, I think) and check it out.

I'm personally not a fan of tactical RPG battles, but it can certainly be done very well :)

~Josiah
Back to top  
RampantCoyote
Demon Hunter


Joined: 16 May 2006
Posts: 546
Location: Salt Lake City, Utah

PostPosted: Wed May 05, 2010 8:18 pm    Post subject: [quote]

I thought I no longer liked the big tactical battles with movement and positioning --- thought I preferred the more abstract positioning of most jRPGs nowadays. And action-RPGs. And then I discovered Knights of the Chalice last year. It's a very western style RPG, but I recommend checking it out. It's a variant of the D20 rules system developed for the third edition D&D game.

Smart AI makes that game. Well, smart AI, and relatively interesting battlefields.

It's a bit more complex than what you are suggesting (a much larger battlefield), but the tactical element really, really rocks in that game (and it's an indie title!)

I also think of the Heroes of Might & Magic series, which seems a little closer to what you are proposing here. I think the battlefield is again slightly larger (I can't remember now - but I think it's more like 8 x 12) and it works pretty well.
_________________
Tales of the Rampant Coyote - Old-School Game Developer talks Indie Games, RPGs, and the Games Biz
Back to top  
XMark
Guitar playin' black mage


Joined: 30 May 2002
Posts: 870
Location: New Westminster, BC, Canada

PostPosted: Wed May 05, 2010 10:30 pm    Post subject: [quote]

Interesting... I'll download a Treasure Hunter G ROM when I get home and see how it feels.
_________________
Mark Hall
Abstract Productions
I PLAYS THE MUSIC THAT MAKES THE PEOPLES FALL DOWN!
Back to top  
XMark
Guitar playin' black mage


Joined: 30 May 2002
Posts: 870
Location: New Westminster, BC, Canada

PostPosted: Fri May 07, 2010 2:35 am    Post subject: [quote]

Ya know, I should probably stick with good ol' fashioned console style battles, because if it ain't broke don't fix it.
_________________
Mark Hall
Abstract Productions
I PLAYS THE MUSIC THAT MAKES THE PEOPLES FALL DOWN!
Back to top  
tcaudilllg
Dragonmaster


Joined: 20 Jun 2002
Posts: 1731
Location: Cedar Bluff, VA

PostPosted: Fri May 07, 2010 4:58 am    Post subject: [quote]

There is something about screen transitions that is incredibly boring. I think it's the combination of -- yeah, it's the interruption. You're trying to get to a chest and you're focused on getting the chest, and then bam, random battle. But anytime you face an unexpected obstacle to your goal, you're going to get annoyed. Trying to keep players from getting annoyed is a big part of making an enjoyable game, in my opinion.

I've known some hard core RPGers who are not annoyed by frequent interruptions. They will fight random battle after random battle with few complaints. I personally can't stand it -- it's gotten to the point where I question why random battles are even in the game. I enjoy tactics RPGs... they are usually well thought out and require a lot of coordination between party members. I can't imagine a tactical RPG system working with random battles though, because that would be beyond tedious. Tactical RPG battles should be rather infrequent, so as not to interfere with the exploring too much.
Back to top  
Malignus
Scholar


Joined: 12 May 2009
Posts: 198

PostPosted: Sun May 09, 2010 4:18 am    Post subject: [quote]

tcaudilllg wrote:
I can't imagine a tactical RPG system working with random battles though, because that would be beyond tedious. Tactical RPG battles should be rather infrequent, so as not to interfere with the exploring too much.


Shining Force 2 had those. They were definitely on the annoying side, especially once you got too powerful for them--because the battles took so long, they became mandatory 20-minute tangents where no enemy could do more than 1 damage to anyone on your team and you couldn't get more than 1 experience point per kill. No fun at all.
Back to top  
BDZ
Slightly Deformed Faerie Princess


Joined: 11 Jan 2007
Posts: 32
Location: Wisconsin

PostPosted: Sun May 09, 2010 5:04 am    Post subject: [quote]

This topic caught my eye because I'm implementing something similar. (I've been lurking here for a long time; life constantly gets in the way of me getting anywhere with my game.) Originally, my game was going to have normal FF-style battles on a separate screen. Then I moved to having Chrono Trigger style battles on the map. Then I realized that some of the things that you mentioned (like range) would add some strategy to the battles if the characters could move around.

Currently how my system works is this: when you encounter a group of enemies on the map, the screen (20x12 tiles) freezes and becomes your battlefield. Each entity can either move or attack during its turn. Movement is tile-by-tile (like FF6) during exploration, so it is tile-by-tile during battles.

I'm not sure how well it will work out...I've had success so far. However, I'm seeing some possible issues with bounding boxes for different sized enemies as well as how ranged attacks are influenced by terrain--my game uses 2.5d graphics, so I may have to limit battles to open areas without tall obstacles.
Back to top  
Malignus
Scholar


Joined: 12 May 2009
Posts: 198

PostPosted: Sun May 09, 2010 5:51 pm    Post subject: [quote]

BDZ wrote:
Currently how my system works is this: when you encounter a group of enemies on the map, the screen (20x12 tiles) freezes and becomes your battlefield. Each entity can either move or attack during its turn. Movement is tile-by-tile (like FF6) during exploration, so it is tile-by-tile during battles.


That's a great idea. I've considered something similar myself.

As for the OP, I don't think it would work very well if the battlefield were only 8 X 4 squares. TSoG uses 8 X 11 square battlefields, which keeps battles to no more than 5 or 10 minutes (maybe 15 or 20 for boss battles), but there's still plenty of room for maneuvering. 8 X 4 seems like it would limit tactics an awful lot. Have you considered 8 X 8?
Back to top  
tcaudilllg
Dragonmaster


Joined: 20 Jun 2002
Posts: 1731
Location: Cedar Bluff, VA

PostPosted: Sun May 09, 2010 11:17 pm    Post subject: [quote]

XMark, what you are discussing sounds a lot like Megaman Battle Network's system. Or alternatively, like Robotrek's.
Back to top  
XMark
Guitar playin' black mage


Joined: 30 May 2002
Posts: 870
Location: New Westminster, BC, Canada

PostPosted: Mon May 10, 2010 6:24 pm    Post subject: [quote]

Malignus wrote:
As for the OP, I don't think it would work very well if the battlefield were only 8 X 4 squares. TSoG uses 8 X 11 square battlefields, which keeps battles to no more than 5 or 10 minutes (maybe 15 or 20 for boss battles), but there's still plenty of room for maneuvering. 8 X 4 seems like it would limit tactics an awful lot. Have you considered 8 X 8?


Well, the idea was to feature tactics but only in a limited and simple capacity, since the game will have random encounters, and I want the battles to happen just as quickly as standard console RPG battles.
_________________
Mark Hall
Abstract Productions
I PLAYS THE MUSIC THAT MAKES THE PEOPLES FALL DOWN!
Back to top  
Hajo
Demon Hunter


Joined: 30 Sep 2003
Posts: 779
Location: Between chair and keyboard.

PostPosted: Tue May 11, 2010 10:15 am    Post subject: [quote]

In another game developers forum, someone suggested to do features "all or nothing" - so if you want tactics, make them deep, otherwise, skip tactics.

Usually such need to be taken with a grain of salt, but the middle ground might end up frustrating - not simple enough to be quick, and too limited to offer new features.
Back to top  
Rainer Deyke
Demon Hunter


Joined: 05 Jun 2002
Posts: 672

PostPosted: Tue May 11, 2010 6:59 pm    Post subject: [quote]

Hajo wrote:
In another game developers forum, someone suggested to do features "all or nothing" - so if you want tactics, make them deep, otherwise, skip tactics.


I can't say that I agree with this at all. Taken to the extreme, this would mean either a ridiculously complicated combat system or no combat system at all.
Back to top  
Hajo
Demon Hunter


Joined: 30 Sep 2003
Posts: 779
Location: Between chair and keyboard.

PostPosted: Wed May 12, 2010 9:57 am    Post subject: [quote]

I'm more the "middle ground" type of person myself.

It sure must be taken with consideration. I do not think the one who wrote that in the other forum wanted "all" to be interpreted as "ridiculously complicated". I'd rather think it means "have all essential parts of the feature" - if movement is a big part of tactics, movement should be possible as much as needed to have full advantage of positioning - but not more, since as you said, that would not add anything but confusion.

Well, I posted it more as a thing to think about. Maybe it really doesn't make much sense, but it seemed to tickle my brain in positive ways.
Back to top  
Malignus
Scholar


Joined: 12 May 2009
Posts: 198

PostPosted: Wed May 12, 2010 4:14 pm    Post subject: [quote]

The "tactics lite" approach suggested here reminds me a little of the Lunar games' combat system, but confined to a grid. Ever played Lunar or Lunar 2?
Back to top  
Post new topic Reply to topic Page 1 of 2 All times are GMT
Goto page 1, 2  Next 



Display posts from previous:   
Jump to:  
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 vote in polls in this forum