General level design questions.

General level design questions.

Hammer Mapping — Page [1]
BioPulse
2005 Jul 19 • 61
30 ₧
hello, got soem quests, not realy hammer specific some but here they go:

do you make your own texturessueprjer, if yes, do you know any tutorials on how to do it?

do you draw out your maps or is it more of just gettign a general idea and mapping your way through?

if you don't make your own textures and models, where do you get them? i tried sites like wadfather but it always seems to have more quakeish textures etc.

thanks in advance :) i need to pick up my hammer again! it's been too damned long!
"Typing burns calories" -BioPulse
 
 
 
2005 Dec 21 at 05:15 PST
jacksmoke234
Tendrils McGee

2005 Mar 20 • 1375
34 ₧
Wads:
www.csbanana.com

To make wads
http://www.telefragged.com/wally/

There
 
 
 
2005 Dec 23 at 16:04 PST
BioPulse
2005 Jul 19 • 61
30 ₧
"jacksmoke234" said:
Wads:
www.csbanana.com

To make wads
http://www.telefragged.com/wally/

There



i know how to makes wads, just the images that are actualy the textures.
"Typing burns calories" -BioPulse
 
 
 
2005 Dec 27 at 06:04 PST
SuperJer
Websiteman

2005 Mar 20 • 6629
TEXTURES
I do make my own textures. See de_salt(2) & de_kalt for reference. Also a new map coming soon will have all new textures. (Not really new, just unreleased :)

I use Paint Shop Pro 5 to make them, and then Wally to wadify them.

Here's the steps I usually take to make a texture:

1. Find a photo on google or use a digital camera. Should be very high-res.
2. Crop to a square, but keep the original image for cloning.
3. Get it to wrap left-right and up-down. I use a lot of clone brush for this.
4. Smooth out any 'landmarks' in the image so you can't see it repeating over and over. Sometimes just erase them, or clone them in a non-uniform pattern. <-- also lots of clone brush.
5. Maybe sharpen or recolorize. If the image contains large dark/light regions, I use inverse low frequency blending (below).
5. Resize to 256x256.
6. Reduce to 256 colors.
7. Copy/paste into wally.


Inverse low freq. blending:
Sometimes no matter how good your texture wraps and how detailed and good it looks alone, when it repeats across a wall or whatever, it looks like shit because, for example: the left half is dark and the right half is light. So: vertical stripes.

For this problem I like to use inverse low frequency blending (ILFB).

Alls you gotta do is:
1. Blur the image A TON until its nothing but a smooth gradient reresenting light/dark regions. I use a gaussian blur with a factor of like 15.0. This gives you just the low frequency image data.
2. Take the negative of the image. Now you have the inverse of the light/dark regions.
3. Re-colorize the image so it matches the original color (about) but with backwards lights/darks.
4. Blend this with the original image. I use a mathematical average in PSP5.
5. Fix the result by hand and with sharpening (probably). It should no longer have light/dark regions because they should have been canceled out in the blend operation.


MAPS
I usually draw everything on paper before I do it on a computer. This goes for maps, coding, web design etc. This doesn't mean I'll follow the paper plan exactly but it helps me to organize my thoughts in sloppy ink markings before I try to build the final poroduct.
But that's just me.
 
 
 
2005 Dec 27 at 10:17 PST
BioPulse
2005 Jul 19 • 61
30 ₧
thanks alot superjer, alot of good clear answers there, i think i shoudl start a notebook for my level design ideas, and maybe even for my newbish programming ( just started investing in vc++ this xmas )

also i'll try to get some texturing done, realy something 've wanted to learn for a long time ,but there's simple no explenation to be found via google as far as i know.

thanks a bunch :)

P.S.
can't wait till ur new map, if it's as good as the otheres i'll sure have fun playing it as i did with the otheres. :)
"Typing burns calories" -BioPulse
 
 
 
2005 Dec 30 at 17:52 PST
Page [1]