Content Patcher

Content Patcher

378k Downloads

[Content Patcher] 1.3 alpha: clarify error when a possible file doesn't exist

Pathoschild opened this issue ยท 1 comments

commented

If you specify a FromFile like assets/{{season}}.png but some of the possible files don't exist, Content Patcher will show this error for the first non-existing file:

Ignored <patch name>: the FromFile field specifies a file that doesn't exist: assets/Summer.png.

That error is confusing if the player isn't in summer, for example. Change it to something more clear like this when it contains tokens:

Ignored <patch name>: FromFile 'assets/{{season}}.png' matches some file names that don't exist (assets/Summer.png, assets/Spring.png).

commented

Done in develop for the upcoming 1.3 release.