Add config setting to enable/disable vehicle tilting #102
Labels
No Label
API
Addon Request
Bug
Duplicate
Enhancement
Feature Request
High Priority
Hybrid Software
Incompatibility
Invalid
Legacy
Low Priority
Missing Information
Needs Confirmation
Possible with API
Question
Won't Fix
v3
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SBDevelopment/VehiclesPlus#102
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your enhancement related to a problem? Please describe.
I wanted to disable tilting on vehicles, when we drive a helicopter, plane, boat or bike, those vehicles tilts on driving, and sometimes they look weird and laggy.
Describe the solution you'd like
Add config option to enable/disable tilting, an optional config setting to make static vehicle models, like cars.
Something like:
vehicleTilting: true/false
Additional context
Hope we can have this feature soon, thanks.
You can create your own vehicle type with the API.
I will not and will never include a setting for this, because these settings are controlled in the
VehicleType
. It is not design-technically possible to change this without creating your own type.