01 Jul 13, 07:22PM
(01 Jul 13, 06:05PM)ExodusS Wrote:(01 Jul 13, 12:17PM)YesWeCamp Wrote: Make one you consider 'cool' and you can use it again and again if you like.
Nah, for a confirmed mapper it's impossibru because:
Quote://there are only 256 texture slots available
why btw?
Technical reasons, Read line 16 and 21 the limitations are because of the type containing the texture information. It is only one byte with the range of possible values between 0-255. So, 256 available slots. If we changed the data type, the map file size would raise.