Agreed. An enemy editor value would be best, to allow selective settings, and set by default to the old behaviour. There are puzzles in several quests that require reflecting at close proximity, that this would break. I wish I noticed that sooner...on Shardstorm, as it is indeed a problem.
Random double-shot should also be an enemy setting.
Things like that are a good argument for never skipping Gamma phase.
http://www.zoriarpg.com/zc/LoE_Userbar.png http://zoriarpg.com/zc/EiyuuUserbar.png
http://www.zoriarpg.com/zc/CIS_Original.pnghttp://www.zoriarpg.com/zc/CIS_II_Userbar.png
Latest ZC 2.53 (Win32) | (Technical Specification | Changelog)
Latest ZC 2.55(Win32) | 2.55 Modules | (Techical Specification | Changelog)
ZC Source Code | ZClaunch Source Code
Featured Scripts & Headers: RPG.zh ( v. a0.97.1 ) ( RPG.zh Thread ) | Zelda 3 Thief's Town Treasure Chest Minigame (ffc) | Bobomb (enemy)
ZScript & ZC-Related Pastebin | ZC Dev & Builds | ARCHIVED ZC Dev & Builds | YouTube Channel | Quests and ZScript Repository
All of the code that I create and publish here is free for use, modification and distribution under the GPL v2.0, or v3.0 where applicable.
Sounds like a fast fix is needed then.
And really, ANY enemy buff or nerf should come as an option. I don't know why it didn't occur to anyone this would unbalance quests.
These were bug fixes. They were always supposed to do those things. The distance check has been there all along; it just didn't work right. They actually have been firing double fireballs, but it's been almost unnoticeable because the fireballs have been in the same place instead of slightly offset.
Fine, I can make these rules. In the meantime, you could always script them. They're pretty simple.
If the fireballs weren't offset, and would impact simultaneously, how did the engine determine damage and priority for them?
Did both induce damage, or was there some 50/50% on which one was in charge of the collision? Seems a bit OT, I know, but it's a question that has arisen before, regarding simultaneous collision, and I don't have a satisfactory answer to give people (e.g. scripters, notably Moosh asked me out of the blue a while back).
You can override invincibility frames via scripts. I've done it, and I even made a header for it.
Last edited by ZoriaRPG; 10-25-2015 at 04:54 AM.
http://www.zoriarpg.com/zc/LoE_Userbar.png http://zoriarpg.com/zc/EiyuuUserbar.png
http://www.zoriarpg.com/zc/CIS_Original.pnghttp://www.zoriarpg.com/zc/CIS_II_Userbar.png
Latest ZC 2.53 (Win32) | (Technical Specification | Changelog)
Latest ZC 2.55(Win32) | 2.55 Modules | (Techical Specification | Changelog)
ZC Source Code | ZClaunch Source Code
Featured Scripts & Headers: RPG.zh ( v. a0.97.1 ) ( RPG.zh Thread ) | Zelda 3 Thief's Town Treasure Chest Minigame (ffc) | Bobomb (enemy)
ZScript & ZC-Related Pastebin | ZC Dev & Builds | ARCHIVED ZC Dev & Builds | YouTube Channel | Quests and ZScript Repository
All of the code that I create and publish here is free for use, modification and distribution under the GPL v2.0, or v3.0 where applicable.
Nope, first collision takes priority every other weapon will just die as usual on collision except for ones that persist such as explosions.
ZoriaRPG, I believe the first collision triggers Link's "invulnerability" phase, so the second fireball strikes and does nothing because Link is temporarily invincible.
EDIT: Since the projectiles on screen are indexed just like enemies, that would mean the first fireball created gets to do damage, then invulnerability is triggered and the second fireball does nothing. This is the same as hitting a bubble to evade an enemy attack--the 0 damage hit triggers invulnerability provided it has a lower index than the enemy attack (on a one frame double collision).
Rather than make it a quest rule, could this be made one of the miscellaneous features of a shooter enemy? Maybe make it a distance variable, with 0 overlapping the two projectiles into a single shot. This would let quest makers define how much the fireballs are offset, to create some unusual 'bullet hell' situations with the build-in engine. It would also save a quest rule, which Saffith said was a nearly exhausted list.
Also, sweetness on the new version, good work ZC Development team!
It would require creating a script that times the shooting precisely to that of a shooter enemy, and must be done for every screen and every statue.
Wouldn't work for Zelda 4 anyway, because there's a weapon that can disable them. This means, if it's not done based on an NPC locations, the weapon will no longer disable shooting statues. And if IS done based on NPC locations, I'd have to first figure out what NPCs are what, and upon statue nuetralization, can actually make shots happen from a non-statue enemy.
I'm sure there's a way and all, but it would be TONS of work, what with all the testing and stuff I'd have to do. I get that this is how Z1 used to work, the problem is that ZC HASN'T done it for so long that it's now a "fix" that will break many quests.
no just ask a developer to script shooters from scracth for you.
it's 1 in 128 btw right saffith?
Even doing that creates another problem. Shooter type enemies are the only type that doesn't collide with the player. So you can make a stationary "other" type enemy that shoots, but it would either turn the statues into damage combos, or mercy invincibility exploits (if the collision damage is set to 0).
There are currently 1 users browsing this thread. (0 members and 1 guests)