Error Message in Console.

  • Thread starter Thread starter BirkMcBirkinson
  • Start date Start date
B

BirkMcBirkinson

Guest
Hey.

I was just making a really simple map. A closed in room with a small structure in the middle. I get no map errors. It compiles fine. But in the console I get this error
Host_Error: Mod_LoadSurfedges: bad surfedges count in maps/ropetest.bsp: 0

Ive done every little tweak I can think of but nothing really works. Its just a few brushes and two ropes.
 
Nah I worked it out. Somehow everything got set from the textures to "nodraw" so technically the map didnt exist. Im still not sure how that happened.

Regardless, I have another question. Can you tie a ragdoll constraint to a physical object? Like the func_physbox? I am basically trying to make a swinging log on two ropes.
 
BirkMcBirkinson said:
Nah I worked it out. Somehow everything got set from the textures to "nodraw" so technically the map didnt exist. Im still not sure how that happened.

Regardless, I have another question. Can you tie a ragdoll constraint to a physical object? Like the func_physbox? I am basically trying to make a swinging log on two ropes.
yeah you should be able to do something like that.
 
Well I ask because I did tie a rope to a func_physbox with a logic_movement and it just hung there. It didnt swing back and forth or react to gravity or force in any way.
 
Back
Top