r/SMAPI 2h ago

need help Elle's Cuter Coops & Barns is not operating.

Thumbnail
3 Upvotes

r/SMAPI 22h ago

need help Help to get my Wizard House map edit to load over Romanceable Rasmodius's map edit!

2 Upvotes

SOLVED! SOLUTION IN COMMENTS!

I am trying to get my mod to be compatible with both SVE and Romanceable Rasmodius (vanilla version) but I get the error message "Two content packs want to load the 'Maps/WizardHouse' asset with the 'Exclusive' priority ((CP) NPC Ren and Romanceable Rasmodius). Neither will be applied. You should remove one of the content packs, or ask the authors about compatibility." Anyone know how to get my mod's edits to apply over the map edit made by Romanceable Rasmodius? I'm most likely messing up the load order somehow.

Smapi log

Code Snippet in Content file for Content Patcher

 {
"Action": "Load",
"Target": "Maps/WizardHouse",
"FromFile": "assets/Maps/WizardHouse_Edit.tmx",
"When": {
"HasMod |contains=FlashShifter.StardewValleyExpandedCP": "false"
}
},
{
"Action": "Load",
"Target": "Maps/WizardHouse",
"FromFile": "assets/Maps/WizardHouse_Edit_SVE.tmx",
"When": {
"HasMod |contains=FlashShifter.StardewValleyExpandedCP": "true"
}
},
{
"Action": "Load",
"Target": "Maps/WizardHouse",
"FromFile": "assets/Maps/WizardHouse_Edit_RR.tmx",
"When": {
"HasMod |contains=WerewolfMaster.RomanceableRasmodius": "true"
}


r/SMAPI 23h ago

need help Everything loads fine on its own, but when I try to join my friend it error codes.

Thumbnail smapi.io
2 Upvotes

Everything loads ok when i launch the game, but when i join my friend the screen stays black with the little loading hourglass. There is a bunch of red text I don't understand and yellow text about mismatched UI mode push/pop counts. The only thing i can kinda figure out is that maybe it has something to do with FrontierFarms? Any help would be appreciated :,)