User Tag List

Page 1 of 17 1 2 3 11 ... LastLast
Results 1 to 10 of 165

Thread: I'm going to be re-jiggering the custom enemy system...

  1. #1
    Developer
    ZC Developer

    Join Date
    Aug 2006
    Location
    Australia
    Age
    37
    Posts
    2,777
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    6,850
    Level
    25
    vBActivity - Bars
    Lv. Percent
    37.54%

    I'm going to be re-jiggering the custom enemy system...

    ...so it's likely that your Enemies will revert to the defaults in a coming build. Just so you know.

    Anyway, my first improvement is combining the enemy types "Walking Enemy, Walker/Shooter", "Goriya", "Bubble", "Zol" and "Zol Tribble" into one single "Walker/Shooter" enemy type.

    The misc. flags for this proposed supertype will look like this:

    misc1: Attack Type. 0 = normal, 1 = fires weapon on each tile (i.e Fire Zol), 2 = fires weapons constantly (or has homing boomerang), 3 = fires three weapons, 4 = fires four weapons, 5 = fires five weapons, 7 = stream of weapons (Fire Octorok), 8 = fires eight weapons
    misc2: Suicide Attack. 1 = splits on damage, 2 = splits on death, 3 = fires eight weapons on death
    misc3: ID of enemy to split into.
    misc4: number of enemies to split into.
    misc5: ID of enemy to "grow up" into after 256 frames.
    misc6: Affects how many times it will fire when it stops to fire. No effect if misc1 = 7 or 2
    misc7: Status Effects. 1 = temporary jinx, 2 = permanent jinx, 3 = remove jinx, 4 = lose magic, 5 = take rupees, 6 = make Link "drunk"
    misc8: Status Effect Strength. If misc7 < 4, then 0 = sword, 1 = item, 2 = both. Otherwise, the amount of magic/rupees to take away.

    Also, all of the weakness and resistance flags will work. However, breaking an enemy's shields won't cause it to change tiles unless it has the "Darknut Walk" or "New Darknut Walk" animation types.

  2. #2
    Murana Wolford DarkFlameWolf's Avatar
    Join Date
    Jan 2002
    Location
    On Top
    Age
    41
    Posts
    4,472
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    6,903
    Level
    25
    vBActivity - Bars
    Lv. Percent
    46.02%

    Re: I'm going to be re-jiggering the custom enemy system...

    Why? Explaining the reasoning why you are doing this.
    "If anybody says him/her/it without defining what they're talking about, the conversation is automatically about my p.e.n.i.s. :-D" - Wild Bill
    "Design ideas come to me during fetid fits of masturbation." - C-Dawg
    "I want to give NoeL a blowjob! ^_^" - Peteo
    "The magic boob should be mine any minute!" - Koopa
    "Suicide is the most sincere form of self-criticism" - My Film Professor

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

    Re: I'm going to be re-jiggering the custom enemy system...

    Because he's making the thing work better? It's a beta, after all.

    That said, lack of reverse compatability is a bitch, ya know.

  4. #4
    Developer
    ZC Developer
    jman2050's Avatar
    Join Date
    Jun 2001
    Location
    Do you really need to know
    Age
    37
    Posts
    3,883
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    5,708
    Level
    23
    vBActivity - Bars
    Lv. Percent
    45.98%

    Re: I'm going to be re-jiggering the custom enemy system...

    Are you sure you're gonna be able to redo the enemy code needed to get this to work?
    AGN's Resident Zelda Classic Developer and Sonic the Hedgehog Fanboy

  5. #5
    Developer
    ZC Developer

    Join Date
    Aug 2006
    Location
    Australia
    Age
    37
    Posts
    2,777
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    6,850
    Level
    25
    vBActivity - Bars
    Lv. Percent
    37.54%

    Re: I'm going to be re-jiggering the custom enemy system...

    I've done most of it already. All I need to do is get the shields to work correctly. Also, figure out why the Gel's movement system is seemingly completely different to the Zol's.

    After that, I'll work at uniting Keese and Peahats...

  6. #6
    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,578
    Level
    46
    vBActivity - Bars
    Lv. Percent
    60.28%
    Achievements It's over 9000!

    Re: I'm going to be re-jiggering the custom enemy system...

    They do seem to move differently. >.>'

    I can see why this change would be a nice one. It combines the best and most frequently used attributes of all the enemies into one simple formula.

  7. #7
    Octorok
    Join Date
    Aug 2004
    Age
    44
    Posts
    128
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    1,046
    Level
    11
    vBActivity - Bars
    Lv. Percent
    16.32%

    Re: I'm going to be re-jiggering the custom enemy system...

    I must say this could potentially improve the enemy system, since it would ensure that fewer enemy classifications have their own distinct rules, particularly with regards to the "weapon" each uses.

    That is, if it's coded correctly. If what we have now is just replaced with a bunch of bugs that never get squashed, then of course no one will like it...
    ...but then, I've been eating paste all morning, so what do I know?

  8. #8
    Developer
    ZC Developer
    jman2050's Avatar
    Join Date
    Jun 2001
    Location
    Do you really need to know
    Age
    37
    Posts
    3,883
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    5,708
    Level
    23
    vBActivity - Bars
    Lv. Percent
    45.98%

    Re: I'm going to be re-jiggering the custom enemy system...

    Well, if you think it won't cause any problems, I'm okay with it. All the neccesary code is there, its just putting it all together.
    AGN's Resident Zelda Classic Developer and Sonic the Hedgehog Fanboy

  9. #9
    Robots in Disguise
    ZC Developer
    Dark Nation's Avatar
    Join Date
    Mar 2000
    Posts
    5,401
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    7,656
    Level
    26
    vBActivity - Bars
    Lv. Percent
    61.59%

    Re: I'm going to be re-jiggering the custom enemy system...

    And there's NO way to convert the current custom enemies to the new format?

  10. #10
    Developer
    ZC Developer

    Join Date
    Aug 2006
    Location
    Australia
    Age
    37
    Posts
    2,777
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    6,850
    Level
    25
    vBActivity - Bars
    Lv. Percent
    37.54%

    Re: I'm going to be re-jiggering the custom enemy system...

    Not unless you guys want to change all the Misc. Attributes for all of the enemies in your quests by hand...

    Also, I think I've figured out what the differences in the Gel's movement system are for - it's to make them initially move outward when they're created by a split Zol. So, I think I can bring them into the "Walker" type as well...

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