Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: [DEMO]Ode to Zelda Advance  (Read 2941 times)

0 Members and 1 Guest are viewing this topic.

Koh

[DEMO]Ode to Zelda Advance
« on: October 12, 2009, 11:51:23 pm »
  • Tamer Koh
  • *
  • Reputation: +6/-0
  • Offline Offline
  • Gender: Male
  • Posts: 980
History
Remember how I had the old version like 2 years ago, that I was almost done with, but ended up having an unexpected error problem?  Well now, I'm going to do it again, and this time, with a lot more to explore and obtain.

Info
This is to be a remake of that online arcade game "Ode to Zelda," as seen on Jack Games' Online Arcade, that features an enhanced engine, graphics, overworld, equipment, and more!

Development Tool
Game Maker 7: Pro Edition

Story
N/A

Screenshots


System Requirements
-Windows 98 or Later.
-256 MB of RAM.

Current Features
-Movement
-Rolling
-Falling in Holes
-Bushes and Tall Grass
-Slash, Charge, Tap, Spin, Hurricane Spin, and Thrust attacks
-View Movement and Screen Transitions
-Heads Up Display (HUD)
-Sound & Voice Effects

Downloads
-Engine Test #1:

Credits
-Programmer
     Dominic Brooks (Koh/Dlbrooks33/Dlbrooks34)
-Music
     VGMusic.com [MIDI][/indent]
     Z.R.E.O Team [MP3][/indent]
-Sounds
     HelpTheWretched [Zelda Sound Collection]
-Graphics
     Nintendo [Originals]
     Spriter's-Resource [Source]
     PureZC [Source]
     Dominic Brooks (Koh/Dlbrooks33/Dlbrooks34) [Recolors/Edits]

Disclaimer
"The Legend of Zelda," characters, and other aspects of the series are under copyright of Nintendo.  This game is NOT in any way endorsed or sold for profit and is merely a fan game.
« Last Edit: October 24, 2009, 07:47:46 pm by Bludleef »
Logged
  • Megaclipse Games

roketx

Re: Ode to Zelda Advance
« Reply #1 on: October 13, 2009, 10:44:06 pm »
we're exactly are the link sprites from? they are fuking awesome, I never thought someone would see the light and actually redo a gameboy style sprite
Logged

Koh

Re: Ode to Zelda Advance
« Reply #2 on: October 14, 2009, 12:47:30 am »
  • Tamer Koh
  • *
  • Reputation: +6/-0
  • Offline Offline
  • Gender: Male
  • Posts: 980
I recolored them myself for this.  I'm not completely done with ALL the GB sprites, but I'm just editing what I need as I go along.
Logged
  • Megaclipse Games

roketx

Re: Ode to Zelda Advance
« Reply #3 on: October 16, 2009, 03:22:08 am »
make it when you swing the sword it creates a tiny tiny colider the size of 2x2 pixel and no less that only attacks the very front of link so you're not randomly destorying 2 bushes unrealisticly

takes like 2 secs to make and feels alot better
Logged

Antidote

>.>
Re: Ode to Zelda Advance
« Reply #4 on: October 16, 2009, 05:41:45 am »
  • In all seriousness who's serious?
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1485
again dlbrooks excellent work, and on the whole bush cutting thing, leave it as is. Its near pixel perfect to the real deal and nothing really needs to be done to it. Man it's hard to believe you came here about 4 years ago not knowing how and asking for examples, and now your helping out teh newbies :D

EDIT:
roketx: in Zelda it's fairly common to cut multiple bushes with one swing
Logged
  • Axiomatic Data Laboratories

Mamoruanime

@Mamoruanime
Re: Ode to Zelda Advance
« Reply #5 on: October 16, 2009, 11:51:20 pm »
  • ^Not actually me.
  • *
  • Reputation: +9/-0
  • Offline Offline
  • Gender: Male
  • Posts: 9786
make it when you swing the sword it creates a tiny tiny colider the size of 2x2 pixel and no less that only attacks the very front of link so you're not randomly destorying 2 bushes unrealisticly

takes like 2 secs to make and feels alot better

Yeah that's not quite how the GB zelda games work.

Basically it's like this---

([L] = Link, [S ] = Sword Collision Box)

If link's facing downward, and starts his swing, it appears this way-

FRAME 1:

Code: [Select]

     [L]


FRAME 2:

Code: [Select]

  [S][L]


FRAME 3:

Code: [Select]

     [L]
  [S]

FRAME 4:

Code: [Select]

     [L]
     [S]

Frame 5:

Code: [Select]

     [L]



Those aren't actual frames in the animation, but that's the order in which the sword collision box moves. It's a 16x16 "imaginary" area that moves with the sword as it swings. It cuts multiple bushes.
Logged
Re: Ode to Zelda Advance
« Reply #6 on: October 17, 2009, 12:30:03 am »
  • *
  • Reputation: +9/-0
  • Offline Offline
  • Posts: 728
Love your sprites and pallet choices, as usual. Also, since we're talking about it. I never played a GB Zelda game that allows multiple bush cuts with one normal sword swipe. Only ever cuts the one right in front of you like roketx already said.
Logged
  • Pyxosoft

Mamoruanime

@Mamoruanime
Re: Ode to Zelda Advance
« Reply #7 on: October 17, 2009, 01:39:11 am »
  • ^Not actually me.
  • *
  • Reputation: +9/-0
  • Offline Offline
  • Gender: Male
  • Posts: 9786
Love your sprites and pallet choices, as usual. Also, since we're talking about it. I never played a GB Zelda game that allows multiple bush cuts with one normal sword swipe. Only ever cuts the one right in front of you like roketx already said.

Except in a charged spin-

I can't remember for sure if the sword collision node actually effects bushes in a normal swipe, but it does affect things like enemies D:... I s'pose it's worth a look
Logged
Re: Ode to Zelda Advance
« Reply #8 on: October 17, 2009, 02:21:00 am »
  • *
  • Reputation: +9/-0
  • Offline Offline
  • Posts: 728
Quote
Except in a charged spin-

I can't remember for sure if the sword collision node actually effects bushes in a normal swipe, but it does affect things like enemies D:... I s'pose it's worth a look

Yeah, it effects enemy's in the way you described. In any case, it's not anything really important. XD
Logged
  • Pyxosoft

Koh

Re: Ode to Zelda Advance
« Reply #9 on: October 18, 2009, 01:01:35 am »
  • Tamer Koh
  • *
  • Reputation: +6/-0
  • Offline Offline
  • Gender: Male
  • Posts: 980
If I don't figure out thhs harddrive problem, I'm gonna have to start this thing over! -.-'
Logged
  • Megaclipse Games
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.061 seconds with 57 queries.