Mephi00 / v-rising-wine-docker-image

MIT License
53 stars 31 forks source link

Connecting to server does not ask for password #5

Closed mjuopperi closed 2 years ago

mjuopperi commented 2 years ago

I have put ServerHostSettings.json and ServerGameSettings.json in .../Saves/Settings and have a password set. However, when connecting, I do not get a password prompt and instead join the game.

Here is my config:

{
  "Name": "<...>",
  "Port": 9876,
  "QueryPort": 9877,
  "MaxConnectedUsers": 40,
  "MaxConnectedAdmins": 4,
  "ServerFps": 30,
  "Password": "<Password (contains ä, if that matters)>",
  "Secure": true,
  "AutoSaveCount": 100,
  "AutoSaveInterval": 300,
  "AdminOnlyDebugEvents": true,
  "DisableDebugEvents": false,
  "API": {},
  "Rcon": {}
}
mjuopperi commented 2 years ago

My bad. Needed to have Settings in saves, not Saves.