Server Sessions

Discussion in 'Technical & Support' started by stu3284, Feb 4, 2022.

Tags:
  1. stu3284

    stu3284 Registered

    Joined:
    Sep 21, 2020
    Messages:
    20
    Likes Received:
    3
    Is there a way to keep a dedicated server in Practice session if there are no players? I would like the session to start when a player connects if possible.
    Thanks again in advance
    Stu
     
  2. lagg

    lagg Registered

    Joined:
    Oct 1, 2012
    Messages:
    3,043
    Likes Received:
    1,958
    In the Multiplayer.json there is a paremeter that says
    Code:
        "Pause While Zero Players":false,
        "Pause While Zero Players#":"Whether to pause a dedicated server (and stay in practice session) if no human players are present",
    I don't know if it's what you're looking for.
     
    DanRZ likes this.
  3. stu3284

    stu3284 Registered

    Joined:
    Sep 21, 2020
    Messages:
    20
    Likes Received:
    3
    Hi lagg,
    Thats great. I assume i set the first line to true.
    Could you explain the second bit?
    Regards
    Stu
     
  4. lagg

    lagg Registered

    Joined:
    Oct 1, 2012
    Messages:
    3,043
    Likes Received:
    1,958
    Yes, thre first line is the parameter.
    The second is an explanation o the parameter
     
  5. stu3284

    stu3284 Registered

    Joined:
    Sep 21, 2020
    Messages:
    20
    Likes Received:
    3
    @lagg Got it thank you. I thought it was another parameter. Thanks for the prompt replies.
     
    lagg likes this.

Share This Page