SMAPI
About SMAPI
Modding docs
Tools
Mod compatibility
Log parser
JSON validator
JSON validator
Upload a JSON file
Choose the JSON format:
None
SMAPI: manifest
SMAPI: translations (i18n)
Content Patcher
Drag the file onto this textbox
(or
choose a file
)
:
{ "Format": "2.9.0", "$schema": "https://smapi.io/schemas/content-patcher.json", "Changes": [ // Hello here! { // Hello! "Action": "Load", "Target": "{{ModID}}/Portraits/<NPCINTERANLID>_spring, {{ModID}}/Portraits/<NPCINTERANLID>_summer, {{ModID}}/Portraits/<NPCINTERANLID>_fall, {{ModID}}/Portraits/<NPCINTERANLID>_winter", "FromFile": "Assets/Portraits/{{TargetWithoutPath}}.png" }, { "Action": "EditImage", "Target": "Portraits/npcID", "FromFile": "Assets/npcID_{{season}}.png" } ] // And here! }
Click this button: