I'm new user (thx Majki) and i'm french. Sorry for my horrible english
I have started a new map of frag : Stangrad. It's a little town, in the darkness ( ). She contain 1961 brushs and 179 entities.It's not pretty much, but it's a concept.
johnnyenglish wrote:I have a theory that french mappers have the most original ideas and create the most beautiful maps once they work out how radiant works.
Nice start Skob
Thanks
I have not finish the lights. The textures are from http://cgtextures.
Null wrote:There's a few buildings that are just one single brush with just one tiled brick texture, this obviously isn't good enough. Having walls that are just the same flat texture from top to bottom is really boring to look at, add some trim to the top and bottom and maybe something in the middle. Use decals, especially dirty decals to add atmosphere to the map. It looks like it should be a bit dirty, but its spotless. (I've said it before and I'll say it again; good decal usage is one of the things that can turn you into a great mapper.)
Send me PM with .map file, that consist frgment of map shown here http://i.imgur.com/E9Ly7.jpg And textures. I'll send You back "tutorialized" version ^^
Okay - I have loaded .map file, walked Your map in game. Some advices for a starter.
Keep You map clean and tidy
Look what I have found in radiant:
Don't leave textured elements outside gameplay area.
Learn the shaders You need to spend some time in our library and learn theory, before You start building your own Uptown:) The lights:
Never ever use those nasty entities. Light tends to come from a SOURCE - a sun, moon, lamp, bulb or Eliza Dushku. NOT from thin air, out of nowhere. So read this: wiki/index.php/Textures:Shaders
Also - You map has no skybox in fact. This is a tough one. For long time I propose writing comprehensive article on our wiki about skyboxes. At the start you are allowed (legally too) to use for example ut4_suburbs' shader:
The shader file is in: /scripts/ut4_suburbs.shader And comes with original Urban Terror game. Use it.
Next - surface can emit light too ^_^
Just like Rayne said once, "It's all in the shaders!". Make sure You have read shaders article on our wiki and then start creating Your own glowing surfaces. You have used heavily this texture:
It's name is "light.jpg" - don't use common names for textures. Sometimes the game will have some textures/shaders with the same name and it will start acting funny. Use Clatoo's trick (famous french mapper) - he names his textures in french:) I do the same - I use polish names. How many maps in Urban Terror will use drewno4.jpg ?:)
You going to launch You Gimp and rework Your texture and write a shader for it, to make it work properly. I have prepared extra texture to make our lights emit light. Look:
Filename: lightnormaladd.jpg
This black area is used to block emitted light. The shader I have used is: textures/ut4_grad/lightshader { q3map_lightimage textures/ut4_grad/light_white.tga qer_editorimage textures/ut4_grad/light.jpg q3map_surfacelight 1000 surfaceparm trans { map textures/ut4_grad/light.jpg rgbgen identity } { map textures/ut4_grad/lightnormaladd.jpg blendfunc blend //or blendfunc add alphagen const 0.3 //if blendfunc add, remove this } }
The idea is about whole texture to emit light, except the areas, which are marked with black - so only bulb will glow.
So I have selected all the Nasty Light Entitles:
Pressed Backspace and next using ctrl+shift+LMB selected only faces of light brushes:
I have flushed all shaders to make sure, my new shader will be loaded and my sweet light appeard:
I have applied it, fit it and to have some fun - used ut4_suburbs skybox. Compiled and look at the difference:
Textures correct size
Well - probably every newcomer make this mistake:) You textures are not power of 2, this means 32/64/128/256/512/1024 and so on. All textures dimensions must be power of 2. Del wrote sweet article: http://www.gotdelirium.com/site/articles_9.html Read it!
Well - that's it for now. Remember - mapping means HARD WORK. You have to read long, borings sometimes articles, experiment a lot, fail very often - but if instead watching TV and eating chips you work hard, there is at the end of this road Almighty NuIL:
I will not send You back .map file, because I have not done much with:)