RealisticWeather

Moved

Total Downloads: 1,817 - First Release: Jun 15, 2017 - Last Update: Jun 28, 2017

5/5, 11 likes
  1. realistic weather ? this is not realistic weather, if i must use alltime commands for change weather ! this is rust doing as admin with commands alone :) realistic is, if change random weather automatically !
     
  2. OuTSMoKE updated Realistic Weather with a new update entry:

    1.1.4

     
  3. 10/10 best and only weather plugin I recommend! Great job!
     
  4. Agreed!
     
  5. cool plugin, love the sounds , but where is the rain? there is no visual rain etc . weird
    (03:56:11) | Clouds: 45% (was 40%)
    (03:56:41) | Clouds: 50% (was 45%)
    (03:57:11) | Clouds: 55% (was 50%)
    (03:57:41) | Clouds: 60% (was 55%)
    (03:57:51) | Rain: 2% (was automatic)
     
    Last edited by a moderator: Aug 4, 2017
  6. 2 Things to note.

    1: If you teleport during rain, you wont see rain again until the rain amount changes. So if rains at 100% and still has 5 minutes left before going back down to like 90%, you wont see rain for 5 minutes. FP didn't build the rain system with teleporting in mind.

    2: Rain currently doesn't visually work at all on Hapis Island map.

    Also, which weather system was running during your comment posted? None of them should go from 2% to 20%....

    Edit: Never mind, found it, it's in the rain/longrain ones, I haven't reworked those yet, timing will be better next update.
     
    Last edited by a moderator: Jul 9, 2017
  7. ah yup i run a hapis map , ok hope to see that resolved , thank you for the reply
     
  8. Doubt it will anytime soon, it broke when they started the overhaul of that map.
     
  9. any chance having no fog option?
     
  10. ... what is the command for clear weather (no clouds, wind and full sunny) ?
     
  11. Installed plugins, copied the example for Timed thingy mod. No weather. Please advise how to proceed
     
  12. I really love this plugin! I put a schedule for rw.random every hour so we had random weather all the time. Got many compliments for it but also a lot of players complained about the rain.. I was wondering is there a way to disable rain but keep the random weather going? :)
     
  13. ... me too but what we need is THUNDER with Flash :)
     
  14. Oh yes definitely! I hope it will be supported some day that would add so much more dimension to the game :)
     
  15. can this plugin make the ping higher?
    cause I see more complaints after installation. but maybe i wrong.
    and with this plugin I installed Timber plugin. I have now unloaded both the plugin and will be watching.
     
    Last edited by a moderator: Aug 25, 2017
  16. Fantastic Plugin BUT after Rust Update Rain make the Server very laggy (from 110 FPS to under 20 FPS) ...
    This is my PC, so i think the PC is not the Problem ;)
     
  17. Hello, Bit of a noob, so sorry. I just pasted the following code from your faq in to my timed file. looking on my server cmd it list weather.rain, weather.clouds, weather.fog & weather.wind all on 0, is this correct? Also not noticed any weather changes, although doing a manual random weather did work.

    Code:
    {
      "EnableInGameTime-Timer": false,
      "EnableRealTime-Timer": false,
      "EnableTimerOnce": true,
      "EnableTimerRepeat": true,  "InGameTime-Timer": {
        Don't put weather commands in this section.
      },
      "RealTime-Timer": {
        Don't put weather commands in this section.
      },
      "TimerOnce": {
        "weather.rain 0": 35,
        "weather.clouds 0": 40,
        "weather.fog 0": 45,
        "weather.wind 0": 50
      },
      "TimerRepeat": {
        "rw random": 7200
      }
    }
     
  18. This is designed to be used with a timed command plugin such as Timed Execute, and replace the built in weather, so I recommend also using Timed Execute to set all weather (rain/wind/clouds/fog) to 0 on server load for the best effect.
    [DOUBLEPOST=1509120774][/DOUBLEPOST]
    i have the same issues , i had to remove it due to it making everyone's ping 18k etc . after i removed it . no problems with a player pop of 33 ;)
     
  19. Until Facepunch gets a handle on how weather works and learns how to properly optimize things, this plugin will not be updated any further.

    If you'd still like to use it, but remove certain weather events from the 'rw random' command, just delete the lines for the commands you don't want it to run in this section:
    Code:
            public List<string> cmds = new List<string>
            {
                "rw rain",
                "rw lightrain",
                "rw longrain",
                "rw storm",
                "rw longstorm",
                "rw lightfog",
                "rw fog",
                "rw heavyfog",
                "rw overcast"
            };
    I recommend removing rain, longrain, storm, and longstorm.
     
  20. ... but weather without rain is not realistic weather ;)