-
Notifications
You must be signed in to change notification settings - Fork 24
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
[feature] disable studio sounds #52
Comments
Tooltip sounds are triggered via scripts: 3DMMForever/src/shared/sharhelp.cht Lines 572 to 583 in 79b3010
3DMMForever/kauai/src/screxeg.cpp Lines 835 to 853 in 79b3010
|
ADOPT_WAVE is used to link sounds to mouse click events for toolbar buttons Clicking the Scene cover 3DMMForever/src/studio/studio.cht Line 481 in 79b3010
Clicking secondary tools 3DMMForever/src/studio/sectools.cht Line 385 in 79b3010
|
Sure. As an example, Better Speed is saved in the registry. 3DMMForever/src/studio/utest.cpp Lines 1997 to 2016 in 79b3010
|
It also saves a small blob of binary data as This includes a flag Lines 885 to 911 in 79b3010
3DMMForever/src/shared/sharhelp.cht Lines 572 to 583 in 79b3010
|
PlayUISound is used to play tool sound effects e.g. while rotating an actor.
3DMMForever/src/studio/studio.cpp
Lines 2264 to 2267 in 79b3010
The text was updated successfully, but these errors were encountered: