Difference between revisions of "Command Line Arguments"

From OpenKore Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
>=== --help ===
+
=== --help ===
 
Display up to date information about command line arguments and exit.
 
Display up to date information about command line arguments and exit.
  
<noinclude>
+
<noinclude>
 +
----
 +
=== General path options: ===
 +
==== --control=PATHS ====
 +
Directories to look in for [[:Category:control|control]] files (delimited with <code>:</code>).
 +
 
 +
==== --tables=PATHS ====
 +
Directories to look in for [[:Category:tables|tables]].
 +
 
 +
==== --plugins=PATHS ====
 +
Directories to load [[:Category:Plugins|plugins]] from.
 +
 
 +
==== --fields=PATHS ====
 +
Directory to look in for [[:Category:fields|fields]].
 +
 
 +
==== --logs=PATHS ====
 +
Directory to save logs in.
 +
 
 +
==== --maps=PATHS ====
 +
Directory to file with map image, autogenerated if needed.
  
 
----
 
----
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
+
=== Control files lookup options: ===
----
+
==== --config=FILENAME ====
=[http://utumudypo.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
+
File to use instead of [[:Category:config.txt|config.txt]].
----
+
 
=[http://utumudypo.co.cc CLICK HERE]=
+
==== --mon_control=FILENAME ====
----
+
File to use instead of [[mon_control.txt]].
</div>
+
 
 +
==== --items_control=FILENAME ====
 +
File to use instead of [[items_control.txt]].
  
=== --interface ===
+
==== --shop=FILENAME ====
[[:Category:Interfaces|Interface]] to load on start.
+
File to use instead of [[shop.txt]].
  
=== --lockdown ===
+
==== --buyer_shop=FILENAME ====
Disable potentially insecure features (including, but not limited to [[eval]] and [[plugin]] commands).
+
File to use instead of [[buyer_shop.txt]].
  
=== --no-connect ===
+
==== --chat-log=FILENAME ====
Initialize, but do not [[connect]].
+
File to use instead of chat.txt
  
=== --control ===
+
==== --console-log=FILENAME ====
Directories to look in for [[control]] files (delimited with <code>:</code>).
+
File to use instead of console.txt
  
=== --tables ===
+
==== --storage-log=FILENAME ====
Directories to look in for [[tables]].
+
File to use instead of storage.txt
  
=== --plugins ===
+
==== --sys=FILENAME ====
Directories to load [[plugins]] from.
+
File to use instead of [[sys.txt]].
  
=== --fields ===
 
Directory to look in for [[fields]].
 
  
=== --logs ===
+
=== Other options: ===
Directory to save logs in.
+
==== --interface ====
 +
[[:Category:Interfaces|Interface]] to load on start.
  
=== --config ===
+
==== --lockdown ====
File to use instead of [[config.txt]].
+
Disable potentially insecure features (including, but not limited to [[eval]] and [[plugin]] commands, [[eventMacro#Perl_Subroutines]] ).
  
=== --mon_control ===
+
==== --ai <value> ====
File to use instead of [[mon_control.txt]].
+
Starting AI mode (on, manual, off) (default: on)
  
=== --items_control ===
+
==== --command=COMMAND ====
File to use instead of [[items_control.txt]].
+
Initial command to place on the AI queue
  
=== --shop ===
+
==== --version ====
File to use instead of [[shop.txt]].
+
Displays the program version.
  
=== --sys ===
+
=== Developer options: ===
File to use instead of [[sys.txt]].
+
==== --no-connect ====
 +
Initialize, but do not [[connect]].
  
=== --char-log ===
 
  
=== --storage-log ===
 
  
 
[[Category:Reference]]
 
[[Category:Reference]]
 
</noinclude>
 
</noinclude>

Latest revision as of 07:10, 29 April 2021

--help

Display up to date information about command line arguments and exit.



General path options:

--control=PATHS

Directories to look in for control files (delimited with :).

--tables=PATHS

Directories to look in for tables.

--plugins=PATHS

Directories to load plugins from.

--fields=PATHS

Directory to look in for fields.

--logs=PATHS

Directory to save logs in.

--maps=PATHS

Directory to file with map image, autogenerated if needed.


Control files lookup options:

--config=FILENAME

File to use instead of config.txt.

--mon_control=FILENAME

File to use instead of mon_control.txt.

--items_control=FILENAME

File to use instead of items_control.txt.

--shop=FILENAME

File to use instead of shop.txt.

--buyer_shop=FILENAME

File to use instead of buyer_shop.txt.

--chat-log=FILENAME

File to use instead of chat.txt

--console-log=FILENAME

File to use instead of console.txt

--storage-log=FILENAME

File to use instead of storage.txt

--sys=FILENAME

File to use instead of sys.txt.


Other options:

--interface

Interface to load on start.

--lockdown

Disable potentially insecure features (including, but not limited to eval and plugin commands, eventMacro#Perl_Subroutines ).

--ai <value>

Starting AI mode (on, manual, off) (default: on)

--command=COMMAND

Initial command to place on the AI queue

--version

Displays the program version.

Developer options:

--no-connect

Initialize, but do not connect.