Replies: 3 comments 4 replies
-
I second this idea. However, perhaps add a menu in-game to confirm with the player that they want to enter that server. |
Beta Was this translation helpful? Give feedback.
-
Technically, I believe this is possible with
|
Beta Was this translation helpful? Give feedback.
-
Hey, @SDGNelson related to the preview branch updatelog, does the line |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Many servers nowadays use the FakeIP feature, one of the issues with it is that the steam://connect/IP:Port protocol doesn't support FakeIPs or SteamIDs as valid input, many servers use this as a link on their site or in Discord to give players a easy way to connect. One of the ways to solve this issue is a custom protocol (unturned://).
To make one, create a subkey inside the
HKEY_CLASSES_ROOT
Hive, the name of the key is the protocol name (unturned
in our case) in which create a String ValueURL Protocol
with no value then create the following subkeysshell
open
-
command
then inside the default value of
command
put the command to be executed,%1
will be the command line.Beta Was this translation helpful? Give feedback.
All reactions