Command line arguments: Difference between revisions
Jump to navigation
Jump to search
(Add Client Arguments with basic descriptions) |
m (→Client Arguments: indenting) |
||
Line 13: | Line 13: | ||
== Client Arguments == | == Client Arguments == | ||
=== -u/-user/-username === | === -u/-user/-username === | ||
Sets the Username to Login to (Will Auto Login if paired with the Arg below) | :Sets the Username to Login to (Will Auto Login if paired with the Arg below) | ||
=== -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 the Arg above) | ||
=== -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 === | === -no-nav/-disable-nav === | ||
Disables the Client's Navigation Menu | :Disables the Client's Navigation Menu | ||
=== -dev/-local/-offline === | === -dev/-local/-offline === | ||
Sets the Server IP to "localhost" & Disables Cache CRC checking | :Sets the Server IP to "localhost" & Disables Cache CRC checking | ||
=== -no-crc/-no-cache-crc === | === -no-crc/-no-cache-crc === | ||
Disables Cache CRC checking | :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 | ||
=== -w/-world === | === -w/-world === | ||
Sets The World the Client will to Connect to | :Sets The World the Client will to Connect to | ||
== Server Arguments == | == Server Arguments == | ||
[[Category:User interface]] | [[Category:User interface]] |
Revision as of 06:42, 6 February 2023
There are multiple command line arguments which may be used to change the game's behavior during the start-up. These arguments can be set in the properties window of the game shortcut.
Usage
Instead of using the command line, you can execute switches directly from your 2006Scape shortcut:
- Right click on your 2006Scape shortcut and select 'Properties'.
- In the 'Target Area' field you will see the location of your 2006Scape executable file:
- "<...>\2006Scape.jar"
- Write the desired command line arguments after the quote marks, each beginning with a space:
- "<...>\2006Scape.jar" -perf -windowed
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
-u/-user/-username
- Sets the Username to Login to (Will Auto Login if paired with the Arg below)
-p/-pass/-password
- Sets the Password to Login to (Will Auto Login if paired with the Arg above)
-qol/-fixes
- Enables A Custom GameFrame Tab & Various QoL Fixes for the Client
- 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
- Sets the IP the Client will Connect to
-w/-world
- Sets The World the Client will to Connect to