Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Zombi PC (.BFZ) file format

Featured Replies

  • Author
  • Localization

darkking647, posted Tue Aug 18, 2015 1:23 pm (6873)


The game is now available on PC,PS4 and XBOX-1 and it seems to utilize the same BFZ format.

Here are the samples :-

Code:
https://dl.dropboxusercontent.com/u/33463092/zombi.zip


Please anyone try to write its unpacker and repacker :(
  • Author
  • Localization

darkking647, posted Thu Aug 20, 2015 4:49 am (6883)


Can anyone pls re-write this BMS script which was originally written for Wii version of this game.

It is able to unpack just the 1st file from .BFZ files of PC version, so if anyone modifies and correct the script for PC then it must be able to unpack all the BFZ files.

Pls someone try - http://aluigi.altervista.org/papers/bms ... zombiu.bms
  • Author
  • Localization

spider91, posted Thu Aug 20, 2015 11:02 am (6884)


Huh, there is a little mistake in script, just replace

Code:
for i = 0 < FILES
    getarray OFFSET 0 i
    getarray SIZE   1 i
    getarray NAME   2 i
    log NAME OFFSET SIZE MEMORY_FILE
endif


with

Code:
for i = 0 < FILES
    getarray OFFSET 0 i
    getarray SIZE   1 i
    getarray NAME   2 i
    log NAME OFFSET SIZE MEMORY_FILE
next i
  • Author
  • Localization

lostprophet, posted Fri Aug 21, 2015 10:16 am (6888)


Thank you!
Has anyone managed to find where it stores the texts? I only found a .txt file in the "Gen_Common_1.lin.bfz" with some mission names, but nothing else.
  • Author
  • Localization

aluigi, posted Sat Aug 29, 2015 4:00 pm (6989)


@spider91
thanks for the feedback :)
  • Author
  • Localization

spider91, posted Mon Aug 31, 2015 1:27 am (7044)


aluigi

This game has lzopro.dll in main folder. And there are a lot of functions for compression and decompression with all lzo schemes. Is there any way to use that dll? We can get lzopro if it works.
  • Author
  • Localization

aluigi, posted Mon Aug 31, 2015 8:05 am (7051)


As far as I know the decompression works correctly so there is no need to use an external dll for the same results.

quickbms allows to use dlls so it may be possible to use it but depends by the prototypes (you need the .h or to study the dll) and calling convention (quickbms supports any type).
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.