This commit is contained in:
JohnCorby 2023-05-06 18:58:55 -07:00
parent 17b7754875
commit 588b3f7488
2 changed files with 2 additions and 3 deletions

View File

@ -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",

View File

@ -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.