I just had an idea and I encourage anyone to steal it!

Make games! Discuss those games here.

Moderators: Bob the Hamster, marionline, SDHawk

User avatar
Jack
Slime Knight
Posts: 266
Joined: Tue Oct 16, 2007 2:39 pm
Location: Maine
Contact:

Post by Jack »

i was actually throwing this idea around in my head a while back. i wanted to try something like deus ex where if your arms or legs were badly damaged you'd lose the ability to use them until healed. if your main weapon hand "died" you'd lose the ability to fight and would have to run, unless your legs were damaged in which case you're pretty much dead. this would allow for dual wielding/interchangeable swords/shields/magic items between hands.

the downside right now is you can't have the loss of one "hero" directly effect another "hero." if the head "died" i couldn't have that effect the hand's ability to hit, or the leg's ability to dodge.
Last edited by Jack on Fri Nov 08, 2013 8:22 am, edited 1 time in total.
User avatar
sheamkennedy
Liquid Metal Slime
Posts: 1110
Joined: Mon Sep 16, 2013 9:29 pm
Location: Tama-shi, Tokyo, Japan
Contact:

Post by sheamkennedy »

Jack wrote:i was actually throwing this idea around in my head a while back. i wanted to try something like deus ex where if your arms or legs were badly damaged you'd lose the ability to use them until healed. if your main weapon hand "died" you'd lose the ability to fight and would have to run, unless your legs were damaged in which case you're pretty much dead. this would allow for dual wielding/interchangeable swords/shields/magic items between hands.

the downside right now is you can't have the loss of one "hero" directly effect another "hero." if the head "died" i couldn't have that effect the hand's ability to hit, or the leg's ability to dodge.
It's unfortunate that hero death cannot trigger stuff like that. Your idea sounds like it would make for a really challenging game. Having death of heroes trigger events would be very useful. Another cool thing would be if each dead hero triggered a stat boost in the remaining heroes. That way I could make a battle system that emulates the concept of remaining characters going in to sort of a "desperation mode" in which they're defense lowers but they're attack or crit. attack goes way up.
⊕ P E R S O N A L M U S I C: https://open.spotify.com/album/6fEo3fCm5C3XhtFRflfANr
� C O L L A B M U S I C: https://dustpuppets.bandcamp.com/releases
User avatar
sheamkennedy
Liquid Metal Slime
Posts: 1110
Joined: Mon Sep 16, 2013 9:29 pm
Location: Tama-shi, Tokyo, Japan
Contact:

Post by sheamkennedy »

BMR wrote:Actually, I kinda like the HUD idea, seems that it'd be pretty cool. And you'd be able to use the hero ready meters as charging meters for the different parts or something.
Yeah and by using an animated battle background you could kind of make it look like lights, buttons, and radars in the cockpit are blinking and spinning. I'd love to see someone pull this off!
⊕ P E R S O N A L M U S I C: https://open.spotify.com/album/6fEo3fCm5C3XhtFRflfANr
� C O L L A B M U S I C: https://dustpuppets.bandcamp.com/releases
User avatar
Gizmog
Metal King Slime
Posts: 2615
Joined: Tue Feb 19, 2008 5:41 am

Post by Gizmog »

It's actually possible, but complicated, to have attacks link together based on who is alive and who isn't, thanks to the "Attack always Targets Hero 0,1,2,3" bitsets. You could probably do some really, really crazy chaining stuff. I kind of did it in Human Centipede RPG, but I've always been terrible at default battles and got confused, someone else might have better luck.
User avatar
Mystic
Metal Slime
Posts: 322
Joined: Wed Jul 23, 2008 4:32 am

Post by Mystic »

Hm... are "Hero is Alive" tags set in battle? You could use dummy enemies that rely on these tags to create the desperation conditions that you want. However, I imagine these tags aren't set.

Otherwise there are probably some other ways to do it... like a dummy enemy that only targets dead heroes with an empty attack that chains into the all-targeted boost attack...
User avatar
sheamkennedy
Liquid Metal Slime
Posts: 1110
Joined: Mon Sep 16, 2013 9:29 pm
Location: Tama-shi, Tokyo, Japan
Contact:

Post by sheamkennedy »

Mystic wrote:Hm... are "Hero is Alive" tags set in battle? You could use dummy enemies that rely on these tags to create the desperation conditions that you want. However, I imagine these tags aren't set.

Otherwise there are probably some other ways to do it... like a dummy enemy that only targets dead heroes with an empty attack that chains into the all-targeted boost attack...
That sounds worthy of a try, I'd love to have a desperation mode but would also want to prevent retriggering of stats-up if a hero was revived then killed again. I think more on it.
⊕ P E R S O N A L M U S I C: https://open.spotify.com/album/6fEo3fCm5C3XhtFRflfANr
� C O L L A B M U S I C: https://dustpuppets.bandcamp.com/releases
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

I've heard this suggested years ago; I think someone even created a mockup of the system, or even started working on a game (I have the vague idea that it was BlastedEarth). I'm not going to look for a screenshot as it must have been at least 5 years ago. In that version the projective was first person and the heroes were different subsystems, with the hero sprites being icons on a HUD I think.
Bob the Hamster wrote:Unfortunately the formation arranger does not allow heroes to be moved at all. Not one pixel :(

That could change in the future, but I have no estimates for when.
Clearly formation layouts should be given as slice collections! That way we can have 2.5D battle backdrops, with separate (non-targetable) props/scenery with fake Z-depth. (And whenever slice animation is added, you'd have animated scenery). Yet another reason to convert battles to slices :)
Hm... are "Hero is Alive" tags set in battle?
They are not, but I consider that a bug.
Last edited by TMC on Sat Nov 09, 2013 7:58 am, edited 1 time in total.
Post Reply