how do i do this?

Nubzcore

Newbie
Joined
Nov 24, 2004
Messages
61
Reaction score
0
how do i atatch a phisic object to a wall? and i still dont understand how to get a decal onto a surface.
 
Ushe the decal tool to apply decals (It's the one that looks like a bullseye).

To stick physical objects to walls set them to start asleep in their properties. Then they will fall down when shot. Useful for pictures and the like.
 
you can also set the 'disable motion' and 'activate on physcannon grab' properties so that it only comes off when the player tries to grab it. This works good for those handy radiators.
 
You can also use a phys_constraint, or other constraints like phys_hinge (the physics object is then able to rotate on one axis) and phys_lengthconstraint (allows a physics object to move around a central point with a maximum distance).
 
Back
Top