Members mrmaller1905 Posted April 18, 2024 Members Posted April 18, 2024 What is *.AV / *.TRK / *.LSC / GLBLDATA.PS2 and can someone take a look at these file formats, and are there programs that can reverse engineer TRKs? https://drive.google.com/file/d/1tbqwTtlAz5u3iyFMooUGw_CgADr-yjRq/view?usp=sharing
Solution notmp32 Posted May 28 Solution Posted May 28 Hi! I actually spent the last few months reverse engineering Rumble Racing. AV = Audio Video, LSC = Loading Screen, TRK & GLBLDATA are the same file type, and both contain all kinds of 3d models, textures, and track specific information. I've made a command line tool that can extract parts (or all) of these files, depending on what you're looking for. I've basically reverse engineered all the texture formats, 3D models, and a few other formats as described in the README. You can also use ffmpeg and/or vgmstream to decode some of the video/audio data. https://github.com/mattbruv/rumble-racing-re 2
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