I read the thread where flybyray wrote a guide but I don't even know how to start.
=================================================================
Hi,
write this in a batch file (e.g. wz2100.bat) remember its location:
set str=%1
set str=%str:~10%
for /f "tokens=1,2 delims=/ " %%a in ("%str%") do set ip=%%a&set name=%%b
"C:\Program Files (x86)\Warzone 2100\warzone2100.exe" --join %ip%
change that path to your warzone2100.exe binary
edit your registry to specify the warzone:// as a new URL Protocol
create a regedit file (e.g. wz2100.reg) and write this in it:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\warzone]
"URL Protocol"=""
@="URL:Warzone Online Game"
[HKEY_CLASSES_ROOT\warzone\shell]
[HKEY_CLASSES_ROOT\warzone\shell\open]
[HKEY_CLASSES_ROOT\warzone\shell\open\command]
@="\"C:\\Program Files (x86)\\Warzone 2100\\wz2100.bat\" %1"
change this to this location of your batch file.
run the created reg file once or do this manually in your regedit.
now you can click on a game link from http://wz2100.net/lobbyserver
========================================
Whats a batch file? Where do I put it?
What is my warzone2100.exe binary?
