thtk
                                
                                
                                
                                    thtk copied to clipboard
                            
                            
                            
                        Touhou Toolkit
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...
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.
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...
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...
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...
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:  th08_00.mid similarly appears to extract corrupt, with data around the 0x2800 mark...
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...