From 588b3f7488728b0ddf619bad360748a4eab125d7 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Sat, 6 May 2023 18:58:55 -0700 Subject: [PATCH] note --- QSB/default-config.json | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/QSB/default-config.json b/QSB/default-config.json index 40bf87c5..9063d1da 100644 --- a/QSB/default-config.json +++ b/QSB/default-config.json @@ -6,7 +6,7 @@ "title": "Use KCP Transport", "type": "toggle", "value": false, - "tooltip": "Use alternative transport that requires port forwarding but seems to be more reliable. The port to forward is 7777. Use this if you are having trouble connecting." + "tooltip": "Use alternative transport that requires port forwarding but seems to be more reliable. The port to forward is 7777. Use this if you are having trouble connecting. ALL PLAYERS MUST HAVE THIS AS THE SAME VALUE." }, "defaultServerIP": { "title": "Last Entered IP/ID", diff --git a/README.md b/README.md index ad3fc6c6..269d8994 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Spoilers within! ## Frequently Asked Questions ### I keep timing out when trying to connect! -Check the mod settings for "Use KCP Transport". +Check the mod settings for "Use KCP Transport". You have to forward port 7777, or use Hamachi. All players must have this turned on or off. ### Requirements - Latest version of OWML. @@ -157,7 +157,6 @@ The template for this file is this : } ``` -- useKcpTransport - Allows you to directly connect to IP addresses, rather than use the Epic relay. - dumpWorldObjects - Creates a file with information about the WorldObjects that were created. - instanceIdInLogs - Appends the game instance id to every log message sent. - hookDebugLogs - Print Unity logs and warnings.