22 hours ago22 hr Localization On 8/5/2026 at 1:52 AM, kunigara said:I was attempting to adapt some of the Conker related tooling for the XBOX alpha of Kameo because all of the existing stuff for Kameo is essentially unusable or can't really be adapted that well to the XBOX build and there are actually quite a lot of GameCube assets leftover which is interesting. (I found this thread due to a user asking about it), and while there were many similarities to Conker, like the CAFF format being the same exact version, I ultimately could not figure out how the actual vertex information was stored since it is different. I did figure out the joints, most of the weighting and the textures packed into kameomodels, but they are useless without the mesh. Overall it seemingly was far less complicated than Conker's formats, though it's apparent you guys have been working at this for quite a while. I originally didn't have much interest in Conker, but I tried the tools to see how well they work and I'm very surprised since I have never seen an all in one set of tools this powerful for game ripping, especially considering how much different content is packed together, and how much more content is not packed together, but related.it was a ton of trial and error. mostly error.for the Kameo mesh, I'd have to look at a sample, generally it should just point directly to its location, a lot of time thats just figuring out where that isbirdytsc had his decompressor also run the pointer remap which made it a hell of a lot easier to find the individual file connections within the archives, so if the decompressed Kameo File is still using the file local pointers, that would make it a pain to connect everything seamlesslyas for the tool being able to support a large portion of filetypes, it just goes down to categorizing them the same way the game does with its indexing filetypes and the handlers that are associated with them
21 hours ago21 hr Localization so I took a look at the Kameo proto files, and I see where the vertex data is referenced, but because of it using localized pointers, its hard to follow the location.the structures of the different nodes seem to be slightly different aswell, but might not require a lot of tweaking, it seems pretty easy to do if I'm honestthis is just going off of looking at the straight file, I haven't looked to see if there are tools to work on them yet Edited 11 hours ago11 hr by Über Winfrey
Create an account or sign in to comment