CellaScarpi
Cowpoke
Platform Windows
Game version 1.6.15
I am trying to create my own NPC and after lots of trial and error I've got my mod loading, with dialogue but he will not leave the spawn location.
I have been reading, testing, and redoing this mod over and over again for the last month. I've removed ALL mods and reinstalled Smapi and Content Patcher to make sure everything is up to do.
Here is my schedule.json
{"Changes": [
{"Action":"EditData",
"Target":"assets/schedules/schedule",
"Entries":
{
"spring": "630 Busstop 27 22 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1",
"summer": "630 Town 33 95 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1",
"fall": "630 Town 33 95 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1",
"winter": "630 Town 33 95 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1",
"rain": "630 Town 33 95 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1",
"GreenRain": "630 Town 33 95 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1"
}
}]
}
Here is the Load schedule command in the content.json
{
"Action": "Load",
"Target": "Data/Schedule",
"FromFile": "assets/schedules/schedule.json",
"Type": "json"
},
I am just feeling so lost and hopeless this started out as a fun project for myself I wanted to slowly make it more and more complicated, but at this point I can't feel like i can even try to work towards making heart events or making my dialogue fun and complex when my character just stands at the busstop and never moves .Any help is appreciated. Thank you
Game version 1.6.15
I am trying to create my own NPC and after lots of trial and error I've got my mod loading, with dialogue but he will not leave the spawn location.
I have been reading, testing, and redoing this mod over and over again for the last month. I've removed ALL mods and reinstalled Smapi and Content Patcher to make sure everything is up to do.
Here is my schedule.json
{"Changes": [
{"Action":"EditData",
"Target":"assets/schedules/schedule",
"Entries":
{
"spring": "630 Busstop 27 22 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1",
"summer": "630 Town 33 95 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1",
"fall": "630 Town 33 95 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1",
"winter": "630 Town 33 95 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1",
"rain": "630 Town 33 95 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1",
"GreenRain": "630 Town 33 95 0/700 Town 78 95 3/730 Town 22 26 1/900 ArchaeologyHouse 19 5 0/2000 Town 22 26 1"
}
}]
}
Here is the Load schedule command in the content.json
{
"Action": "Load",
"Target": "Data/Schedule",
"FromFile": "assets/schedules/schedule.json",
"Type": "json"
},
I am just feeling so lost and hopeless this started out as a fun project for myself I wanted to slowly make it more and more complicated, but at this point I can't feel like i can even try to work towards making heart events or making my dialogue fun and complex when my character just stands at the busstop and never moves .Any help is appreciated. Thank you