![]() |
Super Monkey Ball Adventure Map Ripping - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html) +---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html) +---- Thread: Super Monkey Ball Adventure Map Ripping (/thread-39331.html) |
Super Monkey Ball Adventure Map Ripping - Bluestone - 06-27-2021 Hello, I am currently trying to figure out how to extract models/textures from Super Monkey Ball Adventure. I have the game in Dolphin so I can look at the files, and there's a folder named "levels" which presumably contains what I'm looking for. In there, there's subfolders for the areas in the game, and in each of those there's four .CTX files (I think these are textures of some kind?), an .XML file (Seems to just have NPC locations and stuff), and then a .PSM file. I'm guessing the .PSM may be model data. Here's my main questions: -Does anyone have any idea where I could start with extracting these models? -Are there any tools made for any games from Traveller's Tales? -Has anyone seen/heard of the .PSM format before or have any better guesses? -Am I on the right track, or hopelessly off? I've attached as an example the folder at Levels/Maps/JungIsle, which has four subareas of the game's first main zone, each with those six files. RE: Super Monkey Ball Adventure Map Ripping - Sonikku A - 07-28-2021 (06-27-2021, 06:51 PM)Bluestone Wrote: Hello, I am currently trying to figure out how to extract models/textures from Super Monkey Ball Adventure. I have the game in Dolphin so I can look at the files, and there's a folder named "levels" which presumably contains what I'm looking for. In there, there's subfolders for the areas in the game, and in each of those there's four .CTX files (I think these are textures of some kind?), an .XML file (Seems to just have NPC locations and stuff), and then a .PSM file. I'm guessing the .PSM may be model data.I'm no reverse Engineer, but the game uses the Seq files for the GC version for level data which consist of: Quote:.CSC - model/textures of static stage As for the engine, it's the Lego Engine for the GC version The PS2/PSP version uses the TT Oxford Twinsanity engine, with the RM/SM files using NrV2B compression in the PS2 version. The PSP version can be viewed in the Twinsanity editor, though model ripping isn't possible As for GC, support for Console Lego games unfortunately is nonexistent in the Lego modding community. Heard there might be a tool made soon for that though |