Changes

1,112 bytes removed ,  23:28, 24 July 2023
- those are Content Patcher commands and not base SMAPI commands.
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
  −
  |params  = {{o|S:mod ID}}
  −
  |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 = patch reload ExampleMod.ID
  −
}}
  −
{{/cmd
  −
  |command = patch summary
  −
  |params  = {{o|S:mod ID}}
  −
  |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 = patch summary ExampleMod.ID
  −
}}
  −
{{/cmd
  −
  |command = patch export
  −
  |params  = {{o|S:target}}
  −
  |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
528

edits