project-navigation
Personal tools

Author Topic: Texture specifications  (Read 8576 times)

Offline Sepelio

  • Rookie
  • ***
  • Posts: 37
    • View Profile
Texture specifications
« on: April 05, 2010, 11:58:16 pm »
Hey folks, I've been learning to make textures recently and have managed to make a few that are fairly decent I think.

I'd like to contribute them but I don't know what sort of specifications you guys are looking for in textures. Do you have a size you would like them to be in? How about gloss/bump/normal maps?

Also might be an idea to specify the above somewhere on the forum...

Cheers.

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Re: Texture specifications
« Reply #1 on: April 06, 2010, 12:25:03 am »
What is the higgest quality we have on the game?(Im talking to the admins)

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
Re: Texture specifications
« Reply #2 on: April 06, 2010, 12:30:00 am »
Hey !

You can find this information in the wiki.

The textures should have sizes that have the power of 2, e.g. 512x256 or 512x1024 or 1024x1024. The higher the quality & resolution the better. We can always scale them down. The format should be png. You should provide normalmaps if possible. The normalmaps will automatically be used in the game when having the same name like the texture but with _nm attached.

The link for more information is here:
http://ufoai.ninex.info/wiki/index.php/Artwork

Cheers, too.

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Re: Texture specifications
« Reply #3 on: April 06, 2010, 12:31:33 am »
My bug screenshots have higher quality than that lol.

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
Re: Texture specifications
« Reply #4 on: April 06, 2010, 12:32:04 am »
What is the higgest quality we have on the game?(Im talking to the admins)

 ???

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Re: Texture specifications
« Reply #5 on: April 06, 2010, 12:33:07 am »
e.g. 512x256 or 512x1024 or 1024x1024.

I meant this

Offline Sepelio

  • Rookie
  • ***
  • Posts: 37
    • View Profile
Re: Texture specifications
« Reply #6 on: April 06, 2010, 03:39:33 am »
No gloss maps then? How about glow maps?

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: Texture specifications
« Reply #7 on: April 06, 2010, 10:37:06 am »
Hi Sepelio, a couple questions/answers:

1. What are your textures for? Maps I assume? The texture size is really a matter of getting the most bang for your buck. If it's a texture that's likely to be used large on a wall/floor or something, give it a bigger size. If it's going to go on something smaller (little mechanical things and other objects that won't be too large), give it a smaller size. As a general rule of thumb, other than special textures I'd never really use less than 256x256, and almost everything is not higher than 512x512. If you want any advice on this, you can attach them to the forum and I'll recommend some good sizes. Or you can send me a PM and I'll pass you my email address.

2. The game only supports a normal map, and there's a particular way they need to be done. Check out this wiki article for making normalmaps. You can specify more things about your texture (shine, bump height, etc.) through the material definitions.

3. The devs will tell you we can always resize textures, but if you're putting noise/dirt/wear into it, this is often finely tuned to the size of the texture. IMHO, resizing often disrupts the style and quality (in ways other than a simple reduction in size). That's why it's good to get the right size. But this is hard if you're not actually creating a texture for a specific application. Which brings me to the final point -- with textures you're already halfway there. Why not try your hand putting those textures to brushes in Radiant? You know best what how you intend those textures to be used. An RMA tile can be small and more manageable.

4. If you can, please always provide the source files for the textures as well, whether that's Gimp, Photoshop or something else. This way we can make changes later if needed, and this is especially useful if the textures aren't already created for a specific application.

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: Texture specifications
« Reply #8 on: April 06, 2010, 10:42:33 am »
What is the higgest quality we have on the game?(Im talking to the admins)

I'm not an admin, but to my knowledge there isn't a maximum set. It's all about balancing the load on the game with the impact of a particular texture, judging whether more pixels will make a significant visual impact to be worth the reductions you'll have to make elsewhere.

Offline Legendman3

  • Sergeant
  • *****
  • Posts: 306
    • View Profile
Re: Texture specifications
« Reply #9 on: April 06, 2010, 12:46:05 pm »
H-Hour my question was already answered. Go to Sepolios question now

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Texture specifications
« Reply #10 on: April 06, 2010, 05:13:46 pm »
one general rule is: submit source images in high resolutions - 1024 and above - downscaling them will produce better looking textures than upscaling them.

we have a specular map encoded in our bsp lightmap data but no extra gloss map support.

Offline Sepelio

  • Rookie
  • ***
  • Posts: 37
    • View Profile
Re: Texture specifications
« Reply #11 on: April 06, 2010, 06:45:20 pm »
What I'll do is just give you guys my GIMP source files and the normal maps I've already generated so you can use them as needed.

They are map textures and were made primarily for Xonotic/Nexuiz. Making textures and using shaders has been my project of the month so these are basically the best results I've had so far.

Anyway I'll upload them someplace in a wee bit once I've sorted them.

Most of the textures are fine, there are a few gloss maps in there as well as a guide to the spec maps. The wall textures are not very good yet. One of them was procedurally generated using Kandid. The floor and metal ones should be fine. The stone textures are adapted from some I found on OpenGameArt.org and generated normal maps for. Come to think of it they may need resized. I'll do some of this just now before I upload them so you guys have more to work with.
« Last Edit: April 06, 2010, 07:54:21 pm by Sepelio »

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Texture specifications
« Reply #12 on: April 06, 2010, 08:03:41 pm »
nexuiz? so they are all gpled?

Offline Sepelio

  • Rookie
  • ***
  • Posts: 37
    • View Profile
Re: Texture specifications
« Reply #13 on: April 06, 2010, 09:39:09 pm »
Yes indeed although more for Xonotic now. I'm going to try and finish a good sized set of textures first I think before I release. Shouldn't take me too long I've been whacking these things out recently.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Texture specifications
« Reply #14 on: April 07, 2010, 07:57:43 am »
very nice - thank you very much