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

PF music echoes/is affected by soundscapes(?) #22

Open
ZwipZwapZapony opened this issue Oct 18, 2022 · 1 comment
Open

PF music echoes/is affected by soundscapes(?) #22

ZwipZwapZapony opened this issue Oct 18, 2022 · 1 comment

Comments

@ZwipZwapZapony
Copy link

ZwipZwapZapony commented Oct 18, 2022

In pfsound.inc, the music filenames are defined without a hash tag/pound sign at the start. This means that they will echo when played in echo-y rooms, which doesn't make sense for "not in-game-world" music.

To make Parkour Fortress' music not have echo effects, add a hash tag in front of the filenames, like #define MUS_CALM1 "#parkoursource/music/menutheme.mp3". Edit: But apparently the hash tag has its own issues too; see below.

@horiuchii
Copy link
Contributor

CHAR_DRYMIX or the "#" symbol also ties the volume of the sound to snd_musicvolume, the volume of which needs to be controlled by pf_musicvolume to separate it from map music volume.

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

No branches or pull requests

2 participants