Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
What are the default sizes? Would be good to state them so asset authors can check their thumbnails / tooltips.
Sizes added.
Great guide, thank you for writing it. I wanted to ask if you could please clarify what "material" refers to in the guide, thanks.
Kind regards,
PEWEX
Another way to look at it: you define a material to group some textures together.
Materials and textures are used in Blender, 3DS Max, Unity, and others.
Ronyx69 posted some good info here: https://cslmodding.info/asset/building/#resolution
Also from R69:
Good discord servers for asset creators:
* Ronyx69 discord[discord.gg]
* Terminus
https://en.wikipedia.org/wiki/Power_of_two#The_0th_through_95th_powers_of_two
Note that R69 found minimum size is 32x32 so anything smaller than 32 should be flagged as invalid.
Also edited previous comment with some extra infos.
- dimension 281 (x or y) breaks the "main" LOD (or mipmap level 0) because 281 is not divisible by two at all
- dimension 282 is better because it is 2 * 141. It breaks mipmap level 1.
- dimension 192 is almost flawless because it is 2^6 * 3. You need to zoom out really far to see the texture problem.
The above is actually logged in output_log.txt if you look carefully.
I'll add the wiki link.
Just wondering if sharing still works if diffuse was only different and other maps (s, n, a) were exactly the same?
If you can make the diffuses identical, too, then sharing is possible at the 'material' level which is even more efficient from a resource sharing and saving viewpoint.
As discussed above, I recommend LOD material sharing, in particular.