Page MenuHomeFeedback Tracker

Setmass,SetCenterOfMass make them work all the time
New, WishlistPublic

Description

I would have thought theses commands would be fun to play with but they only seem to effect vehicles on land or in the sea.

They don't seem to be working on falling vehicles, if you weight the engine it should drop engine first but we get that horrible flat fall and it lands on all four wheels.

Adding mass to a chopper in flight did seem to have some effect of making the controls sluggish but no effect on lift.

It just seems odd you add weight on the ground and the truck will stand on it's nose but in the air nothing.

Details

Legacy ID
4086297453
Severity
None
Resolution
Open
Reproducibility
Always
Category
Feature Request

Event Timeline

F2kSel edited Steps To Reproduce. (Show Details)Nov 25 2013, 4:09 AM
F2kSel edited Additional Information. (Show Details)
F2kSel set Category to Feature Request.
F2kSel set Reproducibility to Always.
F2kSel set Severity to None.
F2kSel set Resolution to Open.
F2kSel set Legacy ID to 4086297453.May 7 2016, 5:30 PM
F2kSel added a subscriber: F2kSel.May 7 2016, 5:30 PM

Better than changing setmass and setcenterofmas would be including the VBS command

AddForce

Description: Applies force to object. Force vector is in global coordinates and magnitude of force corresponds to Newtons. Position to which force is applied is in model coordinates. If force is applied to a point that is not equal to objects centre of gravity, torque will be invoked as well. During movement force should be applied constantly, close to once per frame. Only applicable on physix objects.

car addForce [[0,100,0],[0,0,0]]

Could you please make a ticket for VBs2's add force command then?