diff options
author | Renken <renken@shione.net> | 2024-01-08 21:15:14 +0100 |
---|---|---|
committer | Renken <renken@shione.net> | 2024-05-12 16:49:29 +0200 |
commit | d328f099129dc912289f607bd4913fcb44c73627 (patch) | |
tree | 99025a0758b4bb586bc1dc8a293f6bdf25671752 /deploy/shione/srb2kart/README.md | |
parent | 1d54e783ae1de8a68e2f7bc9ec90631c594c311f (diff) | |
download | shione-d328f099129dc912289f607bd4913fcb44c73627.tar.gz shione-d328f099129dc912289f607bd4913fcb44c73627.zip |
deploy: shione: init srb2kart
Diffstat (limited to 'deploy/shione/srb2kart/README.md')
-rw-r--r-- | deploy/shione/srb2kart/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deploy/shione/srb2kart/README.md b/deploy/shione/srb2kart/README.md new file mode 100644 index 0000000..c808807 --- /dev/null +++ b/deploy/shione/srb2kart/README.md @@ -0,0 +1,12 @@ +Quoting [this thread on srb2 +forum](https://mb.srb2.org/threads/dedicated.7063/). + +> Although that's the way it's often been used in practice, it's not actually +> the case: adedserv.cfg is the counterpart of autoexec.cfg; dconfig.cfg of +> config.cfg. This has important implications for setting the masterserver: it +> works in the latter, but by the time the former is executed, it's too late. + + +In this case, I'll put everything in `dconfig.cfg` and see later on if there +are things I can delay to `adedserv.cfg`. I think the mods need to be +broadcasted to the master server? I could be wrong here. |