Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: magatsu1 on July 18, 2004, 03:26:57 pm

Title: Custom Textures
Post 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
Title: Custom Textures
Post by: StratComm on July 18, 2004, 04:17:18 pm
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.
Title: Custom Textures
Post by: aldo_14 on July 18, 2004, 04:44:51 pm
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.
Title: Custom Textures
Post by: magatsu1 on July 18, 2004, 04:45:40 pm
cool.