WAReborn / WorldsAdriftReborn

64 stars 14 forks source link

Cloud Bottom Layer #25

Closed sp00ktober closed 1 year ago

sp00ktober commented 1 year ago

When the player spawns he seems to always (or in most cases) be stuck in the cloud bottom layer. I dont know why yet.

Normally the cloud layer is set to a specific offset (default seems to be -800) and it also has some restrictions on the min and max values (min -1500f max 200f).

Current workaround is to set the _bottomLayerSmoothness of CloudController->CmdBufClouds to 0 which makes it transparent.

sp00ktober commented 1 year ago

fixed by b19199ecbd9d01ee40df355a40681000573e3aee the player now spawns on the first island spawned at is above the bottom cloud layer.