- Messages
- 10,142
- Country
Hello all,
I have had zero success in writing Range settings that work. I wanted a custom sound to fire at the Key Frame point of 10 or less then, out of 100 Key Frames on the 'Backward' trek.
How might that be written? Here is a for-instance...
From the Samples in the SDK, nothing worked for me. The sounds always fired at KF 1 going forwards and backwards, first point zones. On Backwards, it fired at KF 100, going 100 to 0.
Bill
LHC
I have had zero success in writing Range settings that work. I wanted a custom sound to fire at the Key Frame point of 10 or less then, out of 100 Key Frames on the 'Backward' trek.
How might that be written? Here is a for-instance...
<Sound WwiseData="false" WwiseEvent="custom_sound_01" FileName="window_sliding_open" LocalVar="SLIDING_DOOR" Continuous="false" ViewPoint="Inside" Direction="Backward" ChangedOnly="false">
<Range LowerBound="0.1"/>
</Sound>
From the Samples in the SDK, nothing worked for me. The sounds always fired at KF 1 going forwards and backwards, first point zones. On Backwards, it fired at KF 100, going 100 to 0.
Bill
LHC