Content Patcher

Content Patcher

378k Downloads

[Content Patcher] add patch summary command

Pathoschild opened this issue ยท 3 comments

commented

Add a command which outputs a summary of the current patch state. This would be immensely useful when debugging.

commented

Possible format:

> contentpatcher summary 

Current conditions:
   Day: 1
   DayOfWeek: monday
   Season: spring
   Weather: sun

Patches:
   Hobbit Hole:
      [X] Seasonal Farmhouse
      [ ] Winter Trim (condition fail: season "Winter")
      [ ] Optional Feature (disabled)
commented

Proposed commands for 1.3:

command description
patch summary Shows a list of all patches grouped by content pack, their current status, and the reason they're not applied (if applicable).
patch update Forces Content Patcher to immediately refresh the context and recheck all patches (e.g. useful if you changed the season through the console).
commented

Done in develop for the upcoming Content Patcher 1.3.