Issue Pierre not behind the counter most of the time and some other misplaced NPCs...

PepperPeno

Greenhorn
So I'm not sure what mod is doing this even after looking at them. He registers there on the map locator, but nowhere in the building. The helper at Pierre's from "Always Raining in the Valley" expansion for East Scarp is also missing. I saw Morris standing in the river earlier. Seems like Robin also goes missing, and I've seen clint behind the counter once or twice, but is often gone. Here's my smapi log, any help would be greatly appreciated. I wanna get back into Stardew after a long hiatus.

 
So I'm not sure what mod is doing this even after looking at them. He registers there on the map locator, but nowhere in the building. The helper at Pierre's from "Always Raining in the Valley" expansion for East Scarp is also missing. I saw Morris standing in the river earlier. Seems like Robin also goes missing, and I've seen clint behind the counter once or twice, but is often gone. Here's my smapi log, any help would be greatly appreciated. I wanna get back into Stardew after a long hiatus.

Thanks for the log.
Hrm, in terms of NPC schedules; only SDV Expanded and Ginger Island Mainland Adjustments seem to edit them:

Code:
20:06:35    TRACE    SMAPI    Content Patcher edited Characters/schedules/Pierre (for the 'Stardew Valley Expanded' content pack).
20:06:35    TRACE    SMAPI    Ginger Island Mainland Adjustments edited Characters/schedules/Pierre.

20:06:35    TRACE    SMAPI    Ginger Island Mainland Adjustments edited Characters/schedules/Robin.

20:06:35    TRACE    SMAPI    Content Patcher edited Characters/schedules/Clint (for the 'Stardew Valley Expanded' content pack).
20:06:35    TRACE    SMAPI    Ginger Island Mainland Adjustments edited Characters/schedules/Clint.
I'd start there, and try removing one of those mods. It may throw some errors, but it may help put them back in their usual spots.
 

PepperPeno

Greenhorn
Thanks for the log.
Hrm, in terms of NPC schedules; only SDV Expanded and Ginger Island Mainland Adjustments seem to edit them:

Code:
20:06:35    TRACE    SMAPI    Content Patcher edited Characters/schedules/Pierre (for the 'Stardew Valley Expanded' content pack).
20:06:35    TRACE    SMAPI    Ginger Island Mainland Adjustments edited Characters/schedules/Pierre.

20:06:35    TRACE    SMAPI    Ginger Island Mainland Adjustments edited Characters/schedules/Robin.

20:06:35    TRACE    SMAPI    Content Patcher edited Characters/schedules/Clint (for the 'Stardew Valley Expanded' content pack).
20:06:35    TRACE    SMAPI    Ginger Island Mainland Adjustments edited Characters/schedules/Clint.
I'd start there, and try removing one of those mods. It may throw some errors, but it may help put them back in their usual spots.

I removed Ginger Island, but this issue was happening before my hiatus on a previous version of SVE and it doesn't explain the East Scarp and other NPCs, like Shiko. The people in Eastscarp are there, just not moving and it's not Pierre's schedule because the marker shows him in the store, he's just not in any of the rooms.
 
I removed Ginger Island, but this issue was happening before my hiatus on a previous version of SVE and it doesn't explain the East Scarp and other NPCs, like Shiko. The people in Eastscarp are there, just not moving and it's not Pierre's schedule because the marker shows him in the store, he's just not in any of the rooms.
Well, there's no mention of "Shiko" in the log at all.

As for the issue you've had since before your hiatus; unsure. The log does show quite a few mods that can use updates in the "Suggested Fixes" section.
Personal Effect Redux seems to be scanning for NPCs, as well as Rummage.

You may want to just remove 1/2 your mods at a time til they show up; then slowly add them back til they disappear to narrow down the issue.

---
You could also try a console command "debug where Pierre" to verify if NPC map locations is telling the truth:
 
Top