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

Fixes issue 79, adds missing sound entries to all types of wooden doors #87

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

DoctorBoomstick
Copy link
Contributor

This PR fixes issue #79, which reported that not all wooden doors were playing the appropriate sound properly. The reason for this was that, in the soundpack itself, only t_door_o and t_door_c were assigned sounds. In the game files proper, there are about (by my very scientific calculations) 4 billion different door variants. Why do doors t_door_gray, t_door_red, and t_door_green exist? That is a question I cannot answer. I simply jumped into the JSON, added sound file entries for all the open and closed wood door variants I could find, and hoped I pushed the right buttons to fix the issue.
These changes have not been tested, as I’m blind. No version of the game that’s capable of using soundpacks is usable by the blind. Ergo, I cannot test my fix. Also, on a side note, the same issue reported in #79 likely extends across all other types of doors, so they’ll have to be given the same treatment in a future PR.

@Fris0uman Fris0uman merged commit 0f6477c into Fris0uman:main Jan 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants