project-navigation
Personal tools

Author Topic: Artwork needed  (Read 18078 times)

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Artwork needed
« on: September 04, 2010, 01:31:16 pm »
Artists seeking to contribute should look here for information about what's needed:

Where to start as an artist: Read this if you know what you can do, or what you want to do, but you don't know where to start.

Roadmap: This is the most up-to-date list of all of our existing or planned content, with indications for things that are missing.

TODO/2.5: This is the small list of artwork that we need for 2.5. These items are the highest priority and any helping knocking them off the list will be very appreciated.

TODO/General: This is the long-term list of artwork that we need for planned items.

In addition to these lists, updated or improved artwork for existing content is always welcome.

If you notice something is missing or out of date, please edit the wiki if you can or post in this thread to let us know. I will try to keep the list as up to date as possible so artists aren't confused about what's required.
« Last Edit: September 06, 2012, 12:48:51 pm by H-Hour »

Offline p0ss

  • Rookie
  • ***
  • Posts: 37
    • View Profile
Re: Artwork needed
« Reply #1 on: February 07, 2011, 08:47:23 am »
I started going through the textures folders and creating normal maps for files which had none, I've done tex_base, tex_nature, tex_terrain and texture_mattn so far. As I went through I also created some variations on some of the textures, the system I used was: 

 variations on an existing texture: a,b,c etc appended to the original texture name

 Modifications to turn a non tiling texture into a tileable texture: -tile appended to the original texture name

 Normal maps for existing textures and the variations:  _nm appended to the original texture name

 I've done 500+ normal maps so far, and I've nearly finished tex_buildings at time of writing, I'll post updates here as I churn through them.   I don't really know enough about creating specular maps to feel confident doing a lot of them, but I figured even just normal maps for everything would be an improvement.

Normally I would host the files on Open Game Art, but since the licensing is not known for some of the source textures, and since hundreds of normals is not all that useful to other developers, I've gone with rapidshare for this lot, I hope thats not a problem.
Here is tex_base:

http://rapidshare.com/files/446618244/tex_base.zip
http://rapidshare.com/files/446619457/tex_terrain.zip

The big ones are uploading and are estimated to take another 5 hours, I'll edit this post to add their addresses when they're done.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Artwork needed
« Reply #2 on: February 07, 2011, 09:59:37 am »
thanks a lot

but (sorry that there is a but ;) ): we encode the height in the alpha channel of the normalmap - see our wiki article about it. it would also be nice if you could share the heightmaps.

Offline p0ss

  • Rookie
  • ***
  • Posts: 37
    • View Profile
Re: Artwork needed
« Reply #3 on: February 07, 2011, 11:32:46 am »
I have done so mate, I went through all the jpgs in those directories, added alpha channels, set the mode to rgb where nessecary, then exported ran the normal map plugin using the settings from the tutorial and then saved them as pngs. If there are some without an alpha channel I am sure they are in the minority. 

Offline p0ss

  • Rookie
  • ***
  • Posts: 37
    • View Profile
Re: Artwork needed
« Reply #4 on: February 25, 2011, 03:01:23 pm »
I finally got a decent internet connection and can upload the large files, so here is tex_nature
http://rapidshare.com/files/449780624/tex_nature.zip
and tex_mattn
http://rapidshare.com/files/449781886/texture_mattn.zip

One question,  its seems rather strange that you guys use the alpha channel for height, it adds so much size to the normal map files, over the course of every texture in the game it easily adds hundreds of megs of data that could have been avoided by not using alpha channels,  does it really provide that much benefit? 

 one 1024x1024 texture i about 800kb,  but the same texture with an alpha channel is about 3,000kb, this game could potentially have thousands of textures, its entirely possible to run into the gigs of normal maps alone.   
« Last Edit: February 25, 2011, 03:04:43 pm by p0ss »

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Artwork needed
« Reply #5 on: February 25, 2011, 06:22:31 pm »
thanks a lot.

we are using the alpha channel to encode the height - for parallax mapping.

Offline Sandro

  • Squad Leader
  • ****
  • Posts: 240
  • Maintenance guy for UFO:AI 3D engine
    • View Profile
Re: Artwork needed
« Reply #6 on: February 25, 2011, 07:15:28 pm »
p0ss, are you sure about the alpha channel being the reason for file size increase? Most likely, the reason is jpeg->png conversion. Remember, png is the lossless format, so it takes more space than jpeg.

BTW, which png optimizer you are using? A quck run of pngout over the tex_nature.zip you just posted saved about 330 kilobytes. Not much, but that's still an improvement. Maybe you will try this program?

And thanks a lot for providing the normalmaps!

Offline p0ss

  • Rookie
  • ***
  • Posts: 37
    • View Profile
Re: Artwork needed
« Reply #7 on: February 26, 2011, 12:19:01 am »

Quote
BTW, which png optimizer you are using?

I'm using the "save for web" plugin for GIMP, it shrinks png 8 quite a lot, but png 24 is huge, I'm yet to find anything that decreases the size of a png 24 significantly.

Quote
we are using the alpha channel to encode the height - for parallax mapping.

I just did some reading up on parralax mapping vs normal maps, I understand the difference now, thanks :)  I'll make sure to encode an alpha channel in all the normal maps i do for OGA now :)

Offline H-Hour

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 1923
    • View Profile
Re: Artwork needed
« Reply #8 on: February 26, 2011, 04:03:04 am »
Complexity of a normal map will effect its file size more than anything. Not every bump has to be "bumped", and if you keep normalmaps fairly clean you'll find they can be very small. Of course, some textures will require more involved normalmaps, but many won't. See the attached normalmap, 512x512, only 12.3kb, and it still bumps quite a few elements.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Artwork needed
« Reply #9 on: February 26, 2011, 03:21:17 pm »
may i ask you p0ss how you created the normalmaps? you should create a heightmap first, and should not "just" call the normalmap plugin on the (diffuse-) texture. that will not produce good looking results. i haven't yet checked every of your normalmaps, but some looked like you didn't create a heightmap before. btw. if you created heightmaps, please also submit them as sourcefiles (with layers and so on)

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Artwork needed
« Reply #10 on: February 26, 2011, 04:22:23 pm »
i've just created a normalmap for one of my brick textures:

diffusemap
normalmap
heightmap

the heightmap should not contain a lot of colour - i usually do them in grayscale mode. to create a normalmap from a heightmap, apply a gaussian blur filter (at least in this case) to the heightmap, add an alpha channel to the image and open the normalmap plugin in gimp. use the wall_bricks005.png as diffuse texture (open it in gimp to be able to select it as diffuse texture), increase the height to - let's say 30, preview in 3d and rotate the view to check the outcome.
« Last Edit: February 26, 2011, 04:47:48 pm by Mattn »

Offline Sims

  • Rookie
  • ***
  • Posts: 24
    • View Profile
Re: Artwork needed
« Reply #11 on: December 26, 2012, 03:16:33 pm »
Hello,

I found in TODO/General that a Small 1x1 robot as a scout drone is needed. I thought it could be a "Hoover drone" with 4 cameras and 1 Anthena an some sort of sensor. This could be the early in game drone ... I made a model. What dou you think?

Sims

Offline Sims

  • Rookie
  • ***
  • Posts: 24
    • View Profile
Re: Artwork needed
« Reply #12 on: December 26, 2012, 03:33:11 pm »
I forgot this Picture. A little different.

Sims

Offline Unisol

  • Rookie
  • ***
  • Posts: 49
  • There's only one way to deal with delicious pit.
    • View Profile
Re: Artwork needed
« Reply #13 on: December 26, 2012, 09:16:40 pm »
Looks kinda... steampunky.

Offline Sims

  • Rookie
  • ***
  • Posts: 24
    • View Profile
Re: Artwork needed
« Reply #14 on: December 26, 2012, 09:40:14 pm »
Agree ...

I don't know if there is an idea about the Drone. Filing one or with some sort of legs like spider or something with wheels ...