[Tutorial] Compiling map with a custom wad
neonDragon.net :: HELP AND FIDDLE :: Mapping :: Tutorials
Page 1 of 1
[Tutorial] Compiling map with a custom wad
If you're compiling your map with the F9 in Valve Hammer Editor, that way is considered obsolete! Instead, use Zoner's Half-Life Tool. It is much easier, faster, and BETTER.
If you do not know where to get Zoner's Tools, search on google.
On with the tutorial. Just so you know, Zoner has all the parameters listed on his website.
------------------------------------------------------------------
So say that if you have a custom wad and you want to compile it with your bsp file, you will use this code here:
Simple. For example, if you have two wad files named jay.wad and templar.wad, your code will look like this:
Compiling your wad into your bsp will increase the file size of your bsp.
(c) Spoon 2009
If you do not know where to get Zoner's Tools, search on google.
On with the tutorial. Just so you know, Zoner has all the parameters listed on his website.
------------------------------------------------------------------
So say that if you have a custom wad and you want to compile it with your bsp file, you will use this code here:
@echo off
hlcsg -wadinclude WADNAME mapname
hlbsp mapname
hlvis mapname
hlrad mapname
copy mapname.bsp "C:\Program Files\Steam\steamapps\ACCOUNT\counter-strike\cstrike\maps"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +map mapname
Simple. For example, if you have two wad files named jay.wad and templar.wad, your code will look like this:
@echo off
hlcsg -wadinclude jay templar mapname
hlbsp mapname
hlvis mapname
hlrad mapname
copy mapname.bsp "C:\Program Files\Steam\steamapps\spoontyper\counter-strike\cstrike\maps"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +map mapname
Compiling your wad into your bsp will increase the file size of your bsp.
(c) Spoon 2009
Similar topics
» [Tutorial] How to change the sky
» Custom sprays?
» Custom Spray
» [Tutorial] How to let a Box move.
» [Tutorial] How to watermark your map
» Custom sprays?
» Custom Spray
» [Tutorial] How to let a Box move.
» [Tutorial] How to watermark your map
neonDragon.net :: HELP AND FIDDLE :: Mapping :: Tutorials
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum