thtk icon indicating copy to clipboard operation
thtk copied to clipboard

Touhou Toolkit

Results 29 thtk issues
Sort by recently updated
recently updated
newest added

This one might be a small nitpick of mine personally, but it would be more convenient as well as cut down on the time it takes to test a change...

enhancement

Intitial live bug report on the Touhou Patch Discord: https://discord.com/channels/213769640852193282/253873278689607680/1169116956788539433 System is a Windows 10 desktop computer.

After modifying and packaging front.anm in th17.dat, the game will crash when I meet Stage1 boss.

question
waiting for response

I assumed they were just the width and height of the entry's THTX block, but in front.anm, one entry uses the resolution from a different image. Right now, I see...

enhancement

There are many instances where we don't support the trial versions: - th19 trial ANM have the extra fields in sprite_t, but not the PNG/JPEG compression as used in the...

enhancement

Recently, I was trying to modify the th6 dialogs, for that I extracted the files from "th06e_ST.dat" and modified "msg1.dat" So far everything was going well, but when I want...

question

thtk_io_map() creates a read-only memory mapping, but both th02_read() and th02_write() perform writes to the data buffer. This immediately segfaults (well actually it doesn't, because mmap always fails, but that's...

For example, with title01.asm: ``` thdat -x8 th08tr.dat title01.anm thanm -x8 title01.anm ``` data/title/title02.png will look like: ![Image](https://github.com/user-attachments/assets/7d086e4d-23b1-4c4b-9633-69fcb6c50950) th08_00.mid similarly appears to extract corrupt, with data around the 0x2800 mark...

enhancement

Compilation failure in Debian 12. Full log: ``` [ 1%] Building C object util/CMakeFiles/util.dir/file.c.o [ 3%] Building C object util/CMakeFiles/util.dir/list.c.o [ 5%] Building C object util/CMakeFiles/util.dir/program.c.o [ 6%] Building C...