Open
Description
So c'mon, this one deserves a ticket and deserves some research:
simpleEvent:0x08 has been seen hundreds of thousands of times in our captures.
Looks like:
Packet type 0xf754c8fe = JamCRC("simpleEvent")
Packet Subtype 0x08
Unknown float (usually 50.0, or 100.0, sometimes 0.0?)
The docs say "Has been hypothesized as having some relation to SoundEffectPacket", and indeed DOES often come BEFORE OR AFTER SoundEffectPackets:
SoundEffect(UTF16("dat/shieldsUp.wav"));
Unknown_f754c8fe_08(50);
Unknown_f754c8fe_08(100);
SoundEffect(UTF16("dat/weapon1.wav"));
DamageShake(0,2.99401211738586);
Unknown_f754c8fe_08(100);
SoundEffect(UTF16("dat/shieldHit.wav"));
... yet it seems it's NOT the volume of a sound-effect (or at least doesn't seem to make any difference to sound effect volume when tested on the DISCO server). It also seems to be sent to stations that don't get SoundEffect packets
Frequently comes right before/after DamageShake (as above)
Ideas?