From 26dd78fff7e0e933ea0d3db6238a2f7f58447069 Mon Sep 17 00:00:00 2001 From: yuwui Date: Sun, 5 Dec 2021 23:16:12 +0100 Subject: [PATCH 1/2] change default network version to 171022 --- CMakeVariables.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeVariables.txt b/CMakeVariables.txt index bbed7d46..01e03d87 100644 --- a/CMakeVariables.txt +++ b/CMakeVariables.txt @@ -6,7 +6,7 @@ LICENSE=AGPL-3.0 # The network version. # 171023 - Darkflame Universe client # 171022 - Unmodded client -NET_VERSION=171023 +NET_VERSION=171022 # Debugging # __dynamic=1 # Set __dynamic to 1 to enable the -rdynamic flag for the linker, yielding some symbols in crashlogs. From 932bf7ca60fd144003ce88e0c0637185affbf6ed Mon Sep 17 00:00:00 2001 From: yuwui Date: Mon, 6 Dec 2021 12:29:42 +0100 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05766373..c5d4f1c4 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Some tools utilized to streamline the setup process require Python 3, make sure DLU clients identify themselves using a higher version number than the regular live clients out there. This was done make sure that older and incomplete clients wouldn't produce false positive bug reports for us, and because we made bug fixes and new content for the client. -If you're using a DLU client, then you don't need to change anything. But if you're using any other client, you'll have to go into the "CMakeVariables.txt" file and change it to match your client's version. (likely 171022) +If you're using a DLU client you'll have to go into the "CMakeVariables.txt" file and change the NET_VERSION variable to 171023 to match the modified client's version number. ### Linux builds Make sure packages like `gcc`, `cmake`, and `zlib` are installed. Depending on the distribution, these packages might already be installed.