| View previous topic :: View next topic |
| Author |
Message |
jjsonick
Joined: 10 Apr 2007 Posts: 134
|
Posted: Tue Mar 18, 2008 12:30 pm Post subject: WIP: B-Movie Monster Madness |
|
|
I'd like to encourage anyone working on an ACK game to start a WIP thread in this forum and post screenshots and periodic updates to their progress.
Currently I'm working on something that attempts to recreate some of the gameplay of the 80's EPYX classic Crush, Crumble and Chomp.
Right now I have the PC as "Gohzilla", who can breathe fire, both to destroy buildings (they become rubble) and smite his pesky human enemies. He can also directly attack structures and enemies with his claws. Gohzilla can pick up fleeing human civilians and eat them (chomp! chomp!) to restore health. Tanks are the only enemy currently.
Things to do:
-- More terrain types (more varities of house and skyscraper, maybe a power station, landmarks)
-- Have terrain catch on fire if attacked with fire breath
-- More enemies (add cop cars, troops, jets, helicopters, SAMS)
-- Laser eyes weapon for Gohzilla (zap!)
-- Build out the city
-- More PC monster types? (not sure this is worth it - might be better to just focus on making a fun game for playing as Gohzilla)
The trickiest part so far is having the civilians both move and be able to be grabbed - in ACK a thing can be a NPC/creature that moves, or an item that can be picked up, but not both. So what I've been doing is hiding successions of 'civilian items' in rows under special road squares. Each turn a macro removes any previously revealed civilians and removes the 'next in the series' set of road squares -- which reveals the 'new' civilian underneath, hence creating an illusion of movement. I still need to set up something that will turn off the 'reveals' on a specific street when a civilian is actually picked up - might be too tricky.
JJ
Last edited by jjsonick on Wed Mar 19, 2008 10:38 am; edited 1 time in total |
|
| Back to top |
|
 |
Roody_Yogurt
Joined: 29 Apr 2002 Posts: 1210 Location: Milwaukee
|
Posted: Tue Mar 18, 2008 1:10 pm Post subject: |
|
|
| Thank you, Wikipedia, for explaining the difference to me between "Crush, Crumble, and Chomp" and "The Movie Monster Game." I only owned the latter but I sure did like it. The rescue missions were the best. |
|
| Back to top |
|
 |
Ice Cream Jonsey
Joined: 27 Apr 2002 Posts: 14231 Location: Colorado
|
Posted: Tue Mar 18, 2008 1:29 pm Post subject: |
|
|
Haha, JJ, that is brilliant! That seems like a really fun use of ACK. A fun game in general! _________________ the dark and gritty...Ice Cream Jonsey! |
|
| Back to top |
|
 |
jjsonick
Joined: 10 Apr 2007 Posts: 134
|
Posted: Wed Mar 19, 2008 10:53 am Post subject: |
|
|
ICJ: Thanks! I hope to make it a fun, city-bashing time.
Roody: I never played The Movie Monster Game back in my Apple II youth, but I did play it several years back via emulator. I didn't play in depth, but the main difference seemed to be that TMMG was real-time and a bit more arcade-y in feel. CCC was turn-based so a bit more strategic, though the turn-based nature was sluggish at times (I hated having to take a turn to manually swivel your head 45 degrees - fortunately that questionable feature would be too tricky to replicate in ACK anyway).
It looks like TMMG had more scenarios if it had rescue missions - CCC was pretty much 'destroy and survive'' in whichever of the four cities you chose -- but you could choose different ways your final score would be determined -- for instance, getting more points for destroying buildings, or setting it so you get more points for surviving a long time, so that was almost like different scenarios since it could change your strategy.
Hmm, I probably should look at TMMG again to see if there's ideas from it to try to put in this ACK game. |
|
| Back to top |
|
 |
Ice Cream Jonsey
Joined: 27 Apr 2002 Posts: 14231 Location: Colorado
|
Posted: Wed Mar 19, 2008 11:46 am Post subject: |
|
|
Implementing something different than the typical CRPG that systems like ACK and ACS support is also exhiliarating and fun to observe. Plus, I love me a good monster-destruction game! _________________ the dark and gritty...Ice Cream Jonsey! |
|
| Back to top |
|
 |
Roody_Yogurt
Joined: 29 Apr 2002 Posts: 1210 Location: Milwaukee
|
Posted: Thu Mar 20, 2008 4:58 pm Post subject: |
|
|
TMMG had three scenarios that I recall, and I might be remembering things wrong. The game definitely wasn't perfect, but I would buy or download a remake of it just because I thought it did take Rampage up a notch or two.
There was a scenario where you were rescuing your monster offspring that was stolen from you by evil scientists. I believe there was some sort of super sonic cry that you could do that would help you locate it, and destroying the building that it was in would free it and you would win the game.
There was another one where you had to eat enough humans to satisfy your hunger, and lastly, there was just a "rack up damage" one. |
|
| Back to top |
|
 |
jjsonick
Joined: 10 Apr 2007 Posts: 134
|
Posted: Mon Jun 02, 2008 9:38 am Post subject: |
|
|
OK, this has been on the backburner since I last posted about it, but yesterday I took another crack at it. I figured out a good way to "turn off" a "fleeing people" path once the monster grabs a person from that path.
Also made it so houses can be either attacked by smashing claws or set on fire by fiery monster breath (previously it was one or the other). Added a cop-car, properly tweaked to be the wimpiest foe of Gohzilla. Added lazer eyes (ZAP!) for Gohzilla.
Limitations:
- There's no way to have fire spread - ACK has no way to test 'adjacent objects'. I might have fires die out after a random # of turns, though.
- There seems to be a bug with spells that 'allow the player to fire a weapon'. I was using that for both fire breath and laser eyes, and sometimes the spell just did nothing, besides deducting the expected number of MP. I don't think ACK has any 'spell failure' modeling, so I'll be sending a bug report to Chris. So now, Gohzilla has claws / fire breath/ zap eyes all as direct weapons -- you must READY one of them to switch between them, which is kinda clumsy, but it's working.
- There's no ACK trigger for when an object is destroyed, so there's no way for Gohzilla to rack up points for demolishing private & public property like the monsters in C, C & C did. Only killing/eating annoying human foes can gain points.
Given some of these limitations, I don't think it will be possible to do a full C,C&C-like game in ACK, but I think I can still make a fun demo that shows how to do non-typical scenarios in ACK. |
|
| Back to top |
|
 |
Chris H
Joined: 02 Dec 2007 Posts: 252 Location: California, USA
|
Posted: Thu Jun 05, 2008 11:42 am Post subject: |
|
|
I'll check out that spell bug -- if you can bundle up the demo and tell me how to reproduce it, that would be great.
There are ACK triggers for when terrain objects are destroyed -- at least there should be. It should be able to run a macro as an action, with the action triggered by being destroyed. Correct me if that doesn't appear as an option and I'll fix it. |
|
| Back to top |
|
 |
jjsonick
Joined: 10 Apr 2007 Posts: 134
|
Posted: Thu Jun 05, 2008 10:55 pm Post subject: |
|
|
Thanks, Chris, just emailed you a copy of this project that shows the spell problem, and another possible bug I just discovered.
No, there doesn't seem to be a trigger available for when terrain is destroyed -- only 'if attacked' as a action trigger, and the 'replaced' field for putting a different object there once the terrain's destroyed. It'd be great to have a separate 'when destroyed' field (like the npc death one) that could call a macro. |
|
| Back to top |
|
 |
jjsonick
Joined: 10 Apr 2007 Posts: 134
|
Posted: Thu Oct 02, 2008 8:25 pm Post subject: |
|
|
| The stall in this project (outside of obsessing over non-ACK projects) is that I really want to have fire that spreads, like in the original CC&C. I see a way to do it, but it will require some gnarly, lengthy macro-ing, and will have to be done for each screen (room) differently. It might also just be too slow, even if it works. But I'll attempt to get up the gumption to try it with one screen, and see how/if it works. |
|
| Back to top |
|
 |
Chris H
Joined: 02 Dec 2007 Posts: 252 Location: California, USA
|
Posted: Thu Oct 02, 2008 8:50 pm Post subject: |
|
|
| Contact me offline about this -- I'm curious what you're trying to do, if there's some way to do this via new macro commands that would have general usefulness, we can approach it from that direction. |
|
| Back to top |
|
 |
Blacklight
Joined: 19 May 2009 Posts: 3
|
Posted: Tue May 19, 2009 11:32 am Post subject: |
|
|
I actually DID this back in the 80's with the old ACS ! I made a whole bunch of non moving creatures that looked like buildings. Army squads, tanks, helicopters, and even the Mad Scientist were in there. Not to mention I also created traps that triggered air strikes and nuclear blasts.
I remember that I made the world map an actual map of the world and it was full of cities (those were the doorways from the world map to the individual city maps). I set up random military attacks on the world map.
When you started up, your monster was in his "dressing room" that had like 5-6 one way doors, each taking you to a room where you would pick up your starting powers. Then you were deposited on the world map in some area.
I also set up areas in cities that would give you extra powers and bonuses as well.
This was a LOT of fun with multiple players as we would fight through cities, grabbing power ups and then we'd hunt each other and meet for a giant monster showdown.
I also made a sequel based on "Monster Island" with the military surrounding the island and the monsters having to fight each other and find their way off the island.
I wish I still had my old C64 and disks. |
|
| Back to top |
|
 |
andrea38
Joined: 11 Aug 2010 Posts: 1
|
Posted: Wed Aug 11, 2010 10:04 pm Post subject: |
|
|
Wow,
Thanks you so much for inviting us...
I really hope i feel free in there..
Thanks a lot.. :smile: :razz: :wink: :mrgreen: _________________ make money online |
|
| Back to top |
|
 |
Flack
Joined: 18 Nov 2008 Posts: 678 Location: Hell, OK
|
Posted: Thu Aug 12, 2010 4:35 am Post subject: |
|
|
Wow. I guess the only good thing about spam is that it bumped an old thread that I missed the first time around. :)
Not only do I still have my old Commodore and all my old disks, I also have all my old game manuals and stuff, which I have been slowly scanning in. If you want to check them out or reference them, here are the scanned in manuals for both The Movie Monster Game and Mail Order Monsters.
http://www.robohara.com/scans/index.php?file=software _________________ Flack
WWW | Twitter |
|
| Back to top |
|
 |
|