FWGS / xash3d-fwgs

Xash3D FWGS engine.
1.47k stars 224 forks source link

High res skybox crash #1610

Open voivodpl opened 5 months ago

voivodpl commented 5 months ago

When trying to load 4k skybox, the game crashes:

image
nekonomicon commented 5 months ago

Do you have such many memory? You need 128MiB for one such texture.

voivodpl commented 5 months ago
image

actually 64mb x 6

Well yeah, I need to have 4k skybox support.

voivodpl commented 5 months ago

Desbk

looks pretty amazing ingame don't you have 4k monitor/tv?

nekonomicon commented 5 months ago

actually 64mb x 6

64mb x 6 x 2 == 768mb. Engine loads your tga file in physical memory + converts in own format with additional memory allocation.

voivodpl commented 5 months ago

No problem with that. Everyone nowadays have at least 8gigs of ram. I have 32.

I get what you are saying, however, 4k should be a reasonable top limit still allowed. Not asking for 8k hehe.

voivodpl commented 5 months ago

https://drive.google.com/file/d/1IAjvpCi9oUmXdHAq95jiAnK1KA6qywWE/view?usp=sharing

4k dust skybox, 6 textures

a1batross commented 5 months ago

No access