wiremod / wire

Garry's Mod add-on that allows users to wire up components in order to make more elaborate automatic and user-controlled contraptions.
http://www.wiremod.com
Apache License 2.0
551 stars 331 forks source link

Vehicle Controller engine sound bug #3002

Closed wolfestridershooter closed 5 months ago

wolfestridershooter commented 6 months ago

Describe the bug: Engine sound will only play if I get in and out of the vehicle and will not rev up or down when the throttle is being controlled.

To Reproduce Steps to reproduce the behavior: Link the Vehicle Controller to a vehicle and link up inputs to the engine and throttle.

Expected behavior: For the engine make sounds whenever turned on and to rev up and down depending on throttle input.

Video: https://www.youtube.com/watch?v=RmntDkHixKE

thegrb93 commented 5 months ago

The vehicle doesn't actually have a driver so that explains the missing sounds. This is just a source engine limitation and it won't fixable unless someone adds code in the vehicle controller to emulate the sounds, which I don't think anyone will since it's such a niche entity.