Talk:Func physbox

From Valve Developer Community
Jump to: navigation, search

...what does "physically simulated" mean? Don't answer me here, just add it to the description. Thelonesoldier 00:11, 20 Feb 2007 (PST)

I'm going to answer you here, since to me, it makes perfect sense. "Physically simulated" means that physics simulations are applied to it... --Daedalus 01:44, 20 Feb 2007 (PST)

Anyone knows how can I make a hanged zombie (same that were in Ravenholm), and it's physically simulated? nom1nator 12:33, 28 February 2009 (UTC)

Explosions

I notice it has both "explosion damage" and "explosion magnitude" which apparently have the same thing description except that "explosion damage" also addes "See also 'Exposion Radius'" in the FGD. (In either case, I haven't been able to get a func_physbox to explode when the "break" command was sent to it, natch.) Which is which? —Yar Kramer 19:40, 12 Jan 2009 (PST)

Radius determines size of the effect, Damage determines... damage. Also, a possible workaround if those two keyvalues don't work properly for some reason: you can point_template the func_physbox and a parented env_explosion to it, then spawn copies around your map with an env_entity_maker - then each func_physbox copy can simply trigger its own env_explosion with OnBreak. --Campaignjunkie (talk) 04:46, 14 Jan 2009 (PST)


Problem origin

I maked a vehicl for CSS, I maked several Brush and after I tranform it in Func_physbox, but I can't change origin, It's hammer that make origin. In game it's always the origin 0 even if I change it in hammer. --Anarkia777 13:25, 28 July 2009 (UTC)

Density

Does anyone know what the density of a physbox is?

       Hey.  I'm the guy that made the question.  I've done some personal research using the gravity gun, a calculator, the console, and of course hammer world editor.  I have discovered that a 10 by 10 by 10 meter cube (approxamatly 393.7 inches, the unit of distence used by source) weighs 50000 units, which I believe is measured in kilograms.  Logically, this means that the density of "glass" is 50 kilograms per cubic meter.  This however, is contradictory towards another block, which was 1 by 1 by 1 meter, and weighed about 2210 units, so I am at a loss. -Biolore
     Never mind. it apears that mass is relative to the texture applied

func_physboxes and Portal

When ever i fire a portal under func_physbox, it will EnableMotion them, and also BecomeDebris them (using a simple func_portal_detector). The thing is, they will become debris, but will not pass into the portal (they will just stack on top of it) unless I re-fire a portal underneath them. Why? Does some-one know how to fix this issue? --ArmageddonSnipe 03:12, 7 July 2012 (PDT)