LeoFeroz Posted November 5, 2023 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
Engineer h3x3r Posted November 26, 2023 Engineer 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.
LeoFeroz Posted May 8, 2024 Author Posted May 8, 2024 Well, let's say I'm not good at this type of script creation, I'm quite a beginner at it.
Solution ikskoks Posted May 9, 2024 Solution Posted May 9, 2024 Try this: https://github.com/bartlomiejduda/Tools/blob/master/NEW Tools/Iron Man 2/Iron_Man_2_PKG_script.bms
LeoFeroz Posted May 9, 2024 Author Posted May 9, 2024 (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, 2024 by LeoFeroz I saw an error later
ikskoks Posted May 10, 2024 Posted May 10, 2024 There are some padding nulls between files. Those values shouldn't be extracted, so you have nothing to worry about. 🙂
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