Difference between revisions of "Autojoin On Client Start"

From King Arthur's Gold Wiki
Jump to: navigation, search
Line 10: Line 10:
  
  
== Not using Windows? ==
+
==See Also==
On Linux,
+
* [[Browser Autojoin]]
gconftool --set --type=string /desktop/gnome/url-handlers/kag/command '/path/to/kag/binary/KAG join "%s"'
+

Revision as of 22:35, 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


See Also