Inactive [DEV] SpoutPlugin - Unleash the flow of endless possibilities [1.0-1.3.2]

Discussion in 'Inactive/Unsupported Plugins' started by SpoutDev, Aug 1, 2011.

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

    SpoutDev

    In order to centralize support of our legacy projects, we will no longer be providing support on Bukkit. Please use www.spout.org for support with our projects going forward.
     
  2. Offline

    alta189

    I think @raphfyk and him are working on it

    sure

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  3. Offline

    Boon Pek

    Singleplayer seems not to work here?
     
  4. Offline

    RGadelha

    I've noticed that in one of the Spout dev builds, maybe dev build #7, two classes had their names changed:
    Listener.class to PacketListener.class and Listeners.class to PacketListeners.class, they are both inside org\getspout\spoutapi\packet\listener, and that change broke one of my plugins, MobDisguise.

    I'm not complaining, of course, I know they are "dev builds" and Spout is a WIP.
    My question is, is there a chance for it to happen again with existing classes?

    BTW, I'm in love with Spout / SpoutCraft, my server and client is noticeably faster after v1.0.1. GOOD JOB :D
     
  5. Offline

    alta189

    It doesn't work doesn't help. I need a lot more info. Read in the first post how to submit a good error report

    We are still working on the Packet Listeners, trying to make them with the best API possible, and the most stable. Spout will have small little breaks here and there, but there will never be a huge one like BukkitContrib to Spout

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  6. Offline

    LRFLEW

    There's always a memory issue :p

    it would be nice if it would use the other texture pack folder. Also, is it using a fresh install of minecraft, because I loose all my mods with Sprout.
     
  7. Offline

    RGadelha

  8. Offline

    cholo71796

    @alta189
    Don't wanna bug you, but do you know how I can set the texture pack to default?
     
  9. Offline

    alta189

    it is SPOUT.

    And you cannot use other mods with spout

    Actually Im not sure... :p

    hmm?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  10. Offline

    rslink

    @SpoutDev I'd like to repost the md5 checking to this thread.

    Show Spoiler

    So to sum of the idea of md5 checksums:

    Server stores a list of allowed md5s, or the md5 of each map.
    Client generates md5 check sum of each texture pack installed, and caches a list linking to the file names.

    If: clientmd5 != allowedmd5
    then: download [md5]
    else: change to [md5]

    In a sense replacing using file names, and instead a md5.

    For plugins that change the texturpack they will have to make a feild like this:

    File Url: The quick brown fox jumps over the lazy dog
    md5: 9e107d9d372bb6826bd81d3542a419d6


    More examples:
    Show Spoiler

    Server md5 list of generally allowed texturepacks if none is set for the world:
    name : md5
    1.zip : c4ca4238a0b923820dcc509a6f75849b
    2.zip : c81e728d9d4c2f636f067f89cc14862c
    3.zip : eccbc87e4b5ce2fe28308fd9f2a7baf3

    Clients texturpacks:
    1.zip : c4ca4238a0b923820dcc509a6f75849b
    2.zip : c81e728d9d4c2f636f067f89cc14862c
    3.zip : 5b068a95442c7d5505b4166a77357ea5

    In this case the client can use texture packs 1 and 2, but not 3


    Next case:
    Survival world texturepack: 4.zip : a87ff679a2f3e71d9181a67b7542122c

    Client's list:
    1.zip : c4ca4238a0b923820dcc509a6f75849b
    2.zip : c81e728d9d4c2f636f067f89cc14862c

    The client will have to download texturepack "4.zip"


    Case 3:
    Survival world texturepack: 4.zip : a87ff679a2f3e71d9181a67b7542122c

    Client texturpacks

    1.zip : c4ca4238a0b923820dcc509a6f75849b
    2.zip : c81e728d9d4c2f636f067f89cc14862c
    3.zip : 5b068a95442c7d5505b4166a77357ea5
    4.zip : 895a074a5b216322121b5f76bc831927

    The "4" texture pack's name is the same but it's md5 does not match the required one. The client will have to download the texurepack the server requires, but will not rewrite the clients texturpack of the same name.


    @cholo71796
     
  11. Offline

    RGadelha

    I know you are, you've answered so fast to my question :p
     
  12. Offline

    cholo71796

    Haha, does @Afforess know? Setting the texture pack works wonderfully, but clearing it doesn't. I tried setting it to null, but that didn't work. I don't want to DL a copy of the pack because I don't want to change it. Keep up the good work, :D
     
  13. Offline

    rslink

    It would be even better if it could be set back to what the player was already using.
     
  14. Offline

    cholo71796

    Didn't even think of that. Yeah, being able to retrieve the user-set texture pack and the default one would both be useful.
     
  15. Offline

    Boon Pek

    Okay. I get a black screen when joining a server, it says that I have connected on the server console. I'm using the default Minecraft launcher (latest) downloaded from http://www.minecraft.net/download.jsp, though I've patched the minecraft.jar in the bin directory with the latest one from the Jenkins server.

    Or is the Spoutcraft launcher mandatory to play with Spoutcraft?
     
  16. Offline

    RGadelha

    Yes, it is!
     
  17. No, the launcher is not required to play with Spout installed on the server. You just don't get most of the features.
     
  18. Offline

    Boon Pek

    That's a little saddening. Too many changes when compared to the original Minecraft, I presume?
     
  19. Offline

    LRFLEW

    again, I'm using Lion, so it has that stupid autocorrect that likes mine craft and bucket and sprout. It's not my fault :p.

    I guess it's for the best. I liked bukkitcontrib in that I could install other mods before it and get most functionality out of it. All I really ask for here then is that the server can define mods, so that flying and other important mod stuff (as flying is coming in 1.8) can be used, and even controlled to only let OPs use it :)
     
  20. Offline

    Activat0r

    I'm have a little trouble with the SkyManager. I'm trying to disable clouds for all players, however, I see no apparent change when logging in. Is there something that I'm missing?

    Code:
    for(Player player : this.getServer().getOnlinePlayers()) {
      SpoutPlayer splayer = (SpoutPlayer) player;
      SkyManager sky = SpoutManager.getSkyManager();
      sky.setCloudsVisible(splayer, false);
    }
    Thanks,
    Activat0r
     
  21. Offline

    RGadelha

    So, Yes It IS!
    SpoutCraft speaking, and without any mod.
     
  22. Offline

    alta189

    What event?

    Submit a feature request on github

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  23. Offline

    el_freakyfrog

    i figured it out thanks bro...well someone else did and showed me how that is...but its still the .bat file just with the .jar extension, wasn't sure which one to use, that was my main issue :)
     
  24. Offline

    alta189

    :)

    That is because the Spoutcraft mod is for the Spoutcraft launcher

    It is

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  25. Offline

    cholo71796

    No, it's really not. Required would mean that it wouldn't work at all without the launcher.
     
  26. Offline

    RGadelha

    I see...
     
  27. Offline

    Boon Pek

    Well, running the patched minecraft.jar does not seem to work without the SpoutCraft launcher :(
     
  28. Offline

    embty

    Is it possible to get spoutcraft intergated with optimine for better fps :D
     
  29. Offline

    RGadelha

    Oh, yeh?
    cholo71796 said it's really not!
     
  30. Offline

    IncendiaDrakon

  31. Offline

    embty

    How do u install it or is it alraedy there? because players are whining about fps :( olo
     
  32. Offline

    Top_Cat

Thread Status:
Not open for further replies.

Share This Page