Just uploaded my WIP script to GitHub, and here's the step-by-step tutorial on how to use them
Step 1) Get PHP 7.0+ from https://windows.php.net/download/ . You'll only need 3 files from the archive, "php.exe", "php7ts.dll", and "php.ini" (renamed from "php.ini-development"). My scripts doesn't need any PHP extensions.
Step 2) Download my GitHub repo https://github.com/rufaswan/Web2D_Games/ . You'll only need "psxtools" folder under "tools/psxtools".
Step 3) Extract all files from the game ISO.
Step 4) Open cmd.exe , run this on a *.MF file.
Step 5) As I do not use any image library, those CLUT and RGBA files are actually raw pixel data. You can convert them into PNG by running:
Just like Gunvolt before https://www.vg-resource.com/thread-38568...#pid667970 , you can use tsr_cmdloop.php to loop through all of them. This is the usage command:
If I figure out anything, I'll update the script and let you know. You can rerip them with the steps above.
The current WIP sprites for both game. Some sprites is still broken:
https://www.mediafire.com/file/bm0pkf9hs...41.7z/file
Hope it helps!
- Rufas
Step 1) Get PHP 7.0+ from https://windows.php.net/download/ . You'll only need 3 files from the archive, "php.exe", "php7ts.dll", and "php.ini" (renamed from "php.ini-development"). My scripts doesn't need any PHP extensions.
Step 2) Download my GitHub repo https://github.com/rufaswan/Web2D_Games/ . You'll only need "psxtools" folder under "tools/psxtools".
Step 3) Extract all files from the game ISO.
Step 4) Open cmd.exe , run this on a *.MF file.
Code:
php.exe psxtools/sat_cotton_mf.php *.MF
Step 5) As I do not use any image library, those CLUT and RGBA files are actually raw pixel data. You can convert them into PNG by running:
Code:
php.exe psxtools/img_clut2png.php FILE.clut
php.exe psxtools/img_clut2png.php FILE.rgba
Just like Gunvolt before https://www.vg-resource.com/thread-38568...#pid667970 , you can use tsr_cmdloop.php to loop through all of them. This is the usage command:
Code:
php.exe psxtools/tsr_cmdloop.php EXTENSION "COMMAND"
If I figure out anything, I'll update the script and let you know. You can rerip them with the steps above.
The current WIP sprites for both game. Some sprites is still broken:
https://www.mediafire.com/file/bm0pkf9hs...41.7z/file
Hope it helps!
- Rufas