Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VMs with parent_ as a prefix oughta modify parameters as well as variables #1760

Open
boot2big opened this issue Jan 16, 2024 · 1 comment
Open
Assignees
Labels
bug Code broke, fix yes? needscvs

Comments

@boot2big
Copy link
Contributor

boot2big commented Jan 16, 2024

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.
image image

@DonBruce64 DonBruce64 added the bug Code broke, fix yes? label Jan 16, 2024
@DonBruce64
Copy link
Owner

This will be done with the CV beta.

DonBruce64 added a commit that referenced this issue Sep 2, 2024
…Allows setting values via parent_ or vehicle_ prefix per #1760.
@DonBruce64 DonBruce64 self-assigned this Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Code broke, fix yes? needscvs
Projects
None yet
Development

No branches or pull requests

2 participants