Skip to content

Commit

Permalink
Move chobby_config.json into launcher config
Browse files Browse the repository at this point in the history
This is using the new feature introduced in
beyond-all-reason/spring-launcher@02cafb0
  • Loading branch information
p2004a committed Mar 1, 2024
1 parent a2a640d commit efa59b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 11 additions & 0 deletions dist_cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,17 @@
"links": [
{"title": "Privacy Policy", "url": "https://www.beyondallreason.info/privacy"}
],
"json_files": {
"chobby_config.json": {
"server" : {
"address" : "server4.beyondallreason.info",
"port" : 8200,
"protocol" : "spring",
"serverName" : "BAR"
},
"game" : "byar"
}
},
"default_springsettings": {
"AdvUnitShading": 1,
"AdvMapShading": 1,
Expand Down
9 changes: 0 additions & 9 deletions dist_cfg/files/chobby_config.json

This file was deleted.

0 comments on commit efa59b9

Please sign in to comment.