[MECH] Weatherride - control global biome weather through a simple config. [Spout] [1060]

Discussion in 'Inactive/Unsupported Plugins' started by KoryuObihiro, Aug 24, 2011.

  1. Offline

    KoryuObihiro

    Weatherride (Spout)
    Version 1.0 [1060]

    Download Latest JAR
    Source Code at Github

    Weatherride is a simple plugin that exposes weather configuration in Spout with a config file. The current settings in the SpoutWeather enum are as follows:
    • NONE - disables weather, like in the Desert biome.
    • RAIN
    • SNOW
    • RESET - Use this in config only when you want a placeholder for a biome; this merely uses the Minecraft default setting.
    How to install:
    • Drop the JAR into your plugins folder, and let Weatherride auto-generate a config for you - then apply your desired settings.
    Changelog:
    (8/24/2011)Version 1.0[1060]
    • Release. Auto-generates config.
    NOTICE: This plugin requires the Spout plugin and the Spoutcraft launcher. See here for more information.

    @Afforess Mebbe add this to the list? :)

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

    morizuki

    hmm.. worldguard or residence support?
     
  3. Offline

    KoryuObihiro

    Errr...could you explain this? Not sure how you could use those plugins with this one.
     
  4. Offline

    morizuki

    Let say I have a region called Town, and Outside Region.. if they are in a Town Region, the biome will become Snowy, when they are in Outside Region, it will become Rainy
     
  5. Does it *really* require the client side mod too ? Because all I see it's the spout's biome server-side API in use.
     
  6. Offline

    KoryuObihiro

    It requires the mod if you want to see anything aside from vanilla behavior. I COULD be wrong, but that's my understanding.

    It's possible to set individual player settings, but making it as you describe would require a system of triggers...hmmmm. I'll have to think about how one might implement that, but it sounds interesting.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  7. Well, you could test it out, it would be a benefit to your plugin if it doesn't require the client mod aswell.
     
  8. Offline

    dzekins

    i have not used spout yet but if i really set it to snow its gona snow everywhere? and it will only appier to me or to everyone?
     
  9. Offline

    KoryuObihiro

    If they're using the Spout client, then they'll see it. I've yet to confirm if it works without the client, but I doubt it.

    EDIT: Confirmed. Requires client.
     
  10. Offline

    Ravenis

    Team up with the AmbientSeasons guy so that you two can create a weather system that Rains often but short in spring, rains in fall, snows often in winter, rains longer but less often in summer. Configurable of course.
     
  11. Offline

    KoryuObihiro

    I have my doubts about a dev wanting to collab based upon that, but I honestly think that would be interesting. Have you posted to him about this?
     
  12. Offline

    olloth

    No but I found this thread on accident. :)

    Basically your plugin is completely inside of the scope of my plugin, if you want to fork and pull request biome based settings per season that would be wonderful, I was going to get started on it maybe within a day or two when I got motivated to do it. Your plugin doesn't do enough differently yet for me to really know WHAT we could collab on though in particular.

    I know someone else is making moon phases that I want to sync up with mine though too.

    Let me know thoughts and such, you can PM me here or I'm basically on IRC 24/7 in #spout and #spoutdev on esper.net
     
  13. Offline

    TheOmegaPixel

    I am really sorry i had to be the noob that didn't understand your plugin.
    i have no idead how to use the plugin, the config file is the default one.
    it says it can't read the values but i don't know what values to add.
    Also I am new to the spout client and have no idea how to use it and if i change the biome will it only be within a certain area or the whole world?
    hope you can help
     
  14. Offline

    Wilko343

    I type in SNOW at everyone biome but it's not snowing.. This is my config:
    Code:
    SKY: SNOW
    SAVANNA: SNOW
    OCEAN: SNOW
    DESERT: SNOW
    SHRUBLAND: SNOW
    RIVER: SNOW
    RAINFOREST: SNOW
    ICE_DESERT: SNOW
    EXTREME_HILLS: SNOW
    SWAMPLAND: SNOW
    FOREST: SNOW
    TAIGA: SNOW
    HELL: SNOW
    PLAINS: SNOW
    TUNDRA: SNOW
    SEASONAL_FOREST: SNOW
    Okay so after a while it began to snow but it doens't lie down.. Like in snow biomes.
    Is this normal?

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

    KoryuObihiro

    That's because weather by itself doesn't create snow on the ground - snow biomes automagically place snow everywhere. You'd probably want another plugin for that, since this plugin's development will be stopped in favor of AmbientSeason's new features. Check out Olloth's posts above, and see if you like it.
     
  16. Offline

    Dario1608

    I have a problem with this plugin. I have set for all biomes (except desert and hell) snow, but when I set with WeatherSigns "Rain" or "Snow" it rains.
    Here is my config.yml:
    Code:
    SKY:SNOW
    SAVANNA:SNOW
    OCEAN:SNOW
    DESERT:NONE
    ICE_PLAINS:SNOW
    SHRUBLAND:SNOW
    RIVER:SNOW
    RAINFOREST:SNOW
    ICE_DESERT:SNOW
    MUSHROOM_SHORE:SNOW
    EXTREME_HILLS:SNOW
    SWAMPLAND:SNOW
    FOREST:SNOW
    MUSHROOM_ISLAND:SNOW
    ICE_MOUNTAINS:SNOW
    TAIGA:SNOW
    HELL:NONE
    FROZEN_RIVER:SNOW
    FROZEN_OCEAN:SNOW
    PLAINS:SNOW
    TUNDRA:SNOW
    SEASONAL_FOREST:SNOW
    
    Did I do something wrong? Do I have to write a space behind the ":" or behind the "SNOW" or somewhere else?
    Is it perhaps possible to post a config.yml here with snow everywhere which works?

    I hope you can help me.

    Dario
     
  17. Offline

    KoryuObihiro

    That is correct - you need a space after the colons, otherwise it isn't valid YAML.

    I should warn you that AmbientSeasons has eclipsed this plugin's functionality, and I no longer support it.
     
  18. Offline

    Dario1608

    Code:
    SKY: SNOW
    SAVANNA: SNOW
    OCEAN: SNOW
    DESERT: NONE
    ICE_PLAINS: SNOW
    SHRUBLAND: SNOW
    RIVER: SNOW
    RAINFOREST: SNOW
    ICE_DESERT: SNOW
    MUSHROOM_SHORE: SNOW
    EXTREME_HILLS: SNOW
    SWAMPLAND: SNOW
    FOREST: SNOW
    MUSHROOM_ISLAND: SNOW
    ICE_MOUNTAINS: SNOW
    TAIGA: SNOW
    HELL: NONE
    FROZEN_RIVER: SNOW
    FROZEN_OCEAN: SNOW
    PLAINS: SNOW
    TUNDRA: SNOW
    SEASONAL_FOREST: SNOW
    It doesn't work...
    Now, when I want to enter "/wr reload" , "An internal error occured while attempting to perform this command". I have also tried to restart the server completely but it's still the same, that there always is rain instead of snow. :(
     
  19. Offline

    KoryuObihiro

    Check your console for some sort of stacktrace or otherwise strange output. See anything?
     
  20. Offline

    Dario1608

    It sais
    03:46 PM [INFO] [Weatherride] 1.0 enabled.
    03:46 PM [SEVERE] Error occurred while enabling Weatherride v1.0 (Is it up to date?): org/getspout/spoutapi/block/SpoutWeather

    and much above it sais that Spout and Spoutcraft couldn't be loaded... maybe it's that's why?
     
  21. Offline

    KoryuObihiro

    Probably. If you can't load Spout, then you can't load it...hmmm, that's a job for a "depends" block in YAML.
     
  22. where can i see the commmadns?
     
  23. Offline

    KoryuObihiro

    /wr

    Realize, though, that I'm no longer supporting this plugin.

    Perhaps I could get an admin in here so I can mark it as inactive?
     
  24. Offline

    rawringlemon

    Could you help me? I get a 500 error when I try to download this
    Perhaps a mediafire link?
    Thanks
     

Share This Page