Hard Light Productions Forums
Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: magatsu1 on July 18, 2004, 03:26:57 pm
-
Can someone remind me what size and res. standard textures ought to be ? (I'm working to vanilla, not SCP, standards BTW)
I'm sure there's a 256 in there somewhere...
Ta
-
Its' actually arbitrary, with 256 as the max. Of course, with some reg hacking, it is completely arbitrary. But any power of two is still a good idea, whether you are doing it for SCP or not.
-
I believe the engine still resizes all textures to a power of 2 (256,512,1024,2048,etc). So that's why it's best to stick to those.
-
cool.