opensoldat / launcher

Launcher for OpenSoldat
MIT License
11 stars 3 forks source link

Handle soldat:// URI #5

Open helloer opened 3 years ago

helloer commented 3 years ago

As a user I want to easily run the game via soldat:// uri. Format of soldat uri is: soldat://server_ip:server_port/server_password server_port and server_password are optional.

Example:

soldat://8.8.8.8
soldat://127.0.0.1:23073/serverpass
rzaba0 commented 3 years ago

I've added support for soldat:// links. Registering of soldat:// protocol works on Windows. It could also be added on Linux and macOS, but it requires different approaches.

Features: