Texture Guidelines: Difference between revisions
New Horizon (talk | contribs) No edit summary |
New Horizon (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
'''Q: When do I upload to the darkmod_hires repository?''' | '''Q: When do I upload to the darkmod_hires repository?''' | ||
A: Anytime | A: Anytime you create a new texture. | ||
'''Q: I have uploaded my hires textures, now what?''' | '''Q: I have uploaded my hires textures, now what?''' | ||
Line 40: | Line 37: | ||
Texture groups should attempt to stay within the following standards. | Texture groups should attempt to stay within the following standards. | ||
'''''Format: | '''''Format: DDS Compression.''''' | ||
With this formula,the largest | With this formula,the largest DDS textures (1024x1024) weigh in at roughly 1 to 1.5 megs, mip maps included. | ||
'''Do keep a backup of the ultra hi-res versions of your work. Try not to forget that you must upload a high res and low res version to their respective repositories.''' | '''Do keep a backup of the ultra hi-res versions of your work. Try not to forget that you must upload a high res and low res version to their respective repositories.''' | ||
Line 50: | Line 47: | ||
Diffuse: [ Min/Max: | Diffuse: [ Min/Max: 1024 x 1024] | ||
Normal: [ Min/Max: | Normal: [ Min: 512 x 512 / Max: 1024 x 1024] | ||
Specular: [ Min/Max: | Specular: [ Min: 256 x 256 / Max: 512 x 512] | ||
Line 60: | Line 57: | ||
Diffuse: [ Min/Max: | Diffuse: [ Min/Max: 1024 x 1024] | ||
Normal: [ Min/Max: | Normal: [ Min: 512 x 512 / Max: 1024 x 1024] | ||
Specular: [ Min/Max: | Specular: [ Min: 256 x 256 / Max: 512 x 512] | ||
Line 70: | Line 67: | ||
Diffuse: [ Min/Max: 256 x 256] | Diffuse: [ Min/Max: 256 x 256] | ||
Normal: [ Min/Max: | Normal: [ Min: 256 x 256 / Max: 512 x 512] | ||
Specular: [ Min/Max: | Specular: [ Min: 128 x 128 / Max: 256 x 256] | ||
Line 80: | Line 77: | ||
Diffuse: [ Min/Max: | Diffuse: [ Min/Max: 1024 x 1024] | ||
Normal: [ Min/Max: | Normal: [ Min: 512 x 512 / Max: 1024 x 1024] | ||
Other: [ Min/Max: | Other: [ Min: 256 x 256 / Max: 512 x 512] | ||
By following this formula, you will reduce your final file size while retaining high quality | By following this formula, you will reduce your final file size while retaining high quality presentation. |
Revision as of 02:55, 22 June 2006
Q: What is the darkmod_hires CVS directory for?
A: To help us maintain our high and low res textures, we have had to setup a darkmod_hires repository on CVS. It will contain map, object and character hi_res textures that will later be released as a self installing upgrade package.
Q: When do I upload to the darkmod_hires repository?
A: Anytime you create a new texture.
Q: I have uploaded my hires textures, now what?
A: Switch back to the regular 'darkmod' mod directory and upload the low res textures.
Q: How do I download the hires textures?
A: In the same way you download the rest of the mod. The only exception is that you have to change the file path while using the darkmod_hires directory.
Q: What is the reason for having these texture guidelines?
A: There are several.
1. To make downloading the mod easier for our members who are on dialup.
2. To prevent the mod from ballooning into a huge monster. Uncompressed TGA's add up quickly.
3. To make the mod accessible to members and eventually players who will not have high end computers that are capable of handling the textures.
Here is the basic setup for uploading and downloading from this repository.
TEXTURE GUIDELINES:
Texture groups should attempt to stay within the following standards.
Format: DDS Compression.
With this formula,the largest DDS textures (1024x1024) weigh in at roughly 1 to 1.5 megs, mip maps included.
Do keep a backup of the ultra hi-res versions of your work. Try not to forget that you must upload a high res and low res version to their respective repositories.
Tiled textures- Walls, Floors, Ceiling, Doors...ect -
Diffuse: [ Min/Max: 1024 x 1024]
Normal: [ Min: 512 x 512 / Max: 1024 x 1024]
Specular: [ Min: 256 x 256 / Max: 512 x 512]
Large objects- Beds, barrels, chairs, bookshelves-
Diffuse: [ Min/Max: 1024 x 1024]
Normal: [ Min: 512 x 512 / Max: 1024 x 1024]
Specular: [ Min: 256 x 256 / Max: 512 x 512]
Small objects- Keys, books, goblets, utensils-
Diffuse: [ Min/Max: 256 x 256]
Normal: [ Min: 256 x 256 / Max: 512 x 512]
Specular: [ Min: 128 x 128 / Max: 256 x 256]
AI: All characters-
Diffuse: [ Min/Max: 1024 x 1024]
Normal: [ Min: 512 x 512 / Max: 1024 x 1024]
Other: [ Min: 256 x 256 / Max: 512 x 512]
By following this formula, you will reduce your final file size while retaining high quality presentation.