You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose you've got a door_hood, and a part that modifies parent_door_hood. This works, and that's all good!
However if you wanna modify something like wingArea, dragCoefficient, etc. then using parent_dragCoefficient doesn't work, meaning you've gotta modify the vehicle JSON with its own dC VM that reads a value on the part to make it happen anyways. That's no fun!
I'mma contribute as many of my don credits as needed for this.
The text was updated successfully, but these errors were encountered:
Suppose you've got a
door_hood
, and a part that modifiesparent_door_hood
. This works, and that's all good!However if you wanna modify something like
wingArea
,dragCoefficient
, etc. then usingparent_dragCoefficient
doesn't work, meaning you've gotta modify the vehicle JSON with its owndC
VM that reads a value on the part to make it happen anyways. That's no fun!I'mma contribute as many of my don credits as needed for this.
The text was updated successfully, but these errors were encountered: