1. If files are placed properly, please read overview of this plugin. It's kinda hard to make this plugin work in case of dymamic data files. The is no easier way for now to make it work.
     
  2. Hello
    The plugin work fine and is very cool, but how can I give players the permission to use it ?
     
  3. You can't, for now.
     
  4. hey loving the programme!!! do you have any more music files :p?
     
  5. i have a request for a music file how about Johnny Cash folsom prison blues :D
     
  6. This is fun, need a list of songs! I would love to request Deep Purple "Smoke on the water" can't get simpler then this.
    We also need some RenFest music for the minstrels in NPC mod :)
     
  7. Someone post some good songs for a castle lol
     
  8. Idk if I'm late to the party, but this reminded me of Lotro's ABC files. Is there anyway you could format it to accept those files? There's a HUGE database for it. My Lua isn't exactly good and any other coding I wouldn't be able to do, so it's just an idea for you to sit on. http://www.lotro-abc.com/
     
  9. seems this is broken by latest patch.. 1-8 keys just change slots. Would you be able to add the functionality to give perms to players and maybe import tunes from a url? That would be amazing!
     
  10. Bump, broken on last update
     
  11. I concur that minstrel is broken with latest patch.
    StringPool.GetNumber - no number for string fx/gestures/guitarpluck
    String ID is 0 - unknown effect fx/gestures/guitarpluck
    StringPool.GetNumber - no number for string fx/gestures/guitarpluck
    String ID is 0 - unknown effect fx/gestures/guitarpluck
    StringPool.GetNumber - no number for string fx/gestures/guitarpluck
    String ID is 0 - unknown effect fx/gestures/guitarpluck
    StringPool.GetNumber - no number for string fx/gestures/guitarpluck
    String ID is 0 - unknown effect fx/gestures/guitarpluck
     
  12. To fix it just change the lines
    Code:
    Effect effectP = new Effect("fx/gestures/guitarpluck", new Vector3(0, 0, 0), Vector3.forward);
    Effect effectS = new Effect("fx/gestures/guitarstrum", new Vector3(0, 0, 0), Vector3.forward);
    To
    Code:
    Effect effectP = new Effect("assets/bundled/prefabs/fx/gestures/guitarpluck.prefab", new Vector3(0, 0, 0), Vector3.orward);
    Effect effectS = new Effect("assets/bundled/prefabs/fx/gestures/guitarstrum.prefab", new Vector3(0, 0, 0), Vector3.forward);
     
  13. Upload a fixed version for us? :)
     
  14. Hi guys. I´ve added ms-memory.json into data folder and can load it with /ms_rel memory, further i can start it with /ms_tune memory, ill get the message Playing: memory but i dont hear anything! What im doing wrong? pls help me =,(
     
  15. Still broken?
     
  16. Still broken :( can anyone fix?
     
  17. I think @4seti is not really active anymore
     
  18. Noooo :(

    Help us LaserHydra, you're our only hope!
     
  19. Im currently in a train, on my way home. Ill try to give you a fix when I am at home.