Modding Help worldInactiveShutdown

Discussion in 'Starbound Modding' started by Korgunaard, Dec 12, 2013.

  1. Korgunaard

    Korgunaard 2.7182818284590...

    I am trying to prevent my server from shutting down a world once all of the players leave. In the universe_server.cfg file is a line that reads "worldInactiveShutdown" : 0,. I assume that the number is duration in seconds and I had thought 0 meant it wouldn't shutdown at all but it still does so I changed it to a higher number like 600 to test it out but the world still seems to shutdown when no players are on it. Does anyone know what this line does and if there is any way to keep planets running while they are devoid of players?
     
  2. Saravind

    Saravind Tentacle Wrangler

    i would try higher than 30000 since thats the default timer
     
  3. Sterolyze

    Sterolyze Poptop Tamer

    Set it to false....

    How is this a modding problem again?
     
  4. Korgunaard

    Korgunaard 2.7182818284590...

    Because I have to edit files I assumed it was a modding problem. You don't have to be a jerk about things, I said my knowledge was limited.
     
  5. Korgunaard

    Korgunaard 2.7182818284590...

    Also setting it to false did not work.
     
  6. APXEOLOG

    APXEOLOG Void-Bound Voyager

    try to set big number, like 3600000 (1 hour in millisecs)
     
  7. Korgunaard

    Korgunaard 2.7182818284590...

    Thank you. I realized it is in millisecs and not seconds just a little while ago and I have it working properly now. Thank you for the helpful advice.
     

Share This Page