Modding Discussion Variables for Sounds

Discussion in 'Starbound Modding' started by kirbydunker85, Dec 18, 2013.

  1. kirbydunker85

    kirbydunker85 Poptop Tamer

    I need some sound variables for certain actions, i.e.

    - Throwing a weapon

    - A weapon making contact with an NPC or Mob, or doing damage.

    Right now I'm using
    Code:
    "action" : "sound",
    this works but still makes the sound at the end of the animation, which isn't what I want.

    I also tried this
    Code:
    "soundEffect" : { "throwSound" : [ ______]
    
    
    However, it doesn't seem to work. I'm clueless as to what variables to use as there is no way for me to easily look them up, so someone experienced in using them could help, I'd appreciate it.
     

Share This Page