reload: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with ';reload (all | <names>) [except <names>] :<names> ::- a list of words that match config and table filenames. :Reload configuration and table files. {| class="wikitable" bord…')
 
No edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
;reload (all | <names>) [except <names>]
;reload (all | <names>)


:<names>
:<names>
::- a list of words that match config and table filenames.  
::- a list of words that match [[:Category:control|control]] and [[:Category:tables|tables]] filenames.  


:Reload configuration and table files.  
:Reload control and [[:Category:tables|tables]] files.


{| class="wikitable" border="1" cellspacing="0"
{| class="wikitable" border="1" cellspacing="0"
Line 12: Line 12:
|-
|-
|align=center|reload all
|align=center|reload all
|Reload all configuration and table files.
|Reload all control and [[:Category:tables|tables]] files.
|-
|-
|align=center|reload <names>
|align=center|reload <names>
|Reload config and table files that match the specified list of names.
|Reload control and [[:Category:tables|tables]] files that match the specified list of names.
|-
|align=center|reload <names> except <names>
|Reload config and table files that match the first specified list of names except those that match the list of names after the except keyword.
|-
|-
|align=center|reload all except <names>
|align=center|reload all except <names>
|Reload all config and table files except those that match the specified list of names.  
|Reload all control and [[:Category:tables|tables]] files except those that match the specified list of names.  
|}
|}


 
:The following example will reload all control files inside the 'control' folder.  
:The following example will reload all config files inside the 'control' folder.  
  reload control
  reload control
:The next example will reload all table files inside the 'tables' folder except for tables\itemsdescriptions.txt, tables\portals.txt, tables\portalsLOS.txt, and tables\skillsdescriptions.txt.
reload tables except itemsdesc portals skillsdesc


[[Category:Console Command]]
[[Category:Console Command]]

Latest revision as of 22:23, 27 April 2021

reload (all | <names>)
<names>
- a list of words that match control and tables filenames.
Reload control and tables files.
Command Description
reload all Reload all control and tables files.
reload <names> Reload control and tables files that match the specified list of names.
reload all except <names> Reload all control and tables files except those that match the specified list of names.
The following example will reload all control files inside the 'control' folder.
reload control