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

    Zone

    no
     
  3. Offline

    xZise

    Hello, could you add SpeedMeter to Spout using plugins (only enhanced by client & server)?

    Fabian
     
  4. Offline

    topcat5665

    I have a few questions about the client... First of all I thank you for making it, when running the spout client I can play minecraft with no lag!

    Anyway, do you know when an offline version will come out? When I have no internet it would be nice to play minecraft with no lag...

    And the second question, how do I get a cape? Is the only way to get a cape to go on a server with the spout cape plugin?

    Thanks.
     
  5. Offline

    Wulfspider

    Offline version will be out when it's out. I believe the current goal is for 1.1.

    Yes, Spout is only a framework/API for other plugins to use. You would need another plugin to set capes, skins, etc.
     
  6. Offline

    Ritsbits

    Still having freezing issues with the launcher. I did update to build 262 of Spoutcraft. It has improved because it is no longer freezing and never moving. It now actually freezes, then eventually moves, but it appears there is not enough time for the launcher to download the files as I get a window with "Download timeout!"

    Spoutcraft 262 build
    Win7 64 bit
    Java 7
     
  7. Offline

    Marcos Cosmos

    Heh, I fond the current one annoying.. don't get me wrong it's better than vanilla and all that... if you end up creating your own though, could you develop some way to pull a plugin list before logging in and/or search by plugin? I meam, you'd probably have to make spout pull some stuff to the webserver or w/e and so that search etc would only apply to spout servers but if you could it would be great :3,

    Also rp you think you could do better scrolling than mcadmin's current one? XD

    Thanks,
    Marcos Cosmos

    @Wulfspider do you think*

    Sorry, far too hard to edit posts after submittng them on this phone..

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
  8. Offline

    necavi

    Addendum to post above mine: Do you need/want someone to make both a website and database for your server list? I'm not sure what kind of experience the spout team has in such things, and whether they want to spend their valuable time working on such a project, when it would be fairly easy to farm it out to someone else.
     
  9. Offline

    WaferMouse

    I just wanted to bump this up given that Notch and Jeb are both tweeting about the release in the short-term now. I really want to continue using Spout on 1.7 until I'm happy that all my plugins are updated, given that this is a sizeable update to the game and I imagine this will be a pretty hectic update cycle. Being able to disable updates on the client would be really useful. Being prompted to update when joining a newer server would be sweet (if it doesn't happen already).

    Oh also, unicorns and ponies riding rainbows into the sunset ;) Thanks for all the good work
     
  10. Offline

    Marcos Cosmos

    @WaferMouse notches latest tweets state it comes as early as tommorow, I suggest you make a backup copy of your .spoutcraft as soon as you can.. also pm me for a temporary solution to stop updates if you want :)

    Ok. First of all spout will never support client mods lile zombe. But! The exact same features will soon be possible with spout. You won't manually install them like zombe though, they will be more like server plugins, and probably come in server plugins. Please be patient :p
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  11. Offline

    Wulfspider

    Spoutcraft Launcher has already been set to not update when 1.8 comes out. Currently it's a dev build, but we will most likely be pushing it as RB soon.
     
  12. Offline

    WaferMouse

    Awesome! Thanks for putting my mind at ease! :)
     
  13. Offline

    Borch

    How to put you server in the list that the Spoutcraft client shows?
     
  14. Offline

    Marcos Cosmos

    @Wulfspider did u see my question about server listing?
     
  15. Offline

    robmcdonald5

    from my understanding spout is never gana suport cilents like zombe fly mod is this true? my friend said it wasnt and spout is gana suport cilents like zombe i thout it was just gana suport things like pls like spout flite is this true?

    im not eger to have fly mod our server has spout flite ad im plently content it was my friend who thout it would suport cilents liek zombe

    wellllll i updated my spout and now its realy wierd now i ran it and it opened 2 things 1 the spout begining screen and a white screen doing nothing...do you no how i can fix this?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 10, 2018
  16. Offline

    Marcos Cosmos

    Ah ok well, it's not. But it will allow its ow alternative to client mods .. kinda like modloadermp only simpler, safer and easier for everyone, developers and users (no file corruption forcing you to reinstall minecraft) :3
     
  17. Offline

    Television

    So the Spoutcraft Launcher refuses to download any and all files. If I transplant the Minecraft ones into it, it launches regular MC. If I don't, it fails with a ClassNotFoundException on MinecraftApplet.class. When I try using the manual install on a transplanted minecraft,jar, it deletes the bin folder. Halp?
     
  18. Offline

    Chronx6

    1. English.
    2. If I understand the question correctly your asking about client mods. There will be client mod support once thier API is out. BUT the mods will have to be made for spout. Existing client mods will not work.
     
  19. Offline

    robmcdonald5

    yep lol i am scotish and 100% bad speler:p
     
  20. Offline

    Armaxxx

    thaaaankkksss,, i finally understood, btw i may not look like it, but im a server admin ^_^ english is not my first languaje (as many of the people on the internet) but i try, thanks thanks thanks
     
  21. Does the Spout dev build allow for custom items already?!
    Just had a look at the Java Doc and it almost looks like it...
    Code:
     Integer    getCustomItemId(org.bukkit.plugin.Plugin plugin, String key)
              Returns the id for a custom item.
     String    getCustomItemName(int id)
              Gets the custom name of the item, or null if none exists
     String    getCustomItemName(org.bukkit.Material item)
              Gets the custom name of the item, or null if none exists
     String    getCustomItemName(org.bukkit.Material item, short data)
              Gets the custom name of the item, or null if none exists
     org.bukkit.inventory.ItemStack    getCustomItemStack(int id, int size)
              Creates an item stack of a custom item.
     String    getCustomItemTexture(int id)
              Gets the custom texture of the item, or null if none exists
     String    getCustomItemTexture(org.bukkit.Material item)
              Gets the custom texture of the item, or null if none exists, for use with pre-caching
     String    getCustomItemTexture(org.bukkit.Material item, short data)
              Gets the custom texture of the item, or null if none exists
    and so on...
     
  22. Offline

    alfskan

    Name of project: Spoutcraft Launcher
    Project version/build: latest client recommended build [​IMG]
    CraftBukkit build: 1060
    Description of issue: When I click on my character or on the 'connect' button, the launcher stay on a white screen.
    Steps to reproduce: Double click on the .exe, enter my nickname and password and click to connect. Waiting for the update and installation, and crash.


    I checked %appdata%\.spoutcraft folder.
    It contains only Logs folder, spoutcraft folder, .jpg, Spoutcraft-Launch.jar file.
    It seems the launcher doesnt download contents properly.
    I didnt mod anything.
    Also I tried it after delete all spout-files and re-install, but got same result.
     
  23. Offline

    1994mat

    I wish we had mod support for like buildcraft :(
     
  24. Offline

    novek

    Interestings... he wrote about a issue and no one response it.

    Same here, Spoutcraft don't save the keybinds. And shift, alt, ctrl modifiers are not supported too.
     
    hotcubcar likes this.
  25. Offline

    xHezer

    is the possibility that the when player connecting the to server, must download the specified files? For example, new textures NEW stuff, etc.
     
  26. Offline

    Wulfspider

    That is why we recommend posting on our GitHub issues tracker. Things get lost here easily.

    Mod support will be possible when the Spoutcraft client addon API is available.

    It's still being developed.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
  27. Offline

    Riku9563

    Same Problem Here
     
  28. Offline

    novek

    Posted into the issue tracker.
     
  29. Is it already included in the dev build of the Spout API?
     
  30. Offline

    NinjaGrinch

    Same issue here, as for all my users. :mad:
     
  31. Offline

    NinjaZidane

    Same thing here as well....would LOVE to know who decided to push out a RECCOMENDED build without even bothering to test to see if it would atleast get to the title screen.

    Don't start becoming like Mojang with their huge bugs out of the box...
     
    NinjaGrinch likes this.
Thread Status:
Not open for further replies.

Share This Page