Enemy Territory - Wolfenstein URL support.
Fixed working directory. | 8bf6a81, 15 Dec 2018 |
---|---|
Properties/ | |
.editorconfig | |
.gitignore | |
ETlink.csproj | |
ETlink.sln | |
Program.cs | |
README.md | |
wolfet.ico |
ET Link
This is simple utility for Wolfenstein - Enemy Territory URL support.
Features
- supports
et://
andwolfet://
protocols, - starts the game if it's not running or uses already running instance (you will be disconnected from current server and redirected to the referenced one),
- passes additional parameters (such as password).
Link format
<protocol>://<hostname>[:<port>]?parameter=value¶meter2=value[&...]
\ \ \ \
\ \ \ - can be any supported ET cvar
\ \ - default 27960, can be omitted
\ - hostname or IP address
- "et" or "wolfet"
Installation
- Download etlink.exe,
- place it in your game installation folder,
- run it as admin.
That's it.