[PS2] Need help figuring out what to do next! - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html) +---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html) +---- Thread: [PS2] Need help figuring out what to do next! (/thread-42169.html) Pages:
1
2
|
RE: [PS2] Need help figuring out what to do next! - Samevi - 01-29-2024 Oh my goodness! This is beautiful! I must learn this magic myself one day... RE: [PS2] Need help figuring out what to do next! - Kirby0Louise - 03-18-2024 I cross referenced a few sources and found other VNs built on this same engine that the script works on. However whenever I extract them, I end up with a bunch of .tim2.clut files. So what is the next step to turn these into usable assets? RE: [PS2] Need help figuring out what to do next! - rufaswan - 03-19-2024 (03-18-2024, 09:09 PM)Kirby0Louise Wrote: I cross referenced a few sources and found other VNs built on this same engine that the script works on. However whenever I extract them, I end up with a bunch of .tim2.clut files. So what is the next step to turn these into usable assets? You can convert those .tim2.clut files with this command. It is a common step so I put it on "Setup" section of the tutorial. Code: php psxtools/img_clut2png.php .tim2.clut - Rufas RE: [PS2] Need help figuring out what to do next! - Kirby0Louise - 03-19-2024 (03-19-2024, 07:12 AM)rufaswan Wrote:Cheers, reading is hard so I missed that part of the setup. Works like a charm across 2 other VNs I tested. I think it's safe to assume it'll work across all the others.(03-18-2024, 09:09 PM)Kirby0Louise Wrote: I cross referenced a few sources and found other VNs built on this same engine that the script works on. However whenever I extract them, I end up with a bunch of .tim2.clut files. So what is the next step to turn these into usable assets? Just a heads up to anyone who is struggling the script constantly asking for a file/dir when you try to convert an entire directory: The argument to the script expects forward slashes and Windows uses backslashes by default from drag+drop/copy+paste into the command line |