neonDragon.net
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Tutorial] Compiling map with a custom wad

Go down

[Tutorial] Compiling map with a custom wad Empty [Tutorial] Compiling map with a custom wad

Post by Koyumu Wed Jul 22, 2009 10:51 am

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:


@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
Koyumu
Koyumu
Admin
Admin

Number of posts : 1400
Registration date : 2009-02-18

https://neondragon.forumotion.co.uk

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum