Difference between revisions of "Command Line Arguments"

From King Arthur's Gold Wiki
Jump to: navigation, search
(added shininess)
Line 1: Line 1:
'''join/-join''' - specify a kag://host:port/[password] to [[Client Autojoin|autojoin]] (client only)<br>
+
{{Needs Content}}
'''noautoudpate''' - don't auto-update<br>
+
{{Build
'''nolauncher''' - no launcher<br>
+
|Version = 422
'''autostart file1.gm''' - specifies auto-start file to run game with<br>
+
}}
'''autoconfig file2.gm''' - specifies auto-config file to run game with<br>
+
These commands can be used as [http://en.wikipedia.org/wiki/Command_line_argument#Arguments arguments] which will change the behaviour/settings while launching the game.
  
You can create copies dedicated_autoconfig.gm and dedicated_autostart.gm and run server (or client) using them instead of default ones to prevent auto-update from overwriting those files.
+
{| class="wikitableShiny" border="1"
 
+
|-
There are more, this page will be updated<br>
+
! width="400" | '''Command'''
 +
! width="400" | '''Usage'''
 +
|-
 +
| join/-join
 +
| specifies a kag://host:port/[password] to [[Client Autojoin|autojoin]] (client only)
 +
|-
 +
| noautoupdate
 +
| don't auto-update
 +
|-
 +
| nolauncher
 +
| no launcher at start
 +
|-
 +
| autostart xxx.gm
 +
| specifies the autostart-file to run game with (default "dedicated_autostart.gm"-file may get overwritten by auto-update)
 +
|-
 +
| autoconfig xxx.gm
 +
| specifies the autoconfig-file to run game with (default "dedicated_autostart.gm"-file may get overwritten by auto-update)
 +
|}

Revision as of 23:25, 18 June 2012

This page is a stub.
Additional content needs to be added.

This page might not be up-to-date (build 422).

These commands can be used as arguments which will change the behaviour/settings while launching the game.

Command Usage
join/-join specifies a kag://host:port/[password] to autojoin (client only)
noautoupdate don't auto-update
nolauncher no launcher at start
autostart xxx.gm specifies the autostart-file to run game with (default "dedicated_autostart.gm"-file may get overwritten by auto-update)
autoconfig xxx.gm specifies the autoconfig-file to run game with (default "dedicated_autostart.gm"-file may get overwritten by auto-update)