Author Topic: Legend Of Zelda Progress Thread  (Read 20366 times)

0 Members and 2 Guests are viewing this topic.

SirCmpwn

  • Guest
Re: Legend Of Zelda Progress Thread
« Reply #15 on: December 07, 2010, 08:41:40 am »
Perhaps have the option for extended maps via AppVars?

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Legend Of Zelda Progress Thread
« Reply #16 on: December 07, 2010, 02:18:58 pm »
That is too complex for my first RPG attempt. I'm going to add another map of equal size, though.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Legend Of Zelda Progress Thread
« Reply #17 on: December 07, 2010, 04:01:52 pm »
Mhmm, to me it looks like something like 60x40 might be more suitable for the world map, but maybe 60x60 if Death Mountain is included. It could maybe be 48x60. Would it take too much RAM?

EDIT: In Dark Link Quest the world map is 61x31 and Death Mountain is another 61x31 chunk
« Last Edit: December 07, 2010, 04:05:29 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Legend Of Zelda Progress Thread
« Reply #18 on: December 07, 2010, 04:42:01 pm »
Here's how things stand now:

Kakariko Village/Lost Woods map is 36x21, not including houses and forest temple dungeon.
The Plains/Lake Hylia is 36x21, not including the water temple and fire temple.
Death Mountain/Zora's Domain is 36x21, not including the ice temple and death mountain dungeons.
Then, there will be a smaller "Dark World" map that is not yet drawn.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Legend Of Zelda Progress Thread
« Reply #19 on: December 08, 2010, 01:14:13 am »
Sounds good. 12x7, right? :)

Also will the dark world be similar to the light world, but where only a certain area is available?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Legend Of Zelda Progress Thread
« Reply #20 on: December 08, 2010, 07:21:26 pm »
not sure yet.

no, 8x8. all sprites are 8x8

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Legend Of Zelda Progress Thread
« Reply #21 on: December 08, 2010, 11:53:59 pm »
If maps are 8x8, how can you have 21 tiles map height? ???
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Legend Of Zelda Progress Thread
« Reply #22 on: December 09, 2010, 12:14:28 am »
scrolling? it is zelda, after all :P

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Legend Of Zelda Progress Thread
« Reply #23 on: December 09, 2010, 07:51:41 am »
If maps are 8x8, how can you have 21 tiles map height? ???

Each 8x8 sprite counts as 1 tile. So, each screen is 9 tiles by 7 tiles. Each world map section will be 4 screens by 3 screens

Wait, do I have to do 9x6? Will 7 fit for 8x8 sprites?


Not this version. It will be screen by screen. This is my first attempt at an RPG, so I'm going simple, feature-wise.
« Last Edit: December 09, 2010, 07:55:18 am by ACagliano »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Legend Of Zelda Progress Thread
« Reply #24 on: December 09, 2010, 09:43:29 am »
Oh ok  I thought you said in your previous post that maps were 8x8 each. :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Legend Of Zelda Progress Thread
« Reply #25 on: December 09, 2010, 11:25:39 am »
no, each SPRITE is 8x8. Each sprite is 1 TILE.

But considering screen size, can I fit 7 tiles down if each tile is 8x8?

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Legend Of Zelda Progress Thread
« Reply #26 on: December 09, 2010, 11:27:42 am »
The maximum you could fit on a single screen is 12 tiles left to right by 8 tiles up and down

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Legend Of Zelda Progress Thread
« Reply #27 on: December 09, 2010, 11:29:48 am »
with each tile 8x8? ok good. So im good then. Maps are almost done.

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Legend Of Zelda Progress Thread
« Reply #28 on: December 09, 2010, 11:32:28 am »
Yep, the screen is 96x64, and 96/8=12, and 64/8=8 :) So what size are you going to have for a single screen?

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Legend Of Zelda Progress Thread
« Reply #29 on: December 09, 2010, 05:31:38 pm »
9x7 tiles. That is 72x56 pixels. The remainder of the x-column will be used for health, magic power, keys (if in a dungeon), ect.