Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

event horizon is just white on stargate universe gate #240

Open
SinonTechnicolour opened this issue Nov 1, 2020 · 6 comments
Open

event horizon is just white on stargate universe gate #240

SinonTechnicolour opened this issue Nov 1, 2020 · 6 comments
Labels
known-bug The bug is known, but I don't know how to amend it on-hold Bug put on-hold for further investigation. The I-dont-know-how-to-solve-it label(or not enough info)

Comments

@SinonTechnicolour
Copy link

Hiya, not sure if i have done something wrong, but the event horizon on the sgu gate is just white with no textures or anything. it all works but it is just white and I am not sure why?

@Beyley
Copy link
Contributor

Beyley commented Nov 1, 2020

Its a problem with the animated event horizon, disabling it should work

@MrJake222
Copy link
Owner

The animated texture is quite vram (your graphics card memory) hungry. People with 1GB of VRAM were seen having issues with it. You can disable it in config.

@KiraLinux
Copy link

mod in size 24 megabytes but why 1 gigabyte of video memory is not enough for textures that are much smaller?

@MrJake222
Copy link
Owner

Compression. GPU won't decompress each frame on the fly, so the CPU does it when Minecraft starts. There are 185 frames, each around 1100x1100 pixels. This gives 223 850 000 pixels. Each is 3 bytes (R-G-B). 671 550 000 bytes. This is 671.55 MB. Aaaand there are 2 of them (Normal and black&white). And Minecraft and your OS allocates some of VRAM too. I'm aware of the flaws of this design and If someone has a better one, I'm listening. I'm not familiar how such animations are done in real games.

In short, JPG compression does the magic.

@KiraLinux
Copy link

I suggest adding textures with a resolution of 550x550 and optionally in the config
do not touch the number of frames

this will solve the problem of weak computers and laptops, but the animated texture will be preserved

I know you introduced disabling animated textures
but there are also some players who are suitable for low-resolution animated textures, so let's say the middle option

@MrJake222
Copy link
Owner

I'm pretty sure a texture pack could handle this ;)

@MrJake222 MrJake222 added known-bug The bug is known, but I don't know how to amend it on-hold Bug put on-hold for further investigation. The I-dont-know-how-to-solve-it label(or not enough info) labels Jan 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
known-bug The bug is known, but I don't know how to amend it on-hold Bug put on-hold for further investigation. The I-dont-know-how-to-solve-it label(or not enough info)
Projects
None yet
Development

No branches or pull requests

4 participants