Kaplas
Kaplas
I've had a similar problem with my IFUS (y25ga) camera. `/home` ran out of space and files in `/home/yi-hack/www` weren't copied during update, so the web interface wasn't available after...
Free space in 9FUS after update to 0.2.8 (updated ok) ``` Filesystem 1024-blocks Used Available Use% Mounted on /dev/root 1536 1536 0 100% / devtmpfs 30528 1824 28704 6% /dev...
So, if I'm understanding well, the correct 64bit offset of each file is: `c_am_rk_car_face_tn.dds` => 0x00000000FFEB2000 `c_am_rk_car_face_tn_l.dds` => 0x0000000100007800 `c_am_rk_car_pants_di.dds` => 0x000000010055D000 Am I right? I think there would be...
Fixed in v1.3.4
I don't have the game, so I can't test it, but it seems that the .par files in that game are encrypted. @SutandoTsukai181 have coded a tool to decrypt `chara.par`:...
I don't have Judgement games, so I can't test it. Maybe the decryption is not working. Also, you are using an old Partool version, latest one is v1.3.3
It is a different problem, caused by the file size and an unknown byte value and it is unsolved yet. See issue #7 for more info.
How have you created the par file? Using `create` or using `add`?
I think the problem is in compression. Drag&drop creates the par file using type 1 compression but maybe that file uses type 2 (or no compression at all). If you...
It is a very interesting feature, but could you add an example in the README? Not all users know what is a regular expression. It would also be cool a...