LeoFeroz Posted November 5, 2023 Share Posted November 5, 2023 I have some pkg files from the iron man 2 game on ps3 but the standard pkg tools cannot extract them, can anyone help me? Samples:IronMan2_Samples.rar Link to comment Share on other sites More sharing options...
Engineer h3x3r Posted November 26, 2023 Engineer Share Posted November 26, 2023 //------------------------------------------------ //--- 010 Editor v14.0 Binary Template // // File: // Authors: // Version: // Purpose: // Category: // File Mask: // ID Bytes: // History: //------------------------------------------------ BigEndian(); struct TableInfo { uint32 Sign; uint32 TableSize; uint32 Unk[5]; uint32 Count; }; struct TableEntry { uint32 Flag; uint32 Offset; uint32 Size; uint32 Value0; uint32 Value1; uint32 CompressedSize; uint32 Value2; uint32 Value3; uint32 Value4; }; TableInfo Info; TableEntry Entry[Info.Count]; for compressed files use zlib. qbms should be easy to write. Link to comment Share on other sites More sharing options...
LeoFeroz Posted May 8 Author Share Posted May 8 Well, let's say I'm not good at this type of script creation, I'm quite a beginner at it. Link to comment Share on other sites More sharing options...
Solution ikskoks Posted May 9 Solution Share Posted May 9 Try this: https://github.com/bartlomiejduda/Tools/blob/master/NEW Tools/Iron Man 2/Iron_Man_2_PKG_script.bms Link to comment Share on other sites More sharing options...
LeoFeroz Posted May 9 Author Share Posted May 9 (edited) it works thank you very much, The only "problem" I found is not really a problem as BMS says it has extracted 95% of the file Edited May 9 by LeoFeroz I saw an error later Link to comment Share on other sites More sharing options...
ikskoks Posted May 10 Share Posted May 10 There are some padding nulls between files. Those values shouldn't be extracted, so you have nothing to worry about. 🙂 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