[SPOUT] Local skin file

Discussion in 'Plugin Development' started by randomman159, Nov 5, 2011.

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

    randomman159

    If i have a bunch of skins located at : plugins/pluginName/skins/

    How could i, using,

    SpoutManager.getAppearanceManager().setGlobalSkin()

    (or equivalent)
    set the skin to one of those files? Is it possible?
    Any help would be great :)
     
  2. Offline

    Wulfspider

    Skins can only be web-accessible URLs right now.
     
  3. Offline

    randomman159

    damn ok, thanks for that. Do you know if it might be in an upcoming update?
     
  4. Offline

    undeadmach1ne

    i remember browsing the javadocs a while ago and seeing two methods for skins and capes, one had url and the other had file (as in local). did that not work out and get removed? or am i trippin out and making shit up in my head?
     
  5. Offline

    randomman159

    probably the latter since it is a spout dev who said it doesn't exist
     
  6. Offline

    Wulfspider

    Currently it's only via remote URL as that is how skins work in the Minecraft client. @Afforess said that local can be done... but he'd have to rewrite a lot for that.
     
  7. Offline

    ItsHarry

    In the meantime, you could set up a wamp server or just upload the files to an image sharing website.
     
Thread Status:
Not open for further replies.

Share This Page