PITITO Posted July 14, 2024 Share Posted July 14, 2024 (edited) I need to extract all the contents of this packaging, as it contains all the textures, scripts, audio, etc. of the game. The packet looks little endian and has a 0x4 byte offset and 0x4 byte length before each next file name. (0x20 from start file name) The entire header is not counted towards the offset of each file. So the offset 0x1D67C is the offset 0x0 of the first PAK file The file is a bit heavy (100mg) So I have uploaded it to mega Pak File Regards Edited July 14, 2024 by PITITO Link to comment Share on other sites More sharing options...
Solution ikskoks Posted July 14, 2024 Solution Share Posted July 14, 2024 Try this script: https://github.com/bartlomiejduda/Tools/blob/master/NEW Tools/Spec Ops II Omega Squad/Spec_Ops_II_Omega_Squad_PAK_script.bms 1 Link to comment Share on other sites More sharing options...
PITITO Posted July 14, 2024 Author Share Posted July 14, 2024 Thank you!!! How fast 🙂 I just tried it and the extraction was perfect. Thank you very much again 🙂 1 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