Skip to content

Commit

Permalink
docs: add server config requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Sep 25, 2024
1 parent 09030ef commit 97b131b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
| sinepisodes | SiN Episodes | [Valve Protocol](#valve) |
| sof | Soldier of Fortune | |
| sof2 | Soldier of Fortune 2 | |
| soldat | Soldat | |
| soldat | Soldat | [Soldat](#soldat) |
| sotf | Sons Of The Forest | [Valve Protocol](#valve) |
| soulmask | Soulmask | [Valve Protocol](#valve) |
| spaceengineers | Space Engineers | [Valve Protocol](#valve) |
Expand Down Expand Up @@ -490,3 +490,6 @@ EOS does not provide players data.
### <a name="palworld"></a>Palworld
Palworld support can be unstable, the devs mention the api is currently experimental.
To query Palworld servers, the `RESTAPIEnabled` setting must be `True` in the configuration file, and you need to pass the `username` (currently always `admin`) and the `adminpassword` (from the server config) as the `password` parameter.

### <a name="soldat"></a>Soldat
Requires `Allow_Download` and `Logging` to be `1` in the server config.
3 changes: 3 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -2651,6 +2651,9 @@ export const games = {
port: 23073,
port_query_offset: 10,
protocol: 'soldat'
},
extra: {
doc_notes: 'soldat'
}
},
sof: {
Expand Down

0 comments on commit 97b131b

Please sign in to comment.