help with making a server
Posted: Sat Jan 07, 2017 3:29 pm
Hello guys,
first of all i'm new here so i hope that i can post my problem over here.
yesterday i want to run a server for me and my friends so we can play togetter this fun game. However when i start te server script its run outs with a error:
invalid visibility value, please check data/server-settings.example.json for correct format.
what i try i cant figger it out what te problem is. so i post my settings over here so one of u can help me maybe.
what do i wrong? thxq for the help!
and im sorry for the bad english im dutch. can speak english verry well but have some problems with righting.
first of all i'm new here so i hope that i can post my problem over here.
yesterday i want to run a server for me and my friends so we can play togetter this fun game. However when i start te server script its run outs with a error:
invalid visibility value, please check data/server-settings.example.json for correct format.
what i try i cant figger it out what te problem is. so i post my settings over here so one of u can help me maybe.
Code: Select all
{
"name": "bende van ellende",
"description": "zoals de naam al zegt",
"tags": ["game", "tags"],
"max_players": "0",
"_comment_visibility": ["public: Game will be published on the official Factorio matching server",
"lan: Game will be broadcast on LAN",
"hidden: Game will not be published anywhere"],
"visibility": "hidden",
"_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public",
"username": "",
"password": "",
"_comment_token": "Authentication token. May be used instead of 'password' above.",
"token": "",
"game_password": "stream2016",
"_comment_verify_user_identity": "When set to true, the server will only allow clients that have a valid Factorio.com account",
"verify_user_identity": false
}
and im sorry for the bad english im dutch. can speak english verry well but have some problems with righting.