PDA

View Full Version : sticking up in subscreen



Freedom
06-26-2007, 01:27 AM
2.5_403

Links head and traps stick up in the subscreen

http://members.toast.net/mfreedom/bug/2.5_403_1.gif
http://members.toast.net/mfreedom/bug/2.5_403_2.gif

ok....
I found a quest rule to correct this, but why would you have it do that anyway?
If you're going to use a quest rule to allow, shouldn't it be set to cover him up by default instead of the other way around, this hasn't been happening to me in earlier versions.

erm2003
06-26-2007, 06:21 AM
That might have been set as a quest rule because in Z1 different enemies that can jump will appear over the subscreen if they go off the edge. Some people want that, and obviously some people don't, and it looks like based on your quest design it's a rule that needed to be there since it effects Big Link too.

DarkDragon
07-03-2007, 12:59 AM
The problem here is that stuff must be drawn on the screen in a certain order. The relevant parts of the current ordering, if the subscreen ordering quest rule is left at defaults (the complete algorithm is hella complicated) is:

1. The subscreen,
2. All enemies under Link,
3. Link,
4. All enemies jumping over Link.

The intent of the quest rule is to allow jumping enemies to appear over the subscreen. There is no different order of the above that both draws Link under the subscreen, and all jumping enemies (including those below Link) above the subscreen.

Since the default subscreen ordering quest rule is intended for Classic compatibility, and Big Link is found in non-Classic quests, I feel it best to declare this interaction Not A Bug for now. However, I will transfer this thread to Bugs in Limbo so that it may be looked at if ZC is ever rewritten (especially if the rewrite has better graphics (ie stencil buffering) support).