32th System

Results 82 comments of 32th System

Windows 7 is not affected by this. This is a Wine exclusive bug.

@muter3000 you have implemented a version selection parameter for th185 (https://github.com/thpatch/thtk/pull/101), could you extend that feature to fix this?

It's trying to extract a file "th08.dat" from a nonexistent file "d" in your first command. The right command is `.\thdat.exe -x8 th08.dat`. If you only want to extract enemy.anm...

The described has been implemented in thtk 12 https://github.com/thpatch/thtk/releases/tag/12

And if you want to use things like printf you also need to do ```c freopen("CONIN$", "r", stdin); freopen("CONOUT$", "w", stdout); freopen("CONOUT$", "w", stderr); ```

It's for both modifying existing programs and writing new ones. thcrap's components delibarately choose to use win32_utf8 internally while thcrap itself will inject it into other programs aka make other...

However, we support older Windows, going back all the way to XP

You can disable updates entirely by renaming thcrap_update.dll in the bin folder to something else

This is a Wine problem. The next thcrap version will work around that. In the meantime, try going into repos/nmlgc/base_tsa and replacing global.js and th10.v1.00a.js with the files in [this...