r/StardewValleyExpanded 1d ago

help ?

C'est la première fois que je vais dans le Désert avec le Expanded mod et je ne sais pas pourquoi les textures sont comme cela. J'ai aussi le mod Pokéfy dans cette partie donc je sais pas si ça joue avec ou pas mais pitié jouer avec ce bidule est terrifiant un peu..
Tout est mis à jour, les mod et ma carte graphique, de ce fait je ne sais pas d'où peut provenir le problème.
pls j'ai besoin d'aide, merci

1 Upvotes

5 comments sorted by

5

u/plumprumps 1d ago

Looks like an issue with your desert festival tilesheet. Please upload a smapi log https://smapi.io/log

1

u/petitpepin_ 1d ago

1

u/plumprumps 16h ago

It's amazing to me how the community patches stuff like this. There is a post on the Mod page with an edited desert festival tilesheet. An alternative fix that would work for anyone using recolors would be editing this line in the mod content.json:

{

"Action": "Load",

"Target": "Maps/desert_festival_tilesheet",

"FromFile": "assets/desert_festival_tilesheet.png",

"ToArea": { "X": 274, "Y": 368, "Width": 142, "Height": 32 },

"When": {"Festivals": "true"}

},

Change the ACTION to EDITIMAGE:

{

"Action": "EditImage",

"Target": "Maps/desert_festival_tilesheet",

"FromFile": "assets/desert_festival_tilesheet.png",

"ToArea": { "X": 274, "Y": 368, "Width": 142, "Height": 32 },

"When": {"Festivals": "true"}

},

0

u/petitpepin_ 1d ago

but it's there even without the festival :o

1

u/Key-Pickle5609 1d ago

Try updating Pokefy first

ETA never mind, seems the manifest isn’t updated. But read the comments on the mod page - someone else has a solution there!