chaning the weight of an prop_weighted_cube
Posted Jun 17, 2011
Is it possible to change the weight of an prop_weighted_cube?
Why? because if it gets pushed it rolls to far
(sphere)
Registered users don’t see ads!
Register now!
Posted Jun 17, 2011
Replied
24 minutes
later
The only possibility without switching to prop_physics and manually built buttons would be to decompile the model and embed a recompiled version with modified propdata.
Posted Jun 17, 2011
Replied
3 hours
later
Also I think I recall someone having trouble due to there being a upper limit on the weight that can be picked up by the portal gun (50 I think?)
Posted Jun 17, 2011
Replied
4 minutes
later
Is there a convar for changing the portal gun's weight limit?
Posted Jun 18, 2011
Replied
5 hours
later
@dakoon: Mass can be changed on prop_physics but it's meant to remain the same to maintain consistency, so it's better to make a different object if you need something heavier.
@walropodes: if the old ones are still there, yes.
Posted Jun 18, 2011
Replied
6 hours
later
Ive tried different values of Mass Scale but they behave all the same.
Can i set the mass directly ?
Is there another moddel? I dont like the skin of the current 
Registered users don’t see ads!
Register now!
Posted Jun 18, 2011
Replied
2 hours
later
You can set mass directly in the Override Parameters using eg. mass,10
Another useful means of tweaking physical properties is a trigger_vphysics_motion, which lets you scale gravity, add extra air resistance & set a max speed.