paradox

paradox

User name
paradox
Assigned title
 
Assigned post color
#eeeebb
Avatar
 
Medals
 
Registration date
2007 January 7
Post count
3
Score
12 ₧
Location
 
Signature
 
Timezone
UTC
Groups
 

Recent posts by paradox

Recent posts by paradox

2007 Jan 7 at 13:41 PST
n00b needing some helpz in Hammer Mapping
alright so, I didn't have to download and install Valve Hammer Editor? A Hammer Editor comes with the Source SDK? If so am I right in assuming I can uninstall the Valve Hammer Editor? Another question can I open maps I made with the Valve Hammer Editor wth the new Hammer Editor for CS Source?
2007 Jan 7 at 12:26 PST
n00b needing some helpz in Hammer Mapping
oops forum booch
2007 Jan 7 at 12:22 PST
n00b needing some helpz in Hammer Mapping
I just went through the Counter Strike 1.6 tutorial on making your own map. Great tutorial btw. I was having some problems in what would seem the most common place for a n00b to have problems in. When I compile and run everything works fine. The file 'mapname.err' isn't created. (in my case it would be '01test.err') When I hit any key to continue, Steam pops up in the store and I have options to buy Counter Strike 1.6. Heres the thing, I don't have 1.6. I have CS Source. What would I have to change in the batch file besides the destenation of the maps relocation. Just for reference here is what the batch file looks like.

@echo off
hlcsg 01test
hlbsp 01test
hlvis 01test
hlrad 01test
copy 01test.bsp "C:\Program Files\Steam\SteamApps\lxlmagnumlxl\counter-strike source\cstrike\maps"
pause
"C:\Program Files\Steam\Steam.exe" -applaunch 10 -dev +sv_cheats 1 +map 01test

Any and all help would be great. Thanks in advance.