So i made just my stardew valley mod coding on visual studio. But something went wrong. Here’s the code
{
"Format": "1.23.0",
{
"Action": "Load",
"Target": "Characters/Jenny",
"FromFile": "assets/NPC/JennySprites.png"
},
{
"Action": "Load",
"Target": "Portraits/Jenny",
"FromFile": "assets/NPC/Jenny.png"
},
{
"Action": "Load",
"Target": "Characters/Dialogue/Jenny",
"FromFile": "assets/NPC/JennyDialogue.json"
},
{
"Action": "Load",
"Target": "Characters/schedules/Jenny",
"FromFile": "assets/NPC/JennySchedule.json"
},
{
"Action": "EditData",
"Target": "Data/NPCDispositions",
"Entries": {
"Jenny": "teen/polite/neutral/positive/female/datable//Town/fall 14//Town 17 11/Jenny"
}
},
{
"Action": "EditData",
"Target": "Data/NPCGiftTastes",
"Entries": {
"Jenny": "Oh my, I love this! Thank you./307 168/This is nice, thanks./128 -15/Oh. This, isn't for me.../164/This is disgusting./72/Thank you. This is nice./-4/ "
}
}
I tried to make it load some of the assets and schedule and dialogue but it said both of the errors.
New contributor
EmppuMonster is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.