Variables to make instruments appear and disappear, according to variables (SUGGESTION)
SpicySauseSaig opened this issue ยท 3 comments
According to the current V19 code, you can only rotate and translate parts of a instrument according to values. If you can make parts of a instrument appear and disappear according to variables, it would offer a lot of benefits to both plane and car instruments.
Really what needs to happen here is the instruments need to be changed to use the standardized VehicleAnimationSystem. That way they get all the features of that system, like visibility and inheritance. Will require some significant changes and a section of legacy compats, but is do-able for sure. Flagging as backburner though as it'll take a while and it's not a hot feature request.
This was done in abad6f2. Haven't tested it, but it should work.