WebQuake icon indicating copy to clipboard operation
WebQuake copied to clipboard

auto-connect to multiplayer server at launch

Open 589290 opened this issue 2 years ago • 2 comments

If a multiplayer server (ip:port) is set in the configuration file -- automatically connect to this server at startup / launch.

If this is already possible, how to configure such a setting is not readily findable in the documentation.

589290 avatar Jun 11 '22 13:06 589290

Readme says:

To launch the game with command line arguments, add ? after the address and put the arguments after it in the same format as you use for Quake.

so have you tried ?+connect ws://ip:port?

SpiritQuaddicted avatar Nov 12 '22 00:11 SpiritQuaddicted

Readme says:

To launch the game with command line arguments, add ? after the address and put the arguments after it in the same format as you use for Quake.

so have you tried ?+connect ws://ip:port?

That works great @SpiritQuaddicted !! Thank you.

I've updated my docs to reflect the autoconnect URL string: https://github.com/589290/webquake-docker

Please consider this issue resolved 💯

589290 avatar Dec 23 '22 13:12 589290