Dedicated server settings-json problem
Posted: Mon Jul 04, 2016 11:03 pm
Hello. I am trying to run a dedicated server with more specific settings but unfortunately it does not seem to work and it is giving me this error.
Missing node (major_version).
It is referring to the json setting file that my server has. It is giving me this error despite having the node major_version there. This is how my server-settings.json looks likes.
First it was giving me the missing application version node error, but as soon as I placed it there the error was no longer shown, but instead it is showing major_version error.
The settings are located in the Factorio\bin\x64 folder, the same where the exe is and the bat file. This is the batch command I am using for launch
Maybe the issue lies there?
I would greatly appreciate any help. Thank you.
Missing node (major_version).
It is referring to the json setting file that my server has. It is giving me this error despite having the node major_version there. This is how my server-settings.json looks likes.
Code: Select all
{
"major_version": "0.13.3",
"name": "My game",
"description": "My game",
"max_players": "4",
"visibility": "public",
"username": "",
"password": "",
"token": "",
"application_version": "22991",
"game_password": "",
"verify_user_identity": "true"
}
The settings are located in the Factorio\bin\x64 folder, the same where the exe is and the bat file. This is the batch command I am using for launch
Code: Select all
Factorio.exe --server-settings "server-settings.json" --start-server "map.zip"
@pause
I would greatly appreciate any help. Thank you.