feat(sound): add car door open warning chime sound effect - #331
Draft
CanerKaraca23 wants to merge 1 commit into
Draft
CanerKaraca23 wants to merge 1 commit into
CanerKaraca23 wants to merge 1 commit into
Conversation
CanerKaraca23
marked this pull request as draft
September 16, 2026 20:01
CanerKaraca23
force-pushed
the
feat/car-door-open-warning-chime
branch
from
September 16, 2026 20:17
9007017 to
82d1473
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #190
Summary
Adds a 3D positional car door open warning chime sound effect to ModelExtras.
Key Changes
AudioMgrwithPlayLoopStream,UpdateLoopStream, andStopLoopStreamutilizing BASS 3D positional audio.SoundEffects::ProcessVehiclewhen the engine is active or player is nearby.door_chime.mp3sound asset toresource/dist/ModelExtras/audio/(supports.mp3,.wav,.oggoverrides).[TABLE] DoorChime_VehicleModels: Curated list of 64 modern 80s/90s/2000s passenger cars, sports cars, supercars, SUVs, modern vans, pickups, and emergency vehicles.[SOUND] DoorChimeOnlySelected: Allows toggling whether the chime plays only on whitelisted models or across all automobiles."sound": { "door_chime": true/false }.[SOUND]and[TABLE]for consistency and readability.