1. You're welcome!
     
  2. So I just restarted my server for the latest oxide update... And that command upkeep_period_minutes has reset to normal? I keep reading that I have to put it in a startup command, but my issue is I have no idea where to put it... I can't start a Start.Bat all i can find is a server config which has all the seeds etc...

    Would I put the command line in there?
     
  3. you need to include
    +upkeep_period_minutes
    into the start.bat file, or if you're using a server host like gameservers, you have to find a way to include it in your "webpannel" "config".
     
  4. I'm using Pingperfect as a server provider. So it wouldn't be in the server.cfg file where all the server name, seed, and save times etc are in?
     
  5. As I told you above, you need to include that line into the _start-example.bat
    As long you don't have direct acces to the server files and / or your host is hiding this for you to make it "easy to host" I, and I think nobody here can help
     
  6. Ok bud, thanks for your help again, I'll get in contact with the server host :)
     
  7. Just an update on this... To anyone who has issues with dedicated servers from a company...

    I added this to the server config cfg file at the end of the file.

    decay.upkeep_period_minutes (and then your preferred minutes)

    Works a treat after every restart :)
     
  8. Now I know why gameservers like that keeps crashing and f*ck!ng up haha, mixing up old and new code GG
     
  9. hello guys
    i use TimedExecute.cs plugin and i add
    "decay.upkeep false": 6,
    in config and its work fine after server restart
     
  10. Why use a plugin? In your server.cfg
    In rcon terminal (for imediat effect) and server.cfg for after restart
    Code:
    upkeep_period_minutes 2880
    Done
     
  11. I don't think that commands was there when upkeep was new. I'm not sure tho.
     
  12. the command line for adjusting upkeep was there from the first minute that update came out.
    The problem here is that there are some owners that run their server on hosts like failservers.com / clanfail.com / lagperfect.com

    these hosts are using their own interface, preventing you to see and adjust some files.
    The given command line is/was not working for them.
     
  13. Hey guys. decay.durationtwig (and others) not works, do you know the new command?
    [DOUBLEPOST=1517255036][/DOUBLEPOST]Found !
    Code:
    decay.duration_metal    8    How long should this building grade take to decay when not protected by upkeep, in hours
    decay.duration_override    0    When set to a value above 0 everything will decay with this duration
    decay.duration_stone    5    How long should this building grade take to decay when not protected by upkeep, in hours
    decay.duration_toptier    12    How long should this building grade take to decay when not protected by upkeep, in hours
    decay.duration_twig    1    How long should this building grade take to decay when not protected by upkeep, in hours
    decay.duration_wood    3    How long should this building grade take to decay when not protected by upkeep, in hours
     
  14. Just a heads up: the cupboard will still take resources when it's placed in there. Just don't put the resources there that would be needed for upkeep (most likely wood, stone, frags, hq)