Command Line Arguments: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
m (4epT moved page command Line Arguments to Command Line Arguments without leaving a redirect)
No edit summary
Line 6: Line 6:
=== General path options: ===
=== General path options: ===
==== --control=PATHS ====
==== --control=PATHS ====
Directories to look in for [[:Category:Control|control]] files (delimited with <code>:</code>).
Directories to look in for [[:Category:control|control]] files (delimited with <code>:</code>).


==== --tables=PATHS ====
==== --tables=PATHS ====
Directories to look in for [[:Category:Tables|tables]].
Directories to look in for [[:Category:tables|tables]].


==== --plugins=PATHS ====
==== --plugins=PATHS ====
Directories to load [[:Category:Plugins|plugins]] from.
Directories to load [[:Category:plugins|plugins]] from.


==== --fields=PATHS ====
==== --fields=PATHS ====
Directory to look in for [[:Category:Fields|fields]].
Directory to look in for [[:Category:fields|fields]].


==== --logs=PATHS ====
==== --logs=PATHS ====
Line 55: Line 55:
=== Other options: ===
=== Other options: ===
==== --interface ====
==== --interface ====
[[:Category:Interfaces|Interface]] to load on start.
[[:Category:interfaces|Interface]] to load on start.


==== --lockdown ====
==== --lockdown ====
Line 72: Line 72:
==== --no-connect ====
==== --no-connect ====
Initialize, but do not [[connect]].
Initialize, but do not [[connect]].





Revision as of 00:02, 27 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.