Changes

Line 265: Line 265:  
   |desc    = Provides documentation for console commands. If called without an argument, shows general help text and a list of available commands. If called with a command name, shows the documentation for that command.
 
   |desc    = Provides documentation for console commands. If called without an argument, shows general help text and a list of available commands. If called with a command name, shows the documentation for that command.
 
   |example =  
 
   |example =  
 +
}}
 +
{{/cmd
 +
  |command = patch reload [mod id]
 +
  |params  = {{o|S:command name}}
 +
  |desc    = Reloads all content patcher content for the mod targeted. If used without a target mod ID, it will reload all mods installed. It will only reload the "changes section" of the mods and nothing else. Does not impact non-content patcher mods. (Note: Using this command will cause NPCS that have had their schedules updated to walk away, often out of bounds. Sleeping will fix this issue.)
 +
  |example =
 +
}}
 +
{{/cmd
 +
  |command = patch summary [mod id]
 +
  |params  = {{o|S:command name}}
 +
  |desc    = Prints a summary of global token values, mod-specific tokens values, and the status of all content patcher patches used by the targeted mod. If no mod ID is provided, it will list all tokens and patches of all mods.
 +
  |example =
 +
}}
 +
{{/cmd
 +
  |command = patch export [target file]
 +
  |params  = {{o|S:command name}}
 +
  |desc    = Exports the contents of the targeted file with all current patches applied to it to a file location. A valid in-game file target must be supplied.
 +
  |example = patch export Data/Events/Farmhouse
 
}}
 
}}
 
{{/cmd
 
{{/cmd
19

edits