Difference between revisions of "Autojoin On Client Start"
From King Arthur's Gold Wiki
(Created page with "You can have KAG automatically join a server when starting it from the command line or a 3rd party application (or by having a custom .lnk/shortcut file on your desktop or wherev...") |
Rainbow Dash (Talk | contribs) |
||
Line 6: | Line 6: | ||
On Windows, kag:// can also be used to launch KAG right into a server from a browser | On Windows, kag:// can also be used to launch KAG right into a server from a browser | ||
kag://outcry.u13.net:50314[/password] | kag://outcry.u13.net:50314[/password] | ||
− | |||
Note that this currently only works if the username and password are remembered by the client so that it can automatically log in | Note that this currently only works if the username and password are remembered by the client so that it can automatically log in | ||
+ | |||
+ | |||
+ | == Not using Windows? == | ||
+ | On Linux, | ||
+ | gconftool --set --type=string /desktop/gnome/url-handlers/kag/command '/path/to/kag/binary/KAG join "%s"' |
Revision as of 21:26, 19 June 2012
You can have KAG automatically join a server when starting it from the command line or a 3rd party application (or by having a custom .lnk/shortcut file on your desktop or wherever)
Example
KAG.exe join outcry.u13.net:50314 [password]
On Windows, kag:// can also be used to launch KAG right into a server from a browser
kag://outcry.u13.net:50314[/password]
Note that this currently only works if the username and password are remembered by the client so that it can automatically log in
Not using Windows?
On Linux,
gconftool --set --type=string /desktop/gnome/url-handlers/kag/command '/path/to/kag/binary/KAG join "%s"'