UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other GameMaker games!)
GNU General Public License v3.0
1.18k stars 224 forks source link

Sprites become "blurry" once imported #312

Closed wulbz closed 8 months ago

wulbz commented 4 years ago

I've been working on replacing Frisk's sprites and I've run into and issue when I import them. What I've been doing is that I remake the sprite with the same dimensions (as opposed to editing the sprite sheet itself) and then import the sprite using the UndertaleModTool. However, when loading the game up, the sprite appears "blurry." Attached is a sprite I made and how it appears in the game. I apologize if this has already been answered, but I would be really grateful if someone could help me figure this out spr_f_maincharad_0 NOOOO

Grossley commented 4 years ago

Please ensure that the sprites you are importing are 96 DPI.

wulbz commented 4 years ago

Please ensure that the sprites you are importing are 96 DPI.

They are

Bluemycool320 commented 3 years ago

Are you sure that the sprites you are adding are the same size as the original sprites? If you try to replace a sprite that's 32x32 with a sprite thats 44x30 for example, UMT will stretch that file to fit the 32x32 size, which causes a blur effect similar to this one.

Miepee commented 2 years ago

Whats the progress on this? @wulbz are you still experiencing that issue?

Jacky720 commented 8 months ago

Many people are able to import sprites without this issue, and the tool has changed significantly since this issue was first submitted. Closing; for further help, please create a new issue or request assistance in the Underminers Discord. (I recommend ImportGraphics.csx if that wasn't already used.)