User talk:BS-Whitey: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Compile Error)
 
No edit summary
Line 18: Line 18:


----
----
I am getting the error in console
----
Host_EndGame: Map coordinate extents are too large!!
----
I have found this else where on the site.
----
Your map won't run and the console will give an error
When you're trying to run your map from Valve Hammer just the main menu starts up... When you look in the console it says 'Host_EndGame: Map coordinate extents are too large!!' You'll have to check if you have errors in your map. Press Alt+P in Valve Hammer Editor, and fix most of the errors. You won't have to fix the ones that say 'Entity (prop_static) has unused keyvalue "spawnflags"' (and for CounterStrike 'There is no player start.')
----
I have fixed all errors, compiled to see if more errors popped up. No errors were created, thus my map is currently error free according to Hammer, but the problem still exists.

Revision as of 16:37, 23 December 2006

Hello folks. I am getting this error in my compile. How do I go about fixing this issue?



Writing C:\Program Files\Steam\steamapps\bakpyr0@hotmail.com\sourcesdk_content\dod\mapsrc\dod_cottage_b2test.bsp 9 seconds elapsed

 -0.923360 1.065446 0.000000
 -0.923360 -1.064091 0.000000
 -0.923360 0.863873 0.000000
 -1.142563 1.065446 0.000000

make_triangles:calc_triangle_representation: Cannot convert

 -0.923360 1.065446 0.000000
 -0.923360 -1.064091 0.000000
 -0.923360 0.863873 0.000000
 -1.142563 1.065446 0.000000

make_triangles:calc_triangle_representation: Cannot convert


I am getting the error in console



Host_EndGame: Map coordinate extents are too large!!


I have found this else where on the site.



Your map won't run and the console will give an error When you're trying to run your map from Valve Hammer just the main menu starts up... When you look in the console it says 'Host_EndGame: Map coordinate extents are too large!!' You'll have to check if you have errors in your map. Press Alt+P in Valve Hammer Editor, and fix most of the errors. You won't have to fix the ones that say 'Entity (prop_static) has unused keyvalue "spawnflags"' (and for CounterStrike 'There is no player start.')


I have fixed all errors, compiled to see if more errors popped up. No errors were created, thus my map is currently error free according to Hammer, but the problem still exists.