1. Post #1
    AJ10017's Avatar
    June 2012
    1,179 Posts
    I was curious to know if it is possible to make an addon that slows down the day/night cycle to match a real 24 hour period or even 3 rust days per real day? I would be interested in trying it out if it is possible

  2. Post #2
    Wulfspider's Avatar
    January 2014
    147 Posts
    http://playrustwiki.com/wiki/Server_Commands

    env.daylength "amount" Sets how long daytime will last. (45 Default)
    env.nightlength "amount" Sets how long nighttime will last. (15 Default)

    You can add the above commands to your serverdata/cfg/server.cfg to automatically apply on startup. You'll have to adjust the setting till it's as close to "real" time as you'd like.
    Reply With Quote Edit / Delete Reply United States Show Events Winner Winner x 1 (list)

  3. Post #3

    February 2014
    61 Posts
    840 = 14 hours
    600 = 10 Hours

    I haven't tried it yet but doing such as...

    env.daylength 840
    env.nightlength 600

    should give you a realistic day/night cycle.