BlazBlue Calamity Trigger Susano'o Mod I won't finish so I might as well share
HTML-код
- Опубликовано: 6 фев 2025
- I made an attempt to port Susano'o into BBCT. I'm not cool like other modders who could probably pull this off but I don't have enough interest to finish this. I got a CF character to appear in CT but it doesn't function well. (The game crashes when he techs lol). This sucks but I wanna leave a video anyways just to leave evidence that I made an attempt. And no, I don't feel like finishing it. This was just for shits and giggles and to see how far I could take it. Which was farther than I thought. I'm sure it could be made to work somewhat with enough effort but I don't care enough to do it.
The main issue is finding equivalent commands between BBCF and BBCT since they're not labeled the same so it's not a simple copy-paste job to transfer scripts between games. And since I couldn't find all of the CF-equivalent commands in CT, it meant I had to delete them in order for the script to properly rebuild for CT. Thus causing the jank you see before you.
If for some godforsaken reason you want to pick up where I left off, here's what I did:
1) Decompress Hakumen's CT img and col files.
2) Deleted all of the files within those.
3) Decompress the Susanoo's characters' img, pal, and col files.
4) Copy-pasted CF character's HIPs, HPL, and JONBINs into CT Hakumen's img, pal, and col folders respectively.
5) Recompressed the CT img, pal, and col folders into .pac files.
6) Did the usual script modding process (my tutorial is here: • BBCF Modding Tutorial ... ) , altered the script to make calls to those specific hips/col files, and did rebuilding as usual.
Here's my edited copy of BBTools that includes the BBCT parser+rebuilder and the CS rebuilder (which is just a slightly altered CPEX rebuilder):
drive.google.c...
Alot of the commands for BBCT are not named in the commandDB.json and thus show up as just Unknown####. And heck, I'm not even sure all of the ones I did label are correct. I was fairly certain at the time but there's always room for doubt.
And here's the script files I had so far for Susanoo replacing CT Hakumen:
drive.google.c...