Jump to content

Why is this texture causing my game to crash ?


BarneyGold

Recommended Posts

the Texture has an Invalid Resolution Size.

 

the Texture, Normal and Specular Resolution Sizes Must Be in Multiples of 8 (this applies to both the Texture it self, Normal and Specular maps as well all Alpha Channels, Mip Maps)

 

change the texture size to 512 x 512

 

or

 

1024 x 1024

 

you can use GIMP to change resolution of DDS files

 

Fallout 4 Supported Valid Resolution Sizes:

 

 

8

16

32

64

128

256

512

1024 = 1k Textures

2048 = 2k Textures

4096 = 4K Textures

8092 = 8K Textures

16184 = 16K Textures <-- will be a long time before we see these xD

 

if the Texture, Normal and Specular maps Do Not have any of these Resolution Sizes above, then they are Invalid and will Guarantee a CTD upon Being Equipped

 

Note all numbers above must be the same number for both Height and Width

 

Link to comment
Share on other sites

the Texture has an Invalid Resolution Size.

 

the Texture, Normal and Specular Resolution Sizes Must Be in Multiples of 8 (this applies to both the Texture it self, Normal and Specular maps as well all Alpha Channels, Mip Maps)

 

change the texture size to 512 x 512

 

or

 

1024 x 1024

 

you can use GIMP to change resolution of DDS files

 

Fallout 4 Supported Valid Resolution Sizes:

 

 

8

16

32

64

128

256

512

1024 = 1k Textures

2048 = 2k Textures

4096 = 4K Textures

8092 = 8K Textures

16184 = 16K Textures <-- will be a long time before we see these xD

 

if the Texture, Normal and Specular maps Do Not have any of these Resolution Sizes above, then they are Invalid and will Guarantee a CTD upon Being Equipped

 

Note all numbers above must be the same number for both Height and Width

 

It just worked, thanks!

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...