Search Unity

Resolved br200

Discussion in 'Game Server Hosting' started by tomfurrier, Oct 26, 2022.

Thread Status:
Not open for further replies.
  1. tomfurrier

    tomfurrier

    Joined:
    Aug 7, 2013
    Posts:
    3
  2. ajdaniel_unity

    ajdaniel_unity

    Unity Technologies

    Joined:
    Jul 19, 2019
    Posts:
    22
    It looks like you've not set up the launch parameters of your Build Configuration correctly. You should change the Build Configuration Launch Parameters to be:

    Code (Boo):
    1. -nographics -dedicatedServer -batchmode -fps 60 -battleRoyale
    2. -logFile $$log_dir$$/Engine.log -dataPath $$log_dir$$ -port
    3. $$port$$ -region eu -serverName "MP #$$serverid$$" -multiplay
    4. -backfill -sqp -matchmaking -maxPlayers 200
    And then try again
     
  3. tomfurrier

    tomfurrier

    Joined:
    Aug 7, 2013
    Posts:
    3
    It was the issue indeed, thanks for the detailed answer! the docs mentioned it too I see now
     
    ajdaniel_unity likes this.
  4. ajdaniel_unity

    ajdaniel_unity

    Unity Technologies

    Joined:
    Jul 19, 2019
    Posts:
    22
    I’m glad I could help!
     
Thread Status:
Not open for further replies.