tribesnext://IP:PORT - URL protocol to launch TribesNext from web browser

quote from "Stay up to date with this thread! (Updated January 07, 2009)"
-Browser support
Does it mean URL protocol support to launch TribesNext from web? like tribesnext://IP:PORT ?
I want this feature for my web-based server browser because I added TrinesNext to my server browser today :D (http://d3.jpn.org/gyaase/?game=tribesnext&country=all)

On Windows, it's easy to add a new URL protocol. Just add these registory codes. For example:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\warsow]
@="URL:warsow protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\warsow\DefaultIcon]
@="C:\\Program Files\\Warsow\\warsow_x86.exe"

[HKEY_CLASSES_ROOT\warsow\Shell]

[HKEY_CLASSES_ROOT\warsow\Shell\Open]

[HKEY_CLASSES_ROOT\warsow\Shell\Open\Command]
@="C:\\Program Files\\Warsow\\warsow_x86.exe +set fs_basepath \"C:/Program Files/Warsow\" +connect \"%1\""
I added this on Warsow (I'm a dev-team member of Warsow :P)
Sign In or Register to comment.