Difference between revisions of "Command Line Arguments"

From OpenKore Wiki
Jump to navigation Jump to search
 
Line 12: Line 12:
  
 
==== --plugins=PATHS ====
 
==== --plugins=PATHS ====
Directories to load [[:Category:plugins|plugins]] from.
+
Directories to load [[:Category:Plugins|plugins]] from.
  
 
==== --fields=PATHS ====
 
==== --fields=PATHS ====

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.