Difference between revisions of "Command Line Arguments"

From OpenKore Wiki
Jump to navigation Jump to search
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
  
 
=== --lockdown ===
 
=== --lockdown ===
Disable potentially insecure features (including, but not limited to [[eval]] and [[plugin]] commands).
+
Disable potentially insecure features (including, but not limited to [[eval]] and [[plugin]] commands, [[eventMacro#Perl_Subroutines]] ).
  
 
=== --no-connect ===
 
=== --no-connect ===
Line 13: Line 13:
  
 
=== --control ===
 
=== --control ===
Directories to look in for [[control]] files (delimited with <code>:</code>).
+
Directories to look in for [[:Category:Control|control]] files (delimited with <code>:</code>).
  
 
=== --tables ===
 
=== --tables ===
Line 19: Line 19:
  
 
=== --plugins ===
 
=== --plugins ===
Directories to load [[plugins]] from.
+
Directories to load [[:Category:Plugins|plugins]] from.
  
 
=== --fields ===
 
=== --fields ===
Directory to look in for [[fields]].
+
Directory to look in for [[:Category:Fields|fields]].
  
 
=== --config ===
 
=== --config ===
File to use instead of [[config.txt]].
+
File to use instead of [[:Category:config.txt|config.txt]].
  
 
=== --mon_control ===
 
=== --mon_control ===

Revision as of 10:50, 1 August 2020

--help

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


--interface

Interface to load on start.

--lockdown

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

--no-connect

Initialize, but do not connect.

--control

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

--tables

Directories to look in for tables.

--plugins

Directories to load plugins from.

--fields

Directory to look in for fields.

--config

File to use instead of config.txt.

--mon_control

File to use instead of mon_control.txt.

--items_control

File to use instead of items_control.txt.

--shop

File to use instead of shop.txt.

--sys

File to use instead of sys.txt.

--logs

Directory to save logs in.

--chat-log

Directory to save chat-log in.

--storage-log

Directory to save storage-log in.