From babf84bbfd79c8c891a755bedab599db58a5b3f4 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 1 Jan 2022 02:08:20 +0900 Subject: [PATCH] Add credit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4558836..297a2c3 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Lastly, the launch options and mod list will be concatenated and used to launch - The server protocol enforces a maximum length of 64 characters, so server names should never exceed the acceptable width of the table, making truncation unneccessary. - This was not tested with Flatpak steam or Steam native runtime. If there is a particular method of invocation for those, submit an issue. - Official servers do not get indexed by server trackers in the usual manner, so this works only with custom servers. It might be possible to include a manifest of official servers in a future revision, however. -- In testing, at least one server behaved strangely despite the correct launch parameters being given and refused to start. (Investigating) +- ~~In testing, at least one server behaved strangely despite the correct launch parameters being given and refused to start. (Investigating)~~ **Thanks to the user scandalouss for help in resolving this issue** - You may still encounter weird bugs from DayZ itself due to the unstable nature of the client. (E.g., "User is not connected to Steam" when loading into a map.) - Wasn't tested on esoteric terminal emulators or fancy configs. (Tested against urxvt)