DOGOS .pkg

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

DOGOS .pkg

Post by makc_ar »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: DOGOS .pkg

Post by aluigi »

http://aluigi.org/bms/dogos.bms

That dogos.zonda is a sort of archive, a list of offsets where is located some data but I don't think you want to work on that stuff or it's something useful.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: DOGOS .pkg

Post by makc_ar »

Thanks a lot aluigi! Need only textures and fonts. How about quick unpacked container ui.pkg\ui\hud\res\ui_shapes (108 mb)

Image

Too long:

Code: Select all

move ui_shapes ui_shapes.dat
for %%a in (*.dat) do (
if not exist "%%~na\*.*" md %%~na
echo Unpacked: %%a
echo ------------------
 .\Tools\RScannerConsole.exe /extract /list > dump.txt "%%a" %%~na\
echo.
)
quickbms.exe ravioli_reimporter.bms dump.txt ui_shapes