[DEV/RPG] mmoCore v1.3 - Required for mmoMinecraft plugins [Spout] [1185]

Discussion in 'Inactive/Unsupported Plugins' started by Rycochet, Aug 12, 2011.

  1. Offline

    Rycochet

    Now using BukkitDev for releases...
    This thread will remain for discussion only.
    Files also available here.
     
  2. Offline

    morizuki

    yep yep no..
     
  3. Offline

    Rycochet

    Tried running a local copy of the server and disabled plugins in sequence to find out what's causing it? There might also be updates for some of them, that's a huge list you've got lol
     
  4. Offline

    morizuki

    lol.. but i removed mmoParty and it fixed.. something to do with the mmoParty
     
  5. Offline

    Rycochet

    Have you made sure that's fully updated (1.1) - I did it about the same time as the others ;-)
     
  6. Offline

    morizuki

    yep.. i tried redownloading again and still the same.. it never occurs before I updated..

    EDIT: I also tried this plugins only Spout, mmoCore, mmoParty, mmoTarget, mmoPets and still the same
     
  7. Offline

    Rycochet

    Try connecting to my dev server - rycochet.dyndns.org - see if it lets you on there.
     
  8. Offline

    morizuki

    I also tried this plugins only Spout, mmoCore, mmoParty, mmoTarget, mmoPets and still the same
     
  9. Offline

    Wolf7115

    Awesome. Thanks for the info.
     
  10. Offline

    Rycochet

    I'd personally try to connect using a vanilla Minecraft client first, to see if it's the server or the client - I do feel that it's the client going wrong for some reason - could it be your texture pack or something strange like that?
     
  11. Offline

    morizuki

    ok i found it.. if i changed the face to false in mmoCore, it won't let me in, it just kicked me out.. i changed it to true and it's ok now..
     
  12. Offline

    Rycochet

    Ah, weird - I never did test that, just assumed it would work... Might be a bug somewhere with the thing... I'll find and fix it later today.
     
    morizuki likes this.
  13. Offline

    tcvs

    Hey

    Im Not sure if this is the right place to post this but i have mmoparty,mmoTarget, and mmopet. but there are all these different black bars across my screen and i am using spout
     
  14. Offline

    Rycochet

    What version of Spout server & client? Can you take a screenshot for me? Is the spout client un-hacked?
     
  15. Offline

    tcvs

    spout server & Client Newest version i downloaded them today, no idea how to post them since u need a url. it is unhacked
     
  16. Offline

    morizuki

    Oh yeah.. while you are fixing the mmoCore face hidden..

    My Client-Side Minecraft producing an error, and keep spamming me

    this is the error.. I don't have a skin in minecraft.net that's why this is producing the error in Client-Side..

    Code:
    Downloading File: http://face.rycochet.net/xxxxx.png
    
    Error loading texture: C:\Users\xxxxx\AppData\Roaming\.minecraft\spout\texturecac
    he\xxxxx.png
    Mon Aug 29 13:58:53 CST 2011 WARN:class org.newdawn.slick.opengl.PNGImageData fa
    iled to read the data
    java.io.IOException: Not a valid PNG file
            at org.newdawn.slick.opengl.PNGImageData.init(PNGImageData.java:102)
            at org.newdawn.slick.opengl.PNGImageData.loadImage(PNGImageData.java:680
    )
            at org.newdawn.slick.opengl.CompositeImageData.loadImage(CompositeImageD
    ata.java:62)
            at org.newdawn.slick.opengl.CompositeImageData.loadImage(CompositeImageD
    ata.java:43)
            at org.newdawn.slick.opengl.InternalTextureLoader.getTexture(InternalTex
    tureLoader.java:277)
            at org.newdawn.slick.opengl.InternalTextureLoader.getTexture(InternalTex
    tureLoader.java:231)
            at org.newdawn.slick.opengl.InternalTextureLoader.getTexture(InternalTex
    tureLoader.java:184)
            at org.newdawn.slick.opengl.TextureLoader.getTexture(TextureLoader.java:
    64)
            at org.newdawn.slick.opengl.TextureLoader.getTexture(TextureLoader.java:
    37)
            at org.getspout.spout.io.CustomTextureManager.getTextureFromPath(CustomT
    extureManager.java:73)
            at org.getspout.spout.io.CustomTextureManager.getTextureFromUrl(CustomTe
    xtureManager.java:102)
            at org.getspout.spout.gui.GenericTexture.render(GenericTexture.java:67)
            at org.getspout.spout.gui.GenericScreen.render(GenericScreen.java:159)
            at uq.a(GuiIngame.java:140)
            at px.b(EntityRenderer.java:504)
            at net.minecraft.client.Minecraft.run(Minecraft.java:654)
            at java.lang.Thread.run(Unknown Source)
    Mon Aug 29 13:58:53 CST 2011 WARN:class org.newdawn.slick.opengl.ImageIOImageDat
    a failed to read the data
    java.lang.NullPointerException
            at org.newdawn.slick.opengl.ImageIOImageData.imageToByteBuffer(ImageIOIm
    ageData.java:132)
            at org.newdawn.slick.opengl.ImageIOImageData.loadImage(ImageIOImageData.
    java:118)
            at org.newdawn.slick.opengl.CompositeImageData.loadImage(CompositeImageD
    ata.java:62)
            at org.newdawn.slick.opengl.CompositeImageData.loadImage(CompositeImageD
    ata.java:43)
            at org.newdawn.slick.opengl.InternalTextureLoader.getTexture(InternalTex
    tureLoader.java:277)
            at org.newdawn.slick.opengl.InternalTextureLoader.getTexture(InternalTex
    tureLoader.java:231)
            at org.newdawn.slick.opengl.InternalTextureLoader.getTexture(InternalTex
    tureLoader.java:184)
            at org.newdawn.slick.opengl.TextureLoader.getTexture(TextureLoader.java:
    64)
            at org.newdawn.slick.opengl.TextureLoader.getTexture(TextureLoader.java:
    37)
            at org.getspout.spout.io.CustomTextureManager.getTextureFromPath(CustomT
    extureManager.java:73)
            at org.getspout.spout.io.CustomTextureManager.getTextureFromUrl(CustomTe
    xtureManager.java:102)
            at org.getspout.spout.gui.GenericTexture.render(GenericTexture.java:67)
            at org.getspout.spout.gui.GenericScreen.render(GenericScreen.java:159)
            at uq.a(GuiIngame.java:140)
            at px.b(EntityRenderer.java:504)
            at net.minecraft.client.Minecraft.run(Minecraft.java:654)
            at java.lang.Thread.run(Unknown Source)
     
  17. Offline

    Rycochet

    @tcvs

    You can use somewhere like imgur.com to upload pics - but I really don't know what could be causing it to display wrong... I'd check that your java and graphics drivers are up to date next...

    Just found it myself after updating to the latest Spout DEV - will be trying to work out what's going on now I've got it locally lol...

    @morizuki

    Ah - it's a problem on face.rycochet.net - I'll see why it's not catching the error properly - it should supply a blank black PNG in that situation... Fixed it on face.rycochet.net - should work properly now :)
     
    morizuki likes this.
  18. Offline

    tcvs

    so how long till u know y it is doing that
     
  19. Offline

    Rycochet

    Need to work out why - then I can fix it... Got a couple of ideas, but busy trying to get things running on dev.bukkit right now (sadly it's taking over from the forums entirely)...
     
  20. Offline

    morizuki

    ok it's working perfectly.. but.. I'm changing a skin using PlayerEdit? but my face won't show up, just a black face..
     
  21. Offline

    Rycochet

    Client side faces aren't possible yet - why it gets the skin from the minecraft servers. I should really use the default Steve skin for when it can't find one - but hoping that I'll be able to get it working client-side soon...

    @tcvs

    Was a bug I'd accidentally introduced into Spout itself, just update to the latest Dev build again and it's fixed...

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

    gameswereus

    Can you integrate mmoParty with Factions? Any Faction member will automatically become a Party member.

    That's just an idea of how it could be done (if, in fact that is possible in the first place..) :p
     
  23. Offline

    Wolf7115

    Suggestion...
    mmoCurrency - Currency system that works with all of the mmoCore plugins that supports from one currency to multiple currencies if an admin makes multiple currencies.
    What I would mostly want that one for is a basic currency that everyone has access to, and a "premium" curency that donators get for donating. Maybe also have the ability to make certain items only purchaseable with a certain currency when you set the price.
     
  24. Offline

    Rycochet

    @gameswereus

    There's going to be an mmoFaction plugin at some point - trying to hook Factions into mmoParty would create a rather impressive mess on screen :-P

    @Wolf7115

    Not sure - I sort of want to, but the current economy plugins have so many plugins available for them that I'd have to duplicate them, or get them to support *another* economy mod... By all means put it up on https://github.com/mmoMinecraftDev/TODO/issues - but I don't think it'll get a high priority (yet at least) :-P
     
  25. Offline

    gameswereus

    That's awesome. Sorry I didn't look though the whole list. Will it be similar to the current Factions plugin? Similar in the sense that you capture other peoples land via PvP of some sort.
     
  26. Offline

    Rycochet

    To start with it'll be really simple (like mmoPets currently) - but wanting to be able to handle any ideas that crop up - that sounds like an interesting one, jut got to work out how to fit it in with the rest of the plugins ;-)
     
  27. Offline

    gameswereus

    Cool. Are your plugins listed in order of priority? I run Factions on my server, but since you seem to be integrating your plugins with each other for the most part, I'd love to make a switch.
     
  28. Offline

    Rycochet

    Sadly there isn't any specific order... I've now got 3 other people coding with me, and currently we're working on -

    mmoInfo (an info bar at the top for other plugins to provide info for)
    mmoPVP & mmoPVE (interfaces to make it easier to handle damage events supporting pets)
    mmoMail (player mail with attachments)
    mmoQuest (any type of quest and reward)
    mmoSkills (interface for skills / abilities etc)

    ... Yes, we've got a lot on :-P
     
  29. Offline

    Wolf7115

    The only reason that I suggested that is because I don't know of any economy plugins tha supports more than one currency. If anyone knows of one, please direct me to it.
     
  30. Offline

    Rycochet

    Now that is a good point... Would make for a more interesting RPG feel if different countries had different currencies - and money changers charged for the privilege of converting from one to another (don't worry, not forcing anything here - that would be NPC scripting which is a way off)...

    The "paid for" currency would also be useful for some people I know ;-)
     
  31. Offline

    thepackett

    i like how you can choose what you want because they're separated into different plugins, good job :D
    i'm looking forward to more ^^
     

Share This Page