moetrash
Farmhand
This is an issue with Content Patcher that Pathoschild asked me to post here. (If I should post this somewhere else, please let me know!)
When using patch export on a custom NPC's schedule strings file, Content Patcher is unable to correctly identify the type and will throw an error unless the type of the file is declared in the patch export command.
Command that gives error: patch export Strings/schedules/<Custom NPC> - example log with error
Command needed to avoid error: patch export Strings/schedules/<Custom NPC> System.Collections.Generic.Dictionary`2[[System.String],[System.String]]
When using patch export on a custom NPC's schedule strings file, Content Patcher is unable to correctly identify the type and will throw an error unless the type of the file is declared in the patch export command.
Command that gives error: patch export Strings/schedules/<Custom NPC> - example log with error
Command needed to avoid error: patch export Strings/schedules/<Custom NPC> System.Collections.Generic.Dictionary`2[[System.String],[System.String]]