Difference between revisions of "Command Line Arguments"

From OpenKore Wiki
Jump to navigation Jump to search
(8 intermediate revisions by 4 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>
 
 
----
 
<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;">
 
----
 
=[http://utumudypo.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
 
----
 
=[http://utumudypo.co.cc CLICK HERE]=
 
----
 
</div>
 
 
 
 
=== --interface ===
 
=== --interface ===
 
[[:Category:Interfaces|Interface]] to load on start.
 
[[:Category:Interfaces|Interface]] to load on start.
  
 
=== --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 23: 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 ===
Directories to look in for [[tables]].
+
Directories to look in for [[:Category:Tables|tables]].
  
 
=== --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]].
 
 
=== --logs ===
 
Directory to save logs in.
 
  
 
=== --config ===
 
=== --config ===
File to use instead of [[config.txt]].
+
File to use instead of [[:Category:config.txt|config.txt]].
  
 
=== --mon_control ===
 
=== --mon_control ===
Line 52: Line 39:
 
File to use instead of [[sys.txt]].
 
File to use instead of [[sys.txt]].
  
=== --char-log ===
+
=== --logs ===
 +
Directory to save logs in.
 +
 
 +
=== --chat-log ===
 +
Directory to save chat-log in.
  
 
=== --storage-log ===
 
=== --storage-log ===
 +
Directory to save storage-log in.
  
 
[[Category:Reference]]
 
[[Category:Reference]]
 
</noinclude>
 
</noinclude>

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.