Server crash!

Server crash!

Hammer Mapping — Page [1]
RandomSHot
2007 Feb 11 • 15
11 ₧
My map works fine on my comps but when i upload it to my game server and try to play it it crashes the server! any ideas?
 
 
 
2007 Jun 12 at 13:45 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
You probably exceeded a limit somewhere.

How big is your map (space-wise)?
How big is the file?
How many entities in it?

Stuff like that. For example, if you get near 500 entities it is very likely to crash from that.
 
 
 
2007 Jun 13 at 15:28 PDT
RandomSHot
2007 Feb 11 • 15
11 ₧
I figured it out, was a texture problem! Im still learning
 
 
 
2007 Jun 13 at 15:51 PDT
Sgt.Fr3ak_boiz

2006 Nov 3 • 49
14 ₧
Texture problem?What kind of texture problem?Missing wad files?
 
 
 
2007 Jun 15 at 05:43 PDT
RandomSHot
2007 Feb 11 • 15
11 ₧
Bad surface extents 272/0 at position (16,-156,316)
 
 
 
2007 Jun 18 at 16:03 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Q. What is this "Bad Surface Extents ????/0" error?
A. This is most commonly caused by having a really large brush. Sometimes a brush doesn't necessarily have to be too large, but if the texture is scaled down too small on it, you can still get this error.

The way compiling works is that on a standard texture scale (1.0) the compiler will break that texture up according to it's scale. In the case of 1.0, it doesn't have to. However, when you scale down the compiler has to make more cuts. The lower smaller the texture becomes, the more the compiloer has to cut. If it has to cut an insane amount of times, you can get this error.

On the flip side, scaling too large can give you this error as well. The solution? Find the offending brush and cut it into two or three smaller pieces using the clip tool. This will generally solve around 95% of the problems associated with this error. However, in some cases, this error can also be generated when you have an invalid shape. These generate floating point values that cause problems during compile. You may not know what that means, but WorldCraft usually does. Go into WorldCraft/Hammer and click on map > Check for Problems. This will point you to the offending brush and either fix it for you, or allow you to delete or fix the brush yourself.

FROM VLATITUDE.COM
 
 
 
2007 Jun 20 at 11:16 PDT
Page [1]