Difference between revisions of "Harry Potter Effect"

From Custom Mario Kart
Jump to navigation Jump to search
m
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The "'''Harry Potter Effect'''" is a texturing glitch that appears only in newer [[custom tracks]] created with the [[CTools Pack|BRRES Editor]]. This bug won't happen if you use only the [[SZS Modifier]] to create your custom track(s). It's named like that because of Harry Potter's invisibility cape - it's not invisible, but it covers what's behind it.
+
{{Bugs}}
 +
{{about|This page is a part of the [[Custom Track Tutorial]].}}
  
This glitch happens if the transparent polygons in the BRRES file appear before the normal ones. The previous polygon will always appear on top of the later one, even if it's transparent.
+
== Overview ==
{{youtube-box|bug|doSSAli8hl4|[[N64 Kalimari Desert (Captain Kwark & Wiimm)|N64 Kalimari Desert]]}}
+
The '''Harry Potter Effect''' is a texturing glitch that appears in many [[custom tracks]] created with the [[CTools Pack|BRRES Editor]]. It was named after Harry Potter's invisibility cloak; it was not invisible, but it covered what was behind it.
[[File:HarryPottereffect.png|270px|thumb|none|Here you can see the "Harry Potter Effect" in an old [[GCN Sherbet Land]] preview.]]
 
  
==Anti Harry Potter Effect==
+
This glitch occurs if transparent polygons in the [[BRRES]] file appear before normal ones. The previous polygon will always appear on top of the latter one, even if it is transparent.
 +
 
 +
== Media ==
 +
{{youtube-box|bug|doSSAli8hl4|[[N64 Kalimari Desert (Captain Kwark & Wiimm)]]}}
 +
[[File:GCN Sherbet Land (Tock) Harry Potter Effect.png|270px|thumb|none|A preview of the effect on [[GCN Sherbet Land (Tock)]]]]
 +
 
 +
== Solutions ==
 +
This problem can be fixed by using [[BrawlBox]]. Check [[Creating a BRRES with BrawlBox#Materials for Textures With Transparency/Opacity|this section]] for more information.
 +
 
 +
Make sure that, in the texture reference under each material, ''Scale'' is set to to (1,1) and ''Translation'' to (0,0). This will avoid your texture from becoming a solid color in game. Repeat the step with each material.
 +
 
 +
== Anti-Harry Potter Effect ==
 
If this or some other glitch occurs after fixing your BRRES file in BrawlBox, you probably unintentionally changed another setting.
 
If this or some other glitch occurs after fixing your BRRES file in BrawlBox, you probably unintentionally changed another setting.
  
 
In this screenshot, the "DepthFunction" setting of the red wall was mistakenly set to "Greater" instead of "Less or Equal" like normal.
 
In this screenshot, the "DepthFunction" setting of the red wall was mistakenly set to "Greater" instead of "Less or Equal" like normal.
[[File:AntiHarryPotterEffect.png|270px|thumb|none|Here you can see it.]]
+
[[File:Sunset Ridge (Vulcanus2 & BigOto2) RC2 Anti-Harry Potter Effect.png|270px|thumb|none|A preview of the anti-effect on [[Sunset Ridge (Vulcanus2 & BigOto2)]]]]
 
 
==How to Fix it==
 
{{about|Main article: [[BrawlBox Tricks#Harry Potter Effect Fix|BrawlBox Tricks]]}}
 
  
 +
{{Custom Track Tutorial}}
 
[[Category:Bug]]
 
[[Category:Bug]]
 +
[[Category:Custom Track Tutorial]]
 +
[[Category:Tutorials]]

Revision as of 11:54, 20 October 2021

This page is a part of the Custom Track Tutorial.

Overview

The Harry Potter Effect is a texturing glitch that appears in many custom tracks created with the BRRES Editor. It was named after Harry Potter's invisibility cloak; it was not invisible, but it covered what was behind it.

This glitch occurs if transparent polygons in the BRRES file appear before normal ones. The previous polygon will always appear on top of the latter one, even if it is transparent.

Media

A preview of the effect on GCN Sherbet Land (Tock)

Solutions

This problem can be fixed by using BrawlBox. Check this section for more information.

Make sure that, in the texture reference under each material, Scale is set to to (1,1) and Translation to (0,0). This will avoid your texture from becoming a solid color in game. Repeat the step with each material.

Anti-Harry Potter Effect

If this or some other glitch occurs after fixing your BRRES file in BrawlBox, you probably unintentionally changed another setting.

In this screenshot, the "DepthFunction" setting of the red wall was mistakenly set to "Greater" instead of "Less or Equal" like normal.