Plan for Gary Haussmann
by Gary Haussmann · 01/04/2005 (10:39 am) · 5 comments
I basically wanted to prototype up a simple game where you could play either as a single-avatar FPS participant, or as a multiple-avatar RTS participant. Actually the RTS portion of the game is closer to a party-based RPG as there is currently no concept of a "base" or resource harvesting. But the "click-to-attack" and "controlling a bunch of units" concepts are included in my current test build.
So far you can wander around as either a single human with a gun (FPS mode) or as a pack of five small critters (RTS mode). I apologize in advance for the programmer art that appears below.
When the player connects, instead of being immediately dumped into the game they get a "backstage" menu that allows them to select the style of play: human (FPS) or critter (RTS)?

In FPS mode you get the typically biped avatar with a bug gun and all the exacting control of an FPS game. This stuff is basically unchanged from the starter FPS, with some basic additions like vehicle mounting, melee combat, and the ability to select between multiple weapons.

in "RTS mode" you get a group of small green critters that operate like the normal RTS or RPG. To move or attack something, click on it and your pack of critters will faithfully move to or bite whatever it is you clicked on. This portion obviously needs a lot of work, but at least I can get an idea of the cool and not-so-cool aspects of the control scheme.

My main concern at mixing the two styles is play balance. The first concern is that large packs of critters can overwhelm small groups of FPS players; some area-effect weapons should take care of that. The other concern is that the exact control and agility given to FPS avatars can make it easy for them to outmaneuver the critter packs and possibly exploit aspects of the relatively stupid critter behavior. A possible fix is to add some sort of formation and tactical commands (like "surround" or "ambush") to the player controlling a critter pack.
So far you can wander around as either a single human with a gun (FPS mode) or as a pack of five small critters (RTS mode). I apologize in advance for the programmer art that appears below.
When the player connects, instead of being immediately dumped into the game they get a "backstage" menu that allows them to select the style of play: human (FPS) or critter (RTS)?

In FPS mode you get the typically biped avatar with a bug gun and all the exacting control of an FPS game. This stuff is basically unchanged from the starter FPS, with some basic additions like vehicle mounting, melee combat, and the ability to select between multiple weapons.

in "RTS mode" you get a group of small green critters that operate like the normal RTS or RPG. To move or attack something, click on it and your pack of critters will faithfully move to or bite whatever it is you clicked on. This portion obviously needs a lot of work, but at least I can get an idea of the cool and not-so-cool aspects of the control scheme.

My main concern at mixing the two styles is play balance. The first concern is that large packs of critters can overwhelm small groups of FPS players; some area-effect weapons should take care of that. The other concern is that the exact control and agility given to FPS avatars can make it easy for them to outmaneuver the critter packs and possibly exploit aspects of the relatively stupid critter behavior. A possible fix is to add some sort of formation and tactical commands (like "surround" or "ambush") to the player controlling a critter pack.
About the author
#2
01/05/2005 (3:33 am)
Balancing the two is the kind of challenge that many people eat right up. Sounds like the basis for a really fun game. Test it, keep it small and Go for it!
#3
I like what your doing here though, experimenting with key gameplay elements like this is very much what I advocate (and would make a great game in a day entry).
So keep at it! you'll find the fun in there, or at the least decide which parts dont work.. which can be as important.
01/05/2005 (3:45 am)
I was thinking "Giants: Citizen Kabuto" when you were describing it. But its not quite in that direction.I like what your doing here though, experimenting with key gameplay elements like this is very much what I advocate (and would make a great game in a day entry).
So keep at it! you'll find the fun in there, or at the least decide which parts dont work.. which can be as important.
#4
The models are indeed shamelessly ripped off from Ken's book. Since I spent so long making those models I'm sure gonna get as much use from them as I can! :)
@Phil:
Yeah, your .plans describing the "prototype a game to see if it's fun" concept inspired me to go this direction. I had originally envisioned some huge game similar in flavor to _The Awful Green Things From Outer Space_ (google search for it if you wanna) but figured just getting the two sides working well would be enough of a challenge to start with.
I tell ya, hacking up the script code to let the player chose between two sides, each with totally separate interfaces, really got me to learn about the GUI elements and how to flip/push/set parts of the interface.
01/05/2005 (5:35 am)
@Jay:The models are indeed shamelessly ripped off from Ken's book. Since I spent so long making those models I'm sure gonna get as much use from them as I can! :)
@Phil:
Yeah, your .plans describing the "prototype a game to see if it's fun" concept inspired me to go this direction. I had originally envisioned some huge game similar in flavor to _The Awful Green Things From Outer Space_ (google search for it if you wanna) but figured just getting the two sides working well would be enough of a challenge to start with.
I tell ya, hacking up the script code to let the player chose between two sides, each with totally separate interfaces, really got me to learn about the GUI elements and how to flip/push/set parts of the interface.
#5
01/05/2005 (11:02 am)
Heh, sounds a lil like pikmin vs. kork....me likes the concept =D 
Torque 3D Owner Jay Barnson
Looks like you are having fun and getting stuff to work. Awesome! Good luck meshing the two game styles... kinda reminds me of "Dungeon Keeper" which was at core an RTS where you could possess individual units as an FPS... or maybe Allegiance where a couple of players got to be commanders or tech tree coordinators, and everyone else played individual units.
Dunno if anyone's tried something like this before though.