[CP] Changed FromFile tokens

Brimbane

Farmhand
I got a problem with a CP mod I made back in Dec 2022. In the meantime, apparently something has changed with Content Patcher and tokens.

I get this warning during startup:
Code:
FromFile is invalid: '{{Festival}}' can't be used as a token because that token could not be found
Corresponsing code from content.json:
Code:
"FromFile": "assets/Portraits/Pendant/{{spouse}}_{{Festival}}-Pendant.png",
Was this replaced, removed or renamed of some sort in the meantime with a CP update? Thanks in advance!
 

Brimbane

Farmhand
I found the wiki entry, I think. Is it now "DayEvent" instead of "Festival"? Apparently the festivals themselves have also been slightly renamed, so file naming adjustments seem to be in order...
 
Top