szsboof
Greenhorn
I recently started modding my own NPC's and starting making their house. I want their house located on the Forest map and have already created on Tiled, a house on the Forest map and interior map. I can't, however, wrap my head around the content.json, or the manifest. I have no clue what I need to change.
The Content.json I wrote out is;
{
"Name": "Zane and Zel",
"Author": "MelRozx",
"Version": "1.0.0",
"Description": "New characters to explore",
"UniqueID": "MelRozx.ZaneandZel",
"UpdateKeys": [],
"ContentPackFor": {
"UniqueID": "MelRozx.ZaneandZel"
}
}
{
"Changes": [
{
"Action": "EditMap",
"Target": "Maps/Forest",
"FromFile": "assets/Newforest.tmx",
"FromArea": { "X": 15, "Y": 40, "Width": 16, "Height": 13 },
"ToArea": { "X": 30, "Y": 64, "Width": 16, "Height": 13 }
},
]
}
Smapi did not approve and said this;
SMAPI log parser - SMAPI.io
This is only for the map and I still have to make the actual NPC's next
If anyone could help me that would be great
The Content.json I wrote out is;
{
"Name": "Zane and Zel",
"Author": "MelRozx",
"Version": "1.0.0",
"Description": "New characters to explore",
"UniqueID": "MelRozx.ZaneandZel",
"UpdateKeys": [],
"ContentPackFor": {
"UniqueID": "MelRozx.ZaneandZel"
}
}
{
"Changes": [
{
"Action": "EditMap",
"Target": "Maps/Forest",
"FromFile": "assets/Newforest.tmx",
"FromArea": { "X": 15, "Y": 40, "Width": 16, "Height": 13 },
"ToArea": { "X": 30, "Y": 64, "Width": 16, "Height": 13 }
},
]
}
Smapi did not approve and said this;
SMAPI log parser - SMAPI.io
This is only for the map and I still have to make the actual NPC's next


If anyone could help me that would be great