Artists Guide

There are two main areas where we artists can contribute. We need 3D models and textures for the same and the landscape.

Textures

We use the CC-by licence for OpenClonk and ask you to license your contributions under the same license. As many textures in texture archives have licenses which are not compatible with CC-by, we will have to create many textures on our own. But don't worry, it's quite easy and there are some really good tutorials on how to create quality textures from photos:

How to create seamless textures

There are different methods how to create seamless textures, here is how I do it: Tutorial: Creating Seamless Textures.

For GIMP, there are two filters which can do this automatically: The plugin Texturize and the filter Resynthesise. Both work good with textures with small random patterns like gravel, plaster, sand or ground. However, they don't produce quite as convincing results for bigger regular patterns like (roofing) tiles, bricks, wickerwork, pavements etc.

How to create normal maps for textures

More tutorials on textures

Texture archives

Free / no Copyright / CC-BY

Here are some links to archives which offer textures "without any copyright", compatible CC licenses or public domain. Attention: If you want to extend this list, note that "free" or the lack of any copyright message doesn't mean anything. To be public domain or "without any copyright", it must be explicitly noted.

Mostly free with own license

The most and the biggest free texture archives offer the textures free for any purpose, but it is not allowed to redistribute them as a texture pack. So, in all cases, we need to print the license and copyright message with every redistribution. As this licenses for textures from these archives are incompatible with the CC-by license, we don't favour textures from these sources. However, we can still include them as long as we mention that these textures may not be freely redistributed by default. Before you contribute any textures of these archives, carefully read their terms and conditions as they all differ from one another:

Modelling

The size in which the graphics are displayed will be about 3x as big as that of Clonk Rage. Additionally, it is planned to directly render the bigger models in game (real time rendering), most probably with OGRE.

Now, if you are used to create models to render them afterwards, you need to take into account a few additional things:

  • The models need to have a low polygon count. Details like e.g. rivets which you perhaps used to model before are drawn in the texture. The texture is a very important part of the modelling process. Thus, creating a very good and clear UV map for your model is a necessity (Tutorial for blender). It not only affects the quality of the texture map, but also of any other maps like normal maps or reflection maps.
  • Always start with low-poly model, it's much easier to start of with a low-poly model then to first create a high-poly model and then get it down to a low-poly count. You can always add details later, either in the texture or in a high-poly model. In Blender, there is a option called "multires" which allows you to create several models in different detail levels based on one low-poly model and it's geometry. Baking normal maps (Tutorial for blender) with a high- and a low-poly model only works if both have the same geometry.
  • Creating normal maps only makes sense for models which are TODO
  • the model needs to look good when rendered 3x the size as it would appear in Clonk Rage. So, round parts like e.g. wheels can be reduced in polygons depending on their size
  • delete the faces which are not visible from where the model is looked at in the game. These include faces that are just not visible from any direction because they are inside other objects but also faces which will never be visible in the game. For example the backside of a house or the bottom of most models will never be visible.