Command line arguments: Difference between revisions

→‎-c/-config: Added Link To Server Config File For Explaining The Config Settings
(→‎Server Arguments: Added Server Args)
Tags: Mobile edit Mobile web edit
(→‎-c/-config: Added Link To Server Config File For Explaining The Config Settings)
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
#: "<...>\2006Scape.jar"
#: "<...>\2006Scape.jar"
# Write the desired command line arguments after the quote marks, each beginning with a space:
# Write the desired command line arguments after the quote marks, each beginning with a space:
#:"<...>\2006Scape.jar" -qol -w "2"
#:"<...>\2006Scape.jar" -qol -w 2


If you don't plan on using an argument frequently, it can be easier to use the Run command for a single invocation. To do this, click the "Start" button and select "Run", and enter the same line you would use to make a shortcut: the full path of 2006Scape.jar in quotes, followed by the arguments.
If you don't plan on using an argument frequently, it can be easier to use the Run command for a single invocation. To do this, click the "Start" button and select "Run", and enter the same line you would use to make a shortcut: the full path of 2006Scape.jar in quotes, followed by the arguments.


== Client Arguments ==
== Client Arguments ==
=== -u/-user/-username ===
=== -dev/-local/-offline ===
:Sets the Username to Login to (Will Auto Login if paired with the Arg below)
:Sets the Server IP to "localhost" & Disables Cache CRC checking
=== -no-crc/-no-cache-crc ===
:Disables Cache CRC checking
=== -no-nav/-disable-nav ===
:Disables the Client's Navigation Menu
=== -p/-pass/-password ===
=== -p/-pass/-password ===
:Sets the Password to Login to (Will Auto Login if paired with the Arg above)
:Sets the Password to Login to (Will Auto Login if paired with -u/-user/-username)
=== -qol/-fixes ===
=== -qol/-fixes ===
:Enables A Custom GameFrame Tab & Various QoL Fixes for the Client
:Enables A Custom GameFrame Tab & Various QoL Fixes for the Client
=== -no-nav/-disable-nav ===
:Disables the Client's Navigation Menu
=== -dev/-local/-offline ===
:Sets the Server IP to "localhost" & Disables Cache CRC checking
=== -no-crc/-no-cache-crc ===
:Disables Cache CRC checking
=== -s/-ip/-server ===
=== -s/-ip/-server ===
:Sets the IP the Client will Connect to
:Sets the IP the Client will Connect to
=== -u/-user/-username ===
:Sets the Username to Login to (Will Auto Login if paired with -p/-pass/-password)
=== -w/-world ===
=== -w/-world ===
:Sets The World the Client will to Connect to
:Sets The World the Client will to Connect to
Line 31: Line 31:
== Server Arguments ==
== Server Arguments ==
=== -c/-config ===
=== -c/-config ===
Defines an external Config file to change certain Game Constants without recompiling
:Defines an external [[Server Config File|Config file]]  to change certain Game Constants without recompiling
 
=== -gui ===
=== -gui ===
Enables the Server Control Panel
:Enables the Server Control Panel


[[Category:User interface]]
[[Category:User interface]]