Bánh Mì Posted October 29, 2023 Share Posted October 29, 2023 Could someone help me to decompression these files and then find a way to compress it back. _ps4.rar Link to comment Share on other sites More sharing options...
tester Posted October 29, 2023 Share Posted October 29, 2023 (edited) thank you please post it to Downloads...... Tutorial how to post tools Edited October 29, 2023 by tester Link to comment Share on other sites More sharing options...
Bánh Mì Posted October 29, 2023 Author Share Posted October 29, 2023 5 minutes ago, tester said: thank you please post it to Downloads...... Tutorial how to post tools Um, sorry, might be misunderstanding here, I'm just asking for some help, not publishing any tool. Link to comment Share on other sites More sharing options...
michalss Posted October 29, 2023 Share Posted October 29, 2023 ahh ok sorry 🙂 then not a problem 1 Link to comment Share on other sites More sharing options...
Engineer wssdude Posted October 31, 2023 Engineer Share Posted October 31, 2023 Seems like this tool works somewhat from what I tried just now with your samples. CtxrTool GitHub 5 days ago was a new release coincidentally 😁 But probably isn't fully working as I have troubles displaying exported DDS files... 1 Link to comment Share on other sites More sharing options...
Engineer wssdude Posted October 31, 2023 Engineer Share Posted October 31, 2023 I am getting quite a few matches for different games Bluepoint worked on... I suppose the format may be somewhat different between games, but would suspect there is some form of overlap (mainly between entries that got released close together) 1 Link to comment Share on other sites More sharing options...
Bánh Mì Posted October 31, 2023 Author Share Posted October 31, 2023 2 hours ago, wssdude said: Seems like this tool works somewhat from what I tried just now with your samples. CtxrTool GitHub 5 days ago was a new release coincidentally 😁 But probably isn't fully working as I have troubles displaying exported DDS files... well, i tried that tool thou, even created an issue, but seems like its not the same format, but hey, thanks you for the efforts! Link to comment Share on other sites More sharing options...
CharlieV Posted January 17, 2024 Share Posted January 17, 2024 In years of trying as every new development on any game related to Bluepoint has been made, I have not made any progress with models or textures for this one. No doubt it's possible, but nobody with the ability has ever actively worked on tools for it, so chances of there ever being any are slim to none at this point. Link to comment Share on other sites More sharing options...
Engineer mrmemmo_ Posted January 21, 2024 Engineer Share Posted January 21, 2024 int unk; int unk; //alway 1 int unk; //alway 0 int unk; //alway 65536 int unk; //alway 0 ushort num_mipmap; // ?? int size_bitmap; FSkip(0xA); int type_bitmap; // ?? RGBA ?? DXT5 ?? BC... byte unk; // ?? ushort height; // ((height & 0x0fff) + 1) * 4 byte unk; // ?? byte unk; // ?? alway 0x0f byte unk_; // ?? (unk_ - num_mipmap) + 1 byte unk_1; // ?? alyway 0x94 or 0x96 byte unk_2; // ?? byte unk_3; // ?? alway e0 ushort width; // (width + 1) * 8 byte unk; // alway 0 FSkip(0xB); byte bitmap_data[size_bitmap]; ///bitmap had swizzle (PS4)/// it template 010 for .ctxr (decompressed) file. and i shared my tool for decompress all file compressed example.zip SotC.zip 2 Link to comment Share on other sites More sharing options...
Shadowth117 Posted 5 hours ago Share Posted 5 hours ago Might be redundant, but since I saw this thread existed and in case people get confused, a lot of the work on this game has been handled here: and a link to my tools which handle these can be found here in the Releases page with full source https://github.com/Shadowth117/Aqua-Toolset This tool supports SOTC, Demon's Souls PS5 (and ps3, though that's a different format) models and textures as well as MGS HD Collection .ctxrs. I looked at 360 for MGS HD Collection, but it seemed like they did something pretty different and much more obtuse. It DOES work for the more recent Master Collection ports of 2 and 3 after some tinkering to handle 64 bit, little endian versions of the format. Anyways, that should be more than enough for people to have fun with, so enjoy. Link to comment Share on other sites More sharing options...
Bánh Mì Posted 4 hours ago Author Share Posted 4 hours ago 17 minutes ago, Shadowth117 said: Might be redundant, but since I saw this thread existed and in case people get confused, a lot of the work on this game has been handled here: and a link to my tools which handle these can be found here in the Releases page with full source https://github.com/Shadowth117/Aqua-Toolset This tool supports SOTC, Demon's Souls PS5 (and ps3, though that's a different format) models and textures as well as MGS HD Collection .ctxrs. I looked at 360 for MGS HD Collection, but it seemed like they did something pretty different and much more obtuse. It DOES work for the more recent Master Collection ports of 2 and 3 after some tinkering to handle 64 bit, little endian versions of the format. Anyways, that should be more than enough for people to have fun with, so enjoy. Yes, I have used your tool to export DDS from the files, but my goal is to edit and import them back into .ctxr for localization purposes. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now