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.08k stars 206 forks source link

Parasite In City fails to open #1704

Open ghost opened 4 months ago

ghost commented 4 months ago

Describe the bug

error

Reproducing steps

  1. open UndertaleModTool and try to open the data.win
  2. get the load error

Setup Details

[UndertaleModTool v0.5.1.0] windows10 game: parasite in city 1.3

Jacky720 commented 4 months ago

Do you have a link to the main or download webpage for this game?

ghost commented 4 months ago

Do you have a link to the main or download webpage for this game?

https://drive.google.com/drive/folders/1d_GRUWuJsuprPqOfwQU2zrugQwTv_xgZ?usp=drive_link

BenjaminUrquhart commented 4 months ago

From what I can tell, this is an abandoned mobile game from 2013? All I'm getting are sketchy apk sites and dead links (including the drive that's linked here).

ghost commented 4 months ago

What does it mean that this link is dead? Having trouble downloading the game? Just in case, I'll upload an additional zip file. https://drive.google.com/file/d/19wuRaLLD8QgvvBLGvWyki_fF_4cEUlnT/view?usp=drive_link

Jacky720 commented 4 months ago

These links aren't dead, but you aren't setting them to public, so we can't use them. I would also appreciate validation that this game isn't currently being sold, because (even for testing purposes) uploading the whole thing is a piracy concern.

ghost commented 4 months ago

Oh I didn't know that. So what should I upload to solve this problem while avoiding piracy?

Jacky720 commented 4 months ago

Is the game still for sale? If so, send the link at which it can be purchased. If not, the creator isn't going to make any money anyway, so just fix your Google Drive permissions.

ghost commented 4 months ago

https://www.dlsite.com/maniax/work/=/product_id/RJ123294.html

Miepee commented 1 month ago

I've been able to get this game after too much effort: On fb312d9 I get this warning: grafik And then this error grafik

Looks like it's some NSFW game. The original website link is here: https://m.blog.naver.com/yongsic1541/221011881051 It links to a google drive which is password protected where the author asks to send them a private comment as a password request.

BenjaminUrquhart commented 1 month ago

This appears to be a bytecode 13 game (gamemaker version is listed as 1.0.0.1224 - appears to be 1.2.1224?) which we've had issues with in the past.

Jacky720 commented 1 month ago

The misalignment seems to be occurring because there's a sprite with unusually small mask data (0x80 bytes, expected 0xa24). The last error is evidently because shader processing on such old versions is evidently meant to terminate much earlier, which I'm preparing a PR for.

Miepee commented 1 month ago

Granted, I have much less experience with this kind of stuff but from what I can see:

I have no clue on how the 99*200 (19800) image can somehow be represented by a 128byte long mask. Thought that maybe there's something that indicates that it's getting compressed if the whole block is just zero, but that doesn't make sense since there are other sprites which have their "correct" length all zero'd.