too big?

too big?

Hammer Mapping — Page [1]
nectar
2010 Mar 8 • 232
lol, i have posted alot,but sincerly, i am noob, anyways here my error:
hlrad: Error: Exceeded MAX_PATCHES
Description: The map has a problem which must be fixed
Howto Fix: Check the file ZHLTProblems.html for a detailed explanation of this problem


I love cows and monkeys including cookies :D
 
 
 
2011 Apr 8 at 13:32 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Your map is too big.

You can, however, decrease the lighting detail to fix this.

Add -chop 256 to your hlrad command.
 
 
 
2011 Apr 8 at 16:21 PDT
nectar
2010 Mar 8 • 232
superjer said:
Your map is too big.

You can, however, decrease the lighting detail to fix this.

Add -chop 256 to your hlrad command.


how?
I love cows and monkeys including cookies :D
 
 
 
2011 Apr 8 at 16:37 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
How are you running hlrad now?
 
 
 
2011 Apr 8 at 17:33 PDT
nectar
2010 Mar 8 • 232
superjer said:
How are you running hlrad now?


bat file
I love cows and monkeys including cookies :D
 
 
 
2011 Apr 8 at 17:53 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
On the line that starts with hlrad just add -chop 256

There are many options like chop. A crazy example:

code
hlrad -extra -chop 256 -bounce 3 yourmapname
 
 
 
2011 Apr 8 at 18:08 PDT
nectar
2010 Mar 8 • 232
like this?
@echo off
hlcsg -nowadtextures catpee
hlbsp catpee
hlvis catpee
hlrad catpee hlrad -extra -chop 256 -bounce 3 catpee
copy catpee.bsp "C:\Program Files\Counter-Strike\cstrike\maps"
cd "C:\Program Files\Counter-Strike\"
pause
hl -dev -console -game cstrike +sv_cheats 1 +map catpee
I love cows and monkeys including cookies :D
 
 
 
2011 Apr 8 at 18:10 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
@echo off
hlcsg -nowadtextures catpee
hlbsp catpee
hlvis catpee
hlrad catpee hlrad -extra -chop 256 -bounce 3 catpee
copy catpee.bsp "C:\Program Files\Counter-Strike\cstrike\maps"
cd "C:\Program Files\Counter-Strike\"
pause
hl -dev -console -game cstrike +sv_cheats 1 +map catpee



You can add -extra and -bounce # if you want. But you should know what they do first. They make the lighting nicer but also slower.
 
 
 
2011 Apr 8 at 18:53 PDT — Ed. 2011 Apr 8 at 18:54 PDT
nectar
2010 Mar 8 • 232
what u mean with slower?
I love cows and monkeys including cookies :D
 
 
 
2011 Apr 8 at 19:31 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
It will take longer to compile.
 
 
 
2011 Apr 8 at 19:44 PDT
Page [1]