Texture Memory

popcorp

L1: Registered
Apr 6, 2014
7
0
Hello, i have a few questions about Texture memory, the one you see in Map > Show Information

1) Is there a limit for Texture memory?
2) What are the cons of having huge texture memory usage?
3) How to decrease the size of a memory usage?

Thanks.
 

henke37

aa
Sep 23, 2011
2,075
515
There is a limit, since it has to fit in hardware dedicated video ram.
The cons are that the map takes longer to load, both because the actual file being downloaded is larger and because there is more data to send to the video ram.
The way to decrease the use is to reduce the number and resolution of the textures. You can't do much about the base textures for the materials, but you can adjust the lightmap scale, since the lightmap is a texture too. Cubemaps are textures too. As for anything else, don't put every single model in the game in your map. They each have at least one texture each.