MakeUp - Ultra Fast | Shaders

MakeUp - Ultra Fast | Shaders

17M Downloads

error C1503 in modded dimensions

Rising-Soul opened this issue · 1 comments

commented

I get this error when I enter the Twilight Forest, or a Hyperbox, and the shader fails to load:

deferred.vsh: deferred.vsh: 0(69) : error C1503: undefined variable "FOG_SUNSET"
0(69) : error C1503: undefined variable "FOG_DAY"
0(69) : error C1503: undefined variable "FOG_NIGHT"

The shader works again as soon as I leave the dimension.

Using:
Minecraft 1.20.1 Forge
Embeddium 0.3.31
Oculus 1.8.0

<3

commented

I’m afraid there are two problems:

  1. Oculus instead of Iris. Oculus has not been updated for a while and handles custom dimensions differently. MakeUp takes those differences into account.

  2. Even if an updated version of Oculus existed, it would still not work. Mods such as Twilight Forest and others that add custom dimensions (not all of them) alter the way things are rendered in ways that are fundamentally incompatible with how MakeUp is implemented. I’m afraid there’s no solution.