Pathoschild / StardewMods

Mods for Stardew Valley using SMAPI.
MIT License
681 stars 373 forks source link

[Content Patcher] Image not correctly edited #566

Closed Territorys closed 4 years ago

Territorys commented 4 years ago

I found, probably, a little bug. The door’s image wasn’t correctly edited.

For better proof I've taken the original image of the three doors and I've colored each opening phase with white, red, blue, and green.

Original image: doors - original Edited image: doors

As you can see from the 3 gif below, all of the 3 doors at the start aren’t completely blank as they should be, but there are residues of the original image.

I have tried with "PatchMode": "Replace" and "PatchMode": "Overlay" but the results don't change. Down below, I put the list of the mod loaded to make the example above and the content of my 3 json.

Game and Mods versions:

Stardew Valley 1.4.5
SMAPI 3.6.2
Content Patcher 1.17.1
Save Backup 3.6.2
Test Mood for ContentPatcher 0.1.0

My mod files:

Pathoschild commented 4 years ago

Hi! The issue is that doors have two parts:

A quick test shows that editing both places does work:

image