Play SAH
Search
Log in
Register
/
Forams
SUPERJER FORAMS
≡
Forum Index
Play SAH
Search
Register
Log in
SuperJer.com
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 20:32 UTC
SuperJer
Websiteman
2005 Mar 21 • 6666
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 23:21 UTC
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 23:37 UTC
SuperJer
Websiteman
2005 Mar 21 • 6666
How are you running hlrad now?
≡
2011 Apr 9 at 00:33 UTC
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 9 at 00:53 UTC
SuperJer
Websiteman
2005 Mar 21 • 6666
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 9 at 01:08 UTC
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 9 at 01:10 UTC
SuperJer
Websiteman
2005 Mar 21 • 6666
@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 9 at 01:53 UTC — Ed. 2011 Apr 9 at 01:54 UTC
nectar
2010 Mar 8 • 232
what u mean with slower?
I love cows and monkeys including cookies :D
≡
2011 Apr 9 at 02:31 UTC
SuperJer
Websiteman
2005 Mar 21 • 6666
It will take longer to compile.
≡
2011 Apr 9 at 02:44 UTC
Page [1]