gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
866 B
23 lines
866 B
|
|
"name": "<hostname>",
|
|
"description": "Description of the game that will appear in the listing",
|
|
"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": "public",
|
|
|
|
"_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": "<rconpassword>",
|
|
|
|
"_comment_verify_user_identity": "When set to true, the server will only allow clients that have a valid Factorio.com account",
|
|
"verify_user_identity": true
|
|
}
|
|
|