Silent firework

Discussion in 'Plugin Development' started by matejdro, Sep 7, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    matejdro

    Is there a way to explode firework silently (so you can see particles and all, but no sound) or is this completely controlled by client?
     
  2. Offline

    LucasEmanuel

    matejdro
    I assume that depends on how the packets work for the fireworks. It might be so that the server only sends a packet defining a location and effects then the client detonates a firework at that location using the effects and auto-adds the sounds for those effects. But I'm only guessing. :)
     
  3. Offline

    matejdro

    That is what I'm asking.
     
  4. Offline

    LucasEmanuel

    matejdro
    I'm pretty much giving you hints to take a look at the packet protocols and the sourcecode ;)
     
  5. Offline

    matejdro

    I already did that, but there does not appear to be any such packet (only one I found is one that explodes existing firework entity). That is why I'm asking, if anyone figured out workaround with that.
     
  6. Offline

    valon750

    matejdro

    If I remember correctly, the packets also contain the sound, so I don't think it's possible.
     
Thread Status:
Not open for further replies.

Share This Page