Open willbr opened 1 year ago
ADOPT_WAVE is used to link sounds to mouse click events for toolbar buttons
Clicking the Scene cover https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/studio/studio.cht#L481
Clicking secondary tools https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/studio/sectools.cht#L385
Can these be made into a user preference at some point in the future. We are a long way off from the modern version with new renderer, higher resolutions, etc - but there is a settings dialog of a sort, the options could go there...
Sure.
As an example, Better Speed is saved in the registry.
It also saves a small blob of binary data as UserData
This includes a flag kflgMcZeeAudio
for disabling McZee tooltips.
PlayUISound is used to play tool sound effects e.g. while rotating an actor. https://github.com/foone/3DMMForever/blob/79b301091175459dd39ec53bbb8a711248e969c6/src/studio/studio.cpp#L2264-L2267