User Tag List

View Poll Results: Do you plan on making a 5th entry?

Voters
17. You may not vote on this poll
  • Yes

    10 58.82%
  • No

    7 41.18%
Page 6 of 17 FirstFirst ... 4 5 6 7 8 16 ... LastLast
Results 51 to 60 of 163

Thread: Fifth Quest Planning and Discussion

  1. #51
    Admiral Zim's Avatar
    Join Date
    Oct 2012
    Posts
    388
    Mentioned
    9 Post(s)
    Tagged
    2 Thread(s)
    vBActivity - Stats
    Points
    1,699
    Level
    13
    vBActivity - Bars
    Lv. Percent
    82.73%
    There is a function in the last quest file I posted that spawns any enemy, including bosses, while a)the number of current enemies is less than X, b)there's a trigger variable int Z that is less than Y. The script sets Y to +=1 of what it was when the enemy dies, and Y can be set to a number >1 so that the spawning happens as many times as desired.

    "In Loving Memory of Dark Nation."

    It wouldn't be difficult to modify one of the item spawning functions in there to drop the item desired when Z==whatever number of bosses get defeated in the room.
    Last edited by Zim; 08-08-2013 at 03:23 PM.

  2. #52
    Cor Blimey! CJC's Avatar
    Join Date
    Dec 2002
    Location
    Fading into the darkness
    Age
    35
    Posts
    1,398
    Mentioned
    150 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,618
    Level
    25
    vBActivity - Bars
    Lv. Percent
    0.96%
    Quote Originally Posted by Zim View Post
    There is a function in the last quest file I posted that spawns any enemy, including bosses, while a)the number of current enemies is less than X, b)there's a trigger variable int Z that is less than Y. The script sets Y to +=1 of what it was when the enemy dies, and Y can be set to a number >1 so that the spawning happens as many times as desired.

    "In Loving Memory of Dark Nation."

    It wouldn't be difficult to modify one of the item spawning functions in there to drop the item desired when Z==whatever number of bosses get defeated in the room.
    Would you mind posting that script in a code box here? I couldn't find the quest you were referencing.

    ...Unless you mean your big scrolling project, but that's not what you're talking about... is it?

  3. #53
    Admiral Zim's Avatar
    Join Date
    Oct 2012
    Posts
    388
    Mentioned
    9 Post(s)
    Tagged
    2 Thread(s)
    vBActivity - Stats
    Points
    1,699
    Level
    13
    vBActivity - Bars
    Lv. Percent
    82.73%
    Quote Originally Posted by CJC View Post
    Would you mind posting that script in a code box here? I couldn't find the quest you were referencing.

    ...Unless you mean your big scrolling project, but that's not what you're talking about... is it?
    Actually it was, I think. :)
    void E(enum,xpos,ypos,numnpc<this,triggerflag#toset,ift riggerflagis<=thisnum,setflagtothisnumwhenscriptru ns)
    It was something like that.

  4. #54
    Username Kaiser SUCCESSOR's Avatar
    Join Date
    Jul 2000
    Location
    Winning.
    Age
    37
    Posts
    4,436
    Mentioned
    152 Post(s)
    Tagged
    7 Thread(s)
    vBActivity - Stats
    Points
    10,560
    Level
    30
    vBActivity - Bars
    Lv. Percent
    51.7%
    Quote Originally Posted by jman2050 View Post
    sup

    I started the 4th quest contest and attempted to judge it but I wasn't up to the task. I *think* either _L_ or DarkDragon ultimately decided the winner of the contest, but my memory is hazy.

    Actually thinking about it now I should still have all the entries archived somewhere on this PC...
    Schweet. I'd like to play through all the 4th contest entries. What do you think of the rules so far? I think we've got em down and ready to go. Edit, also sup.

    @CJC I can PM or chat with you about specifics on the script to keep from derailing this thread.

  5. #55
    The Time-Loop Continues ZC Developer
    Gleeok's Avatar
    Join Date
    Apr 2007
    Posts
    4,815
    Mentioned
    259 Post(s)
    Tagged
    10 Thread(s)
    vBActivity - Stats
    Points
    12,933
    Level
    33
    vBActivity - Bars
    Lv. Percent
    23.44%
    Actually the rules need a minor facelift. They need to offer more freedom with what you can do, but at the same time place more restrictions on the NES side of it. This sounds kind of stupid, I know, but what's most likely to happen is some otherwise great entries (possibly winners) that just don't "feel" like an NES quest so its score drops considerably.

    I'm going to quickly run through the 4th with cheats on first, though.

    Quote Originally Posted by CJC View Post
    Second, should we include a memorial room for DarkNation in the quest, and if so what should the string say?
    We probably should. We could reserve a room on the OW for secrets which no entrants can use, except for writing "RESERVED".


    Quote Originally Posted by CJC View Post
    Will we be able to use certain passive equipment that is unusual, like the flippers?
    I've been considering what I would do if I were to participate in this contest, and one of my ideas was to keep to the 'eight item' setup of the inventory but switch out some of the items in play (like replacing the boomerang with the hookshot and the raft with the flippers).
    This is a good reason why the rules need to save people from themselves. :/ ...Removal of the boomerang is certain to make people not like this quest, and technically the hookshot doesn't add much except a lame "you need item to cross" gimmick. The flippers....erm,,might be nice....or not. On a tactical level they are extremely annoying since instead of otherwise using the ladder you are now in water and cannot attack...


    Quote Originally Posted by jman2050 View Post
    sup

    I started the 4th quest contest and attempted to judge it but I wasn't up to the task. I *think* either _L_ or DarkDragon ultimately decided the winner of the contest, but my memory is hazy.

    Actually thinking about it now I should still have all the entries archived somewhere on this PC...
    Sup.
    It was _L_. DarkDragon and I both voted the same for "most fun" which coincided with _L_'s 2nd pick. None of the quests were able to win all across the board making it a rather difficult affair. Thank you for disappearing btw.

    To remedy this I'm thinking of a possible joint judging process. The entrants are publicly released and after a period of months, are voted by the community as well as official judges. In order for this to be fair, there needs to be options for: "Completed", "Played Most Of", "Played Some", "Didn't Play", as well as various categories relevant to the 5th.
    Last edited by Gleeok; 08-08-2013 at 07:17 PM.
    This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.

  6. #56
    Cor Blimey! CJC's Avatar
    Join Date
    Dec 2002
    Location
    Fading into the darkness
    Age
    35
    Posts
    1,398
    Mentioned
    150 Post(s)
    Tagged
    6 Thread(s)
    vBActivity - Stats
    Points
    6,618
    Level
    25
    vBActivity - Bars
    Lv. Percent
    0.96%
    Quote Originally Posted by Gleeok View Post
    Actually the rules need a minor facelift. They need to offer more freedom with what you can do, but at the same time place more restrictions on the NES side of it. This sounds kind of stupid, I know, but what's most likely to happen is some otherwise great entries (possibly winners) that just don't "feel" like an NES quest so its score drops considerably.

    This is a good reason why the rules need to save people from themselves. :/ ...Removal of the boomerang is certain to make people not like this quest, and technically the hookshot doesn't add much except a lame "you need item to cross" gimmick. The flippers....erm,,might be nice....or not. On a tactical level they are extremely annoying since instead of otherwise using the ladder you are now in water and cannot attack...
    On the boomerang:
    Spoiler: show
    My desire to remove the boomerang comes mainly because it seems to be a pariah item: Quests hide it until late dungeons because it makes the game 'too easy'. My goal in switching it for the hookshot was to maintain the stun mechanic while limiting it to orthogonal directions. It would also add the ability to throw in 'uncrossable' rooms that require the hookshot, yes, to make the item required for progression (I guess that's the equivalent of a ZQuest trope, huh?)
    I can work around this removal by adding a 'boomerang block' that triggers secrets in a room, which I could then use to make a bridge appear in a room that would normally be impossible to cross.


    On the Flippers:
    Spoiler: show
    My plan was to convert all shore combos to 'ladder only' and make only the open water combos swimmable (so the Ladder would still be viable in these situations, and without it the only way into the water is a raft pier). The addition of flippers exists primarily to hide more secret entrances in the water, and to ensure said entrances cannot be reached until the flippers are acquired.
    If I could find or construct a script that would let Link move freely on water tiles when he has the raft (probably just needs to check for the item, then combo type, then draw the raft on layer 0), the flippers will no longer be necessary.


    On the Bait
    Spoiler: show
    Feed the Goriya rooms don't really add a whole lot to the quest for me. I have a more interesting solution to these roadblocks which I think will be favorable.
    As for the bait itself I suppose it's frustration because it is essentially useless in every other room (yeah, there's hunger, but how often is that going to be viable in combat?). I intended to remove the Bait so I could make room for the Hammer, which will play a significant role in Overworld secrets (break those rocks) as well as dungeon combat (Large groups of Darknuts in certain dungeons will be a sign that the hammer is necessary).
    I suppose I can adjust my level 2 bomb to serve most of the hammer's functions, though it will complicate matters when hiding secrets on the overworld.




    Perhaps we should just let contestants build the quests using the current rule proposal and then--if the 'Classic Zelda' feeling is insufficient (as rated by the public who play the quest)--make suggestions for correcting the issue on a case-by-case basis. There are plenty of places where the Classic feel could be broken, but that is a matter of opinion and it might be better to make corrections rather than restrictions. In other words, leave it up to the majority. Since the quest is for everybody, we should poll if the quest is 'classic' enough.


    AH, that's it! Contestants should open a thread when they make the submission and said thread should have poll/feedback to determine how to make the quest 'more' classic.
    Last edited by CJC; 08-08-2013 at 08:02 PM. Reason: Bad Grammar, sorry

  7. #57
    Admiral Zim's Avatar
    Join Date
    Oct 2012
    Posts
    388
    Mentioned
    9 Post(s)
    Tagged
    2 Thread(s)
    vBActivity - Stats
    Points
    1,699
    Level
    13
    vBActivity - Bars
    Lv. Percent
    82.73%
    Quote Originally Posted by CJC View Post
    On the boomerang:
    Spoiler: show
    My desire to remove the boomerang comes mainly because it seems to be a pariah item: Quests hide it until late dungeons because it makes the game 'too easy'. My goal in switching it for the hookshot was to maintain the stun mechanic while limiting it to orthogonal directions. It would also add the ability to throw in 'uncrossable' rooms that require the hookshot, yes, to make the item required for progression (I guess that's the equivalent of a ZQuest trope, huh?)
    I can work around this removal by adding a 'boomerang block' that triggers secrets in a room, which I could then use to make a bridge appear in a room that would normally be impossible to cross.


    On the Flippers:
    Spoiler: show
    My plan was to convert all shore combos to 'ladder only' and make only the open water combos swimmable (so the Ladder would still be viable in these situations, and without it the only way into the water is a raft pier). The addition of flippers exists primarily to hide more secret entrances in the water, and to ensure said entrances cannot be reached until the flippers are acquired.
    If I could find or construct a script that would let Link move freely on water tiles when he has the raft (probably just needs to check for the item, then combo type, then draw the raft on layer 0), the flippers will no longer be necessary.


    On the Bait
    Spoiler: show
    Feed the Goriya rooms don't really add a whole lot to the quest for me. I have a more interesting solution to these roadblocks which I think will be favorable.
    As for the bait itself I suppose it's frustration because it is essentially useless in every other room (yeah, there's hunger, but how often is that going to be viable in combat?). I intended to remove the Bait so I could make room for the Hammer, which will play a significant role in Overworld secrets (break those rocks) as well as dungeon combat (Large groups of Darknuts in certain dungeons will be a sign that the hammer is necessary).
    I suppose I can adjust my level 2 bomb to serve most of the hammer's functions, though it will complicate matters when hiding secrets on the overworld.




    Perhaps we should just let contestants build the quests using the current rule proposal and then--if the 'Classic Zelda' feeling is insufficient (as rated by the public who play the quest)--make suggestions for correcting the issue on a case-by-case basis. There are plenty of places where the Classic feel could be broken, but that is a matter of opinion and it might be better to make corrections rather than restrictions. In other words, leave it up to the majority. Since the quest is for everybody, we should poll if the quest is 'classic' enough.


    AH, that's it! Contestants should open a thread when they make the submission and said thread should have poll/feedback to determine how to make the quest 'more' classic.
    Upon reading this post I have come upon the realization that a 5th quest should not add or subtract from any previous game mechanics of tLoZ and be a rearrangement of the original LoZ map with absolutely no changes in game mechanics. That's my final opinion and vote on this matter.

  8. #58
    Username Kaiser SUCCESSOR's Avatar
    Join Date
    Jul 2000
    Location
    Winning.
    Age
    37
    Posts
    4,436
    Mentioned
    152 Post(s)
    Tagged
    7 Thread(s)
    vBActivity - Stats
    Points
    10,560
    Level
    30
    vBActivity - Bars
    Lv. Percent
    51.7%
    Quote Originally Posted by Zim View Post
    Upon reading this post I have come upon the realization that a 5th quest should not add or subtract from any previous game mechanics of tLoZ and be a rearrangement of the original LoZ map with absolutely no changes in game mechanics. That's my final opinion and vote on this matter.
    BOOOOO-RING! I would rather eat plain white rice 3 meals a day for a month.

  9. #59
    Admiral Zim's Avatar
    Join Date
    Oct 2012
    Posts
    388
    Mentioned
    9 Post(s)
    Tagged
    2 Thread(s)
    vBActivity - Stats
    Points
    1,699
    Level
    13
    vBActivity - Bars
    Lv. Percent
    82.73%
    Quote Originally Posted by SUCCESSOR View Post
    BOOOOO-RING! I would rather eat plain white rice 3 meals a day for a month.
    I actually did that once.. Except for it was only 1 or 2, and I had some butter and sugar, and I skipped some days.
    Not recommended PoA.

    I just started thinking that if it were me, I'd make the 5th quest as if it were made within the limitations of the NES LoZ, and as if it were a quest that was in the original NES game. Isn't that the point of calling it 5th Quest anyway?

    I'll be glad to see whatever comes of it either way.
    Last edited by Zim; 08-08-2013 at 09:53 PM.

  10. #60
    The Time-Loop Continues ZC Developer
    Gleeok's Avatar
    Join Date
    Apr 2007
    Posts
    4,815
    Mentioned
    259 Post(s)
    Tagged
    10 Thread(s)
    vBActivity - Stats
    Points
    12,933
    Level
    33
    vBActivity - Bars
    Lv. Percent
    23.44%
    Idea: How many times can you listen to the same 7 measures of the NES dungeon music without going insane? 200 times? 500 times? 5,000 times? How about an NES dungeon midi contest to replace the 3rd - 5th defaults?

    The arrangement should be in the NES style and soundfonts, must start with the NES dungeon theme, and include at the least a B and C section with a coda at the composers discretion, and be at least 3 minutes without loops.

    What do you guys think?
    This post contains the official Gleeok seal of approval. Look for these and other posts in an area near you.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social