Game: http://store.steampowered.com/app/507050
Example .pkg files: https://yadi.sk/d/YcZIJ80xvkRCa
DOGOS .pkg
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: DOGOS .pkg
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.
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.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: DOGOS .pkg
Thanks a lot aluigi! Need only textures and fonts. How about quick unpacked container ui.pkg\ui\hud\res\ui_shapes (108 mb)
Too long:
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