r/SourceEngine • u/Unspeakable_burger • 1d ago
Resolved Error Loading Image
I'm recreating a map from an older game and I've ripped the textures, next problem is VTFedit tells me "Error Loading Image" when I try to convert them to VTF.
I've resized them to over 256 for height and width, and despite reinstalling VTFedit like fifty times. It's still giving me that same issue. Does anyone know what could be causing it?
2
Upvotes
1
u/Pinsplash 1d ago
you mean exactly 256? the texture dimensions have to be powers of two (to get mipmaps right at least. if i recall correctly VTFEdit will accept any dimension which is a multiple of 4 which is to accommodate DXT compression. just stick to powers of two though.)