Insert Pictures in Map

Insert Pictures in Map

Hammer Mapping — Page [1]
-TAiLS-
2007 Jun 24 • 2
7 ₧
Hi!
I recently made some maps, and I'd like to know how do you insert pictures in it, and by the way, how do you edit tipical CS maps, like de_dust2?
 
 
 
2007 Jun 24 at 05:32 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
You need to make a .WAD file with your custom texture(s).

Use this program:
http://www.superjer.com/files/wally_155b.exe

Once you have your .WAD pack:
1) put it in the folder with your map you're working on.
2) add it to the .WAD list in Hammer's options
3) use the textures in your map
4) change the compile script like this:

hlcsg -wadinclude yourwad.wad yourmap
hlbsp yourmap
hlvis yourmap
...(etc)...


---------------------------------------------------------------
Your textures should be exactly one of these sizes:
32x32, 64x64, 128x128 or 256x256
Any other size with cause mild to severe problems.

---------------------------------------------------------------
Textures must also have only 256 colors. Like a GIF. If you try to import a picture with more than 256 colors into Wally, it will do a shitty job of converting it. You should use a real image editor (Photoshop, Paintshop, etc) to do this.
 
 
 
2007 Jun 24 at 11:18 PDT
-TAiLS-
2007 Jun 24 • 2
7 ₧
Thank You so much!!
 
 
 
2007 Jun 26 at 04:04 PDT
Page [1]