Jump to content

What denotes destructable terrain?


Lockgo

Recommended Posts

 

Any "func_breakable" map entity is breakable in the way you describe. This is handled in the g_* files, but I can't remember exactly which file. Just search around for "func_breakable".

 

 

Ah ok, found them in

 

SP game library->game->g_breakable.cpp

and

MP game library->game->g_mover.c

 

thanks. :)

 

 

There is no actual breakable terrain, just the entity as @@Xycaleth described.  You can't make a map solely out of them.  Even if you could with a caulk hull, you'd still hit the entity limit pretty quick  :D

 

That sucks...

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...