Modding:Creating Outfit Textures: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Created page with "File sizes The textures need to be perfect squares, or perfect rectangles. This is because computers work to the power of 2 and prefer things that way. Not remembering this can make people’s games crash. The game's default textures for most items are 2048x2048 for clothing. You can also have 2048 by 1024 and so on. Example sizes: 128 256 512 1024 2048 4096 8k textures aren’t presently supported by the game.")
(No difference)

Revision as of 15:26, 30 December 2023

File sizes The textures need to be perfect squares, or perfect rectangles. This is because computers work to the power of 2 and prefer things that way. Not remembering this can make people’s games crash.

The game's default textures for most items are 2048x2048 for clothing. You can also have 2048 by 1024 and so on.

Example sizes:

128 256 512 1024 2048 4096 8k textures aren’t presently supported by the game.