-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LOD textures loaded even while close up in some locations. #41
Comments
Just gonna add to this, but I think I was the first person to find this issue. And the most prevalent areas that this occurs, is newly loaded areas after Lib has been installed. But any area loaded before libs installation will load as normal. |
This appears to have something to do with the allocator. if I edit out the allocator replacement in source/memory/from_allocator.cpp, the textures load normally. |
could you please upload the liber.dll that has the allocator edited out? thank you |
ok, you can download it here: https://github.com/Named-Blade/libER/releases |
In certain locations, the low level of detail textures seem to be mistakenly loaded instead of higher detail versions. This can be easily noticed in the entrance to Stormveil, in the walk from Margit's arena to the castle gate, as the textures of the ground switch to a much higher detail version while walking towards the castle, and also switch back to low detail versions when walking away.
I don't know what could be causing this, but from my testing this always happens while libER is loaded.
The text was updated successfully, but these errors were encountered: