User Tag List

Results 1 to 9 of 9

Thread: Conditional flags

  1. #1
    Gel andrewmcd1's Avatar
    Join Date
    Apr 2006
    Age
    32
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    722
    Level
    9
    vBActivity - Bars
    Lv. Percent
    46.51%

    Conditional flags

    Would it be possible to make it so that when one trigger is hit, only some of the secrets are triggered?

    Example: X = Boomerang Trigger Y=Gate tiles O=Open gate -=Wall tiles


    -----------------------------
    - X Y Y
    - Y Y
    - Y Y
    - X Y Y
    -----------------------------

    *The top Boomerang trigger is... Triggered*
    -----------------------------
    - X Y O
    - Y O
    - Y O
    - X Y O
    -----------------------------
    So only the second gate opens.

    *The bottom trigger is triggered*

    -----------------------------
    - X O O
    - O O
    - O O
    - X O O
    -----------------------------

    So, as you see, each trigger operates one seperate gate. Now, on a small scale, this is possibly possible in ZC, but what if you wished to change a large area at the trip of a trigger (without the use of a warp) while there is another trigger/secret to be activated on the same screen?
    Hmm... Nothing to say here, so I won't. Apart from that.

  2. #2
    Wizrobe The_Amaster's Avatar
    Join Date
    Dec 2005
    Location
    St. Mystere
    Age
    32
    Posts
    3,803
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    8,810
    Level
    28
    vBActivity - Bars
    Lv. Percent
    26.1%

    Re: Conditional flags

    You read my mind. I swear I was thinking about this last night. For actual implementation, I was thinking new flags: 'Triggered by Boomerang", "Triggered by Sword", etc. These flags are assigned to SC 16-32 via Tiered Secrets, and only activate when the appropriate Secret Combo (Boomerang, Swords, etc.) is activated.

  3. #3
    On top of the world ShadowTiger's Avatar
    Join Date
    Jun 2002
    Location
    Southeastern New York
    Posts
    12,231
    Mentioned
    31 Post(s)
    Tagged
    3 Thread(s)
    vBActivity - Stats
    Points
    29,579
    Level
    46
    vBActivity - Bars
    Lv. Percent
    60.36%
    Achievements It's over 9000!

    Re: Conditional flags

    G'haa. X x. Eventually, we'll need like, six to twelve individual layers for flags alone so we can apply all these new confangled Individual-Triggering flags.

    There's a lot of freedom to be had with such things, but actual implementation on the quest designer's side is going to get a tad tricky, not to mention on the developers' side.

  4. #4
    Administrator DarkDragon's Avatar
    Join Date
    Oct 2001
    Posts
    6,228
    Mentioned
    70 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    11,028
    Level
    31
    vBActivity - Bars
    Lv. Percent
    8.52%

    Re: Conditional flags

    Like BH4, I think that another layer of flags would be quite messy... especially since this behavior can already be modeled using scripts.

  5. #5
    Gel andrewmcd1's Avatar
    Join Date
    Apr 2006
    Age
    32
    Posts
    27
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    722
    Level
    9
    vBActivity - Bars
    Lv. Percent
    46.51%

    Re: Conditional flags

    Yes, But not everyone has the time to learn scripting, and even if they ask someone to do it, there's no guarantee they'll actually do it. It would be easier for non-scripters for these to be available.

    But If someone wants to (and CAN) script it, then Please tell us.
    Hmm... Nothing to say here, so I won't. Apart from that.

  6. #6
    Wizrobe C-Dawg's Avatar
    Join Date
    Jan 2002
    Posts
    4,205
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    6,612
    Level
    24
    vBActivity - Bars
    Lv. Percent
    99.92%

    Re: Conditional flags

    Quote Originally Posted by andrewmcd1 View Post
    Yes, But not everyone has the time to learn scripting
    People, scripting is not difficult. It's really, really not difficult. And you can do all sorts of things without scripting. Suggestions for the devs that can be easily scripted just distract them from working on things that cannot be.

    Plus, do you REALLY want to massively complicate the easier side of Zelda Classic?

  7. #7
    Wizrobe
    Join Date
    Dec 2006
    Age
    29
    Posts
    3,693
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    8,936
    Level
    28
    vBActivity - Bars
    Lv. Percent
    42.98%

    Re: Conditional flags

    People, scripting is not difficult. It's really, really not difficult.
    Believe it or not, some people do find it hard. And you can't exactly walk in to Barnes and Noble and purchase "ZScripting for Dummies". If it is so easy, than why don't you just make a tutorial or something and stop nagging people because they don't know how to script?
    Quote Originally Posted by rock_nog View Post
    Well of course eveything's closed for Easter - don't you know of the great Easter tradition of people barricading themselves up to protect themselves from the return of Zombie Christ?


  8. #8
    Wizrobe C-Dawg's Avatar
    Join Date
    Jan 2002
    Posts
    4,205
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    6,612
    Level
    24
    vBActivity - Bars
    Lv. Percent
    99.92%

    Re: Conditional flags

    Quote Originally Posted by russadwan View Post
    Believe it or not, some people do find it hard. And you can't exactly walk in to Barnes and Noble and purchase "ZScripting for Dummies". If it is so easy, than why don't you just make a tutorial or something and stop nagging people because they don't know how to script?
    There are several excellent tutorials here and at PureZC. People don't care to read them.

  9. #9
    Octorok Questions's Avatar
    Join Date
    Nov 2005
    Age
    33
    Posts
    256
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    1,275
    Level
    12
    vBActivity - Bars
    Lv. Percent
    18.24%

    Re: Conditional flags

    Quote Originally Posted by C-Dawg View Post
    People, scripting is not difficult. It's really, really not difficult. And you can do all sorts of things without scripting. Suggestions for the devs that can be easily scripted just distract them from working on things that cannot be.

    Plus, do you REALLY want to massively complicate the easier side of Zelda Classic?
    lol.

    Whether or not scripting is difficult depends entirely on the person. Some people can learn it quick as pie, however there are a larger group that will never figure it out. So don't give anyone that "scripting is easy" crap. You don't know how easy it'll be for them.

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