inclue spirte

inclue spirte

Hammer Mapping — Page [1]
luke

2006 Aug 29 • 112
16 ₧
what do i put in my batch to inclue it

heres my batch so far
[code:1]@echo off
hlcsg -wadinclude fpktexture.wad test1
hlbsp test1
hlvis test1
hlrad test1
copy test1.bsp "C:\Program Files\Steam\SteamApps\jakelikestobake\counter-strike\cstrike\maps"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 0 +map test1[/code:1]
 
 
 
2006 Oct 7 at 12:18 PDT
jacksmoke234
Tendrils McGee

2005 Mar 20 • 1375
34 ₧
You can't include sprites, as far as I know..

You shouldn't have to, sprites take very little time to download..
 
 
 
2006 Oct 7 at 12:44 PDT
luke

2006 Aug 29 • 112
16 ₧
yo will the spirte auto download for the map?? or what?
 
 
 
2006 Oct 7 at 14:53 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
You can not include a .SPR into your .BSP.

You will have to include it in the zip for your map. What sprite did you make anyway?

It will only auto-download if you list it in a .RES file. Here's the .RES file from my map de_kalt as an example:

de_kalt.res
[code:1]sound/ambience/extreme1.wav
gfx/env/ashUp.tga
gfx/env/ashDn.tga
gfx/env/ashLf.tga
gfx/env/ashRt.tga
gfx/env/ashBk.tga
gfx/env/ashFt.tga
maps/de_kalt.txt
maps/de_kalt.bsp
maps/de_kalt.res
maps/overviews/de_kalt.txt
maps/overviews/de_kalt.bmp[/code:1]

Put the .res file in the /maps/ folder with your .BSP and in your .zip if you distribute the map.
 
 
 
2006 Oct 7 at 16:08 PDT
luke

2006 Aug 29 • 112
16 ₧
ok the name of the spirte i am useing is foreto.spr how do i make a res file thing for it ??

thanks man!!! :D
 
 
 
2006 Oct 7 at 17:23 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
[code:1]maps/YOURMAP.txt
maps/YOURMAP.bsp
maps/YOURMAP.res
sprites/foreto.spr[/code:1]

should do ya.
 
 
 
2006 Oct 7 at 17:55 PDT
luke

2006 Aug 29 • 112
16 ₧
? i am totaly lost do i put that in my batch file?? or what?
 
 
 
2006 Oct 7 at 21:08 PDT
jacksmoke234
Tendrils McGee

2005 Mar 20 • 1375
34 ₧
Heres how you do it.

Go to your map folder and create a new text.

Type in the text that Superjer gave you into the new text document. Save the file as "YOURMAP.txt" Then rename it as "YOURMAP.res"
 
 
 
2006 Oct 8 at 08:00 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Yup.

When somebody downloads your map from a server, the server uses the .RES file to know what all files to send them.
 
 
 
2006 Oct 8 at 14:16 PDT
luke

2006 Aug 29 • 112
16 ₧
oooooooo ok thanks guys !! i think i got it
 
 
 
2006 Oct 9 at 04:25 PDT
Page [1]