diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 91582ad4..00000000 --- a/.gitmodules +++ /dev/null @@ -1,34 +0,0 @@ -[submodule "deps/minhook"] - path = deps/minhook - url = https://github.com/TsudaKageyu/minhook.git -[submodule "deps/asmjit"] - path = deps/asmjit - url = https://github.com/asmjit/asmjit.git -[submodule "deps/zlib"] - path = deps/zlib - url = https://github.com/madler/zlib.git - branch = develop -[submodule "deps/libtomcrypt"] - path = deps/libtomcrypt - url = https://github.com/libtom/libtomcrypt.git - branch = develop -[submodule "deps/libtommath"] - path = deps/libtommath - url = https://github.com/libtom/libtommath.git - branch = develop -[submodule "deps/rapidjson"] - path = deps/rapidjson - url = https://github.com/Tencent/rapidjson.git -[submodule "deps/udis86"] - path = deps/udis86 - url = https://github.com/vmt/udis86.git -[submodule "deps/stb"] - path = deps/stb - url = https://github.com/nothings/stb.git -[submodule "deps/curl"] - path = deps/curl - url = https://github.com/curl/curl.git - branch = curl-8_4_0 -[submodule "deps/discord-rpc"] - path = deps/discord-rpc - url = https://github.com/discord/discord-rpc.git diff --git a/README.md b/README.md index 4aff2f23..cbbb0043 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ zone/zm_zod_patch.ff from your BO3 Game folder into the UnrankedServer's ```zone``` Folder. Do the same with the FastFiles of the Maps you want to host on the Server, you do not need to copy the .xpak files, those hold Textures and Sounds which the Server doesn't need. You can use the zm_server.cfg as a short name references if you want to grab the others. -You are now ready to start the Server using T7x_ZM_Server.bat. If the server still instantly closes while opening the T7x_ZM_Server.bat or T7x_CP_Server.bat. Check the console_mp.log from identities\dedicatedpc\ folder. Scroll down until you see "Could not find zone: xxxx". +You are now ready to start the Server using `T7x_ZM_Server.bat`. If the server still instantly closes while opening the `T7x_ZM_Server.bat` or `T7x_CP_Server.bat`. Check the console_mp.log from identities\dedicatedpc\ folder. Scroll down until you see "Could not find zone: xxxx". ## Disclaimer