SysUtils2 Posted April 17, 2014 Share Posted April 17, 2014 Всем привет! Нашел утиллитку для распаковки игровых архивов формата *.vromfs. Скачать: http://rghost.ru/54295428 нужна установленная Java 1.7 Исходники: https://github.com/magJ/dagor-archive Скриншот: Как запаковать обратно эти файлы я не знаю. Если кто сможет написать упаковщик - будет здорово! Описание формата файла на английском языке: vromfs.binHeader Bytes: 56 52 46 73 00 00 50 43(VRFsPC)Description:VROMFS archives are fairly basic.They consist of 5 parts. All lengths and addresses are Little Endian.A 16 byte header with the file type and some unknown information.A 32 byte subheader with the location of the file name locations, the file locations and the number of files.A section describing the location of the file names(Length=8 x filecount).A section containing the file names. File names are null terminated.A section describing the locations and lengths of the files(Length=8 x filecount, First 4 bytes is location, next 4 is length).A section containing the file data. vromfs files may optionally be zlib deflated.If compressed the compression will start at 0x10.I wrote a basic tool to extract files from these archives.You can download it from github.(Requires Java 1.7) 3 @ Quote Link to comment Short link Share on other sites More sharing options...
SkepticalFox Posted July 29, 2015 Share Posted July 29, 2015 Просто интересно: актуально? @ Quote Link to comment Short link Share on other sites More sharing options...
Yupi Posted July 29, 2015 Share Posted July 29, 2015 (edited) А есть инфа по теме?) Я так и не видел рабочего упаковщика) Если выложишь, будет классно) Edited July 29, 2015 by TwoPizza @ Quote Link to comment Short link Share on other sites More sharing options...
SkepticalFox Posted January 13, 2016 Share Posted January 13, 2016 (edited) https://github.com/klensy/wt-tools Вот еще один распаковщик... Edited January 13, 2016 by ShadowHunterRUS 1 @ Quote Link to comment Short link Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.