Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 5 6 [7] 8 9 ... 11

Author Topic: Cthulhu Makes a Game  (Read 12227 times)

ECrownofFire

  • Bay Watcher
  • Resident Dragoness
    • View Profile
    • ECrownofFire
Re: Cthulhu Makes a Game
« Reply #90 on: July 20, 2010, 12:12:21 am »

Just remember to design them so that you don't get permanently stuck somewhere. Some kind of reset or a way to push the block back to the beginning.
Logged

Cthulhu

  • Bay Watcher
  • A squid
    • View Profile
Re: Cthulhu Makes a Game
« Reply #91 on: July 20, 2010, 12:36:52 am »

Yeah, I'll probably just do like Golden Sun and make the blocks not persistent, so they reset if you leave and come back.
Logged
Shoes...

Vahan

  • Guest
Re: Cthulhu Makes a Game
« Reply #92 on: July 20, 2010, 12:51:58 am »

Make a Sonichu game.
Logged

dragnar

  • Bay Watcher
  • [Glub]
    • View Profile
Re: Cthulhu Makes a Game
« Reply #93 on: July 20, 2010, 07:33:26 am »

Make a Sonichu game.
Out foul demon! For that suggestion you should be exiled from the internets! All of them!
Logged
From this thread, I learned that video cameras have a dangerosity of 60 kiloswords per second.  Thanks again, Mad Max.

Medicine Man

  • Bay Watcher
  • Pile the bodies, set them aflame.
    • View Profile
Re: Cthulhu Makes a Game
« Reply #94 on: July 20, 2010, 07:41:47 am »

What is Sonichu?
Logged

Cthulhu

  • Bay Watcher
  • A squid
    • View Profile
Re: Cthulhu Makes a Game
« Reply #95 on: July 20, 2010, 07:56:19 am »

We will not bring up Sonichu in this thread.

Question:  Does the parent object have to be in the room for the children to inherit its events?  I don't want an invisible goblin running around because the goblin master is running off events meant for the goblins themselves.
« Last Edit: July 20, 2010, 09:35:16 am by Cthulhu »
Logged
Shoes...

Willfor

  • Bay Watcher
  • The great magmaman adventurer. I do it for hugs.
    • View Profile
Re: Cthulhu Makes a Game
« Reply #96 on: July 20, 2010, 09:39:56 am »

Question:  Does the parent object have to be in the room for the children to inherit its events?  I don't want an invisible goblin running around because the goblin master is running off events meant for the goblins themselves.
If it follows standard object-oriented programming theory, the parent-child relationship of classes of object has no bearing on whether one is in the room or not. All it means is that the child type adopts code from a parent type. Gamemaker might have different rules though, I don't know.
Logged
In the wells of livestock vans with shells and garden sands /
Iron mixed with oxygen as per the laws of chemistry and chance /
A shape was roughly human, it was only roughly human /
Apparition eyes / Apparition eyes / Knock, apparition, knock / Eyes, apparition eyes /

dragnar

  • Bay Watcher
  • [Glub]
    • View Profile
Re: Cthulhu Makes a Game
« Reply #97 on: July 20, 2010, 09:48:58 am »

Question:  Does the parent object have to be in the room for the children to inherit its events?  I don't want an invisible goblin running around because the goblin master is running off events meant for the goblins themselves.
No, as Willfor said, there are no restrictions on the parent's presence. You will probably never even place the parent in any room.
Logged
From this thread, I learned that video cameras have a dangerosity of 60 kiloswords per second.  Thanks again, Mad Max.

Cthulhu

  • Bay Watcher
  • A squid
    • View Profile
Re: Cthulhu Makes a Game
« Reply #98 on: July 20, 2010, 09:50:27 am »

Okay good, it suddenly occurred to me that the parent would probably start trying to do all the actions meant for the goblins if I put it in the room.
Logged
Shoes...

Boksi

  • Bay Watcher
  • Everyone's dumb in their own special way
    • View Profile
Re: Cthulhu Makes a Game
« Reply #99 on: July 20, 2010, 11:04:07 am »

On the subject of the Quicksilver Boots: Perhaps it would stun or even damage you if you hit an obstacle before finishing the dash. And as for collision detection, I'd spawn a number of unique, invisible tile-sized detectors in a row in the direction you're dashing. Check DetectDash1, if it overlaps an obstacle then stun Budgetsoft, if not check DetectDash2 and so on.
Logged
[BODY_DETAIL:NAIL:NAIL:NAIL]
[HAMMER:HAMMER:HAMMER]

[TSU_NOUN:nose]
[SUN_TSU_NOUN:art:war]

dragnar

  • Bay Watcher
  • [Glub]
    • View Profile
Re: Cthulhu Makes a Game
« Reply #100 on: July 20, 2010, 11:07:49 am »

Ugh, that would be far more complex than needed. Move the character one tile at a time, checking collisions every move(that would need scripting, the drag and drop commands can't check for collisions in mid-step) No reason to make more objects than are necessary.
Logged
From this thread, I learned that video cameras have a dangerosity of 60 kiloswords per second.  Thanks again, Mad Max.

Cthulhu

  • Bay Watcher
  • A squid
    • View Profile
Re: Cthulhu Makes a Game
« Reply #101 on: July 20, 2010, 11:13:13 am »

Yeah, I was planning on making it bad to hit stuff dashing.

The way I see it is this:

Press shift + D-pad, immediately move two or three tiles in the chosen direction (With an appropriate swish/speedy move sprite).  Short cooldown, 5 seconds or so, and you can do it again.  You can't use it to fly around the map, it's too short and there's a cooldown.  The main purpose is avoiding attacks without a large AoE.  Dragon breathes fire, dash to the side, you get the idea.  It could also be used in a similar way to the gauntlets.  If I don't want the player reaching an area until they've completed the dungeon that gives the boots, I put a small chasm in the way.  Only way over it is dashing.

That's assuming I make that item anyway.  I know what boss it will likely drop from, and there are plenty of other cool items I could put there.
Logged
Shoes...

Cheddarius

  • Bay Watcher
  • Hrm.
    • View Profile
Re: Cthulhu Makes a Game
« Reply #102 on: July 20, 2010, 12:01:51 pm »

That's good. Reminiscent of Zelda. Get boots, jump over chasm to boss fight... get fist, punch block in front of boss door out of the way. Things like that, you know?
Logged

ein

  • Bay Watcher
  • 勝利の女神はここよ~ 早く捕まえてぇ~
    • View Profile
Re: Cthulhu Makes a Game
« Reply #103 on: July 20, 2010, 12:06:25 pm »

This game is going to be kickass.

Aqizzar

  • Bay Watcher
  • There is no 'U'.
    • View Profile
Re: Cthulhu Makes a Game
« Reply #104 on: July 20, 2010, 12:17:12 pm »

Game Maker 7 doesn't appear to know how to make an animated sprite out of tiled pictures in a single image, contrary to the tutorial which skips right over the matter.  Maybe I should return to this project when I'm not dead tired.

Also, liking sound of guy using different movement-effecting gadgets powered by a universal magic gauge.  Very old-school action-gamey.
Logged
And here is where my beef pops up like a looming awkward boner.
Please amplify your relaxed states.
Quote from: PTTG??
The ancients built these quote pyramids to forever store vast quantities of rage.
Pages: 1 ... 5 6 [7] 8 9 ... 11