I need some help about textures

I need some help about textures

Hammer Mapping — Page [1]
zivk8
2008 Mar 2 • 10
If I want to make my own textures how do i make them WADs?
 
 
 
2008 Mar 2 at 10:12 PST
eDan Co.
Mighty Typist

Real Live Hands-On Rabbi Medal
Consolation Medal
2007 Sep 24 • 2921
252 ₧
YUP.

Look at my first pot there.
May contain traces of invisible text.
 
 
 
2008 Mar 2 at 21:54 PST
zivk8
2008 Mar 2 • 10
just one more question, if i want to give this map to a friend of mine and i'll give the .bsp file only without the textures, will it work?
 
 
 
2008 Mar 3 at 10:31 PST
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
 
 
 
2008 Mar 3 at 10:35 PST
zivk8
2008 Mar 2 • 10
what's includewad?
is it a command?
 
 
 
2008 Mar 3 at 10:35 PST — Ed. 2008 Mar 3 at 10:38 PST
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
 
 
 
2008 Mar 3 at 10:49 PST
begginer

2007 Oct 24 • 990
13 ₧


Quote:
include your textures in your .bsp file

by adding the red part in your .bat file


@echo off
hlcsg -nowadtextures mapname
hlbsp mapname
hlvis mapname
hlrad mapname
copy mapname.bsp "D:\CSNS\cstrike\maps"
cd D:\CSNS
pause
hl -dev -console -game cstrike +sv_cheats 1 +map mapname


or you can use this one .. this is more troublesome and space demanding

@echo off
hlcsg -wadinclude wadname mapname
hlbsp mapname
hlvis mapname
hlrad mapname
copy mapname.bsp "D:\CSNS\cstrike\maps"
cd D:\CSNS
pause
hl -dev -console -game cstrike +sv_cheats 1 +map mapname


nowadtextures is better so use that one



right out of a post i made yesterday
Wtf is that ? its a bird ! no its a plane ! amm maybe its a plastic bag . NO ! its SUPERJER ! the greatest super hero ever!
 
 
 
2008 Mar 4 at 01:02 PST
SRAW
Rocket Man

2007 Nov 6 • 2525
601 ₧
Besides, its all in superjers tutorials
Free Steam Games
 
 
 
2008 Mar 4 at 01:10 PST
Page [1]