UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other Game Maker: Studio games!)
GNU General Public License v3.0
1.07k stars 206 forks source link

Texture/Sprite Edits breaking on Pizza Tower #1168

Open Jacky720 opened 1 year ago

Jacky720 commented 1 year ago

Describe the bug

Attempting to import new sprites or modified EmbeddedTextures causes the game to not render them on current versions of Pizza Tower. I don't have Pizza Tower and am reporting this by proxy. I suspect the issue may be caused by an error in detecting the compression method of the EmbeddedTextures or a new format which UTMT can unpack but does not distinguish from previous formats.

Reproducing steps

  1. Open Pizza Tower.
  2. Import a replacement sprite or a modified texture sheet
  3. The modified sprite and similar sprites no longer render in game.

Setup Details

  1. Presumably 0.5.0.0
  2. Presumably Windows 10
  3. Pizza Tower
Dobby233Liu commented 1 year ago

This might be dupe of #1042

MaximScherbinin commented 1 year ago

Currently there's a workaround for this, you have to create a new Texture with your custom sprites and change Page Item's to use your new Texture.

More info here: https://docs.google.com/document/d/1TQHTpqnpwRUgWiH_9iYcOp19BWWkTvtmVfs29U8yj-Y/edit

Miepee commented 1 month ago

Is this still an issue on current bleeding edge builds?