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.

Sleeping Dogs Definitive Edition(.big,.bix)

Featured Replies

  • Author
  • Localization

happyend, posted Thu Oct 09, 2014 12:02 pm (832)


use SDBIGUnpacker_1.0.10 Not supported,thanks~
  • Author
  • Localization

Ekey, posted Thu Oct 09, 2014 3:49 pm (833)


No files, no help
  • Author
  • Localization

happyend, posted Thu Oct 09, 2014 4:14 pm (834)


Sorry.
Samples:http://www8.zippyshare.com/v/26559988/file.html
  • Author
  • Localization

aluigi, posted Thu Oct 09, 2014 6:38 pm (839)


Just for reference I put the link to SDBIGUnpacker because it was a pain to find it :) https://www.sendspace.com/file/vtisdf

It looks like they changed some things, mainly the offsets were are located the number of files and the starting of information, and I guess there is also something about 2 compressed size fields.

This is a test script only to check the format, so wait the update from Ekey:
Code:
open FDDE "bix"
open FDDE "big" 1
goto 0x70
get FILES long
goto 0xc0
for i = 0     get NAME_CRC long
    get OFFSET long
    get ZSIZE long
    get ZSIZE2 long
    get DUMMY long
    get SIZE long
    math OFFSET *= 4
    math ZSIZE = ZSIZE2
    if ZSIZE == 0
        log "" OFFSET SIZE 1
    else
        # no comtype yet
        log "" OFFSET ZSIZE 1
    endif
next i
  • Author
  • Localization

Ekey, posted Thu Oct 09, 2014 6:46 pm (840)


I will check it later
  • Author
  • Localization

Ekey, posted Thu Oct 09, 2014 9:43 pm (842)


For Offset >

Code:
math ZSize &= 0x0FFF
math OFFSET = ZSize
  • Author
  • Localization

happyend, posted Fri Oct 10, 2014 5:43 am (845)


thanks,aluigi&Ekey,You are the God in my heart?
  • Author
  • Localization

Ekey, posted Sun Oct 12, 2014 10:20 am (864)


Real compressed size is ZSize2
  • Author
  • Localization

aluigi, posted Sun Oct 12, 2014 10:44 am (867)


But the algorithm is not already in quickbms, right?
  • Author
  • Localization

Ekey, posted Sun Oct 12, 2014 10:01 pm (886)


Well it's LZ series. Comtype scanner give no results. In attach my unpacker and PseudoCode from previous game. Algo works for DE. Also included ASM code (x64) Compress and Decompress functions if you interested.

SDDEUnpacker_0.0.2_r3.7z

UFG_LZ_Comp_Decomp.rar

  • Author
  • Localization

aluigi, posted Mon Oct 13, 2014 1:07 am (888)


Ok, is it the algorithm the same of sd_pmcq.py?
It seems a bit different so probably I have to implement both in quickbms.
  • Author
  • Localization

Ekey, posted Mon Oct 13, 2014 10:43 am (891)


Yep same. Just cutted useless code like > Swap
  • Author
  • Localization

lostprophet, posted Sun Oct 19, 2014 10:03 pm (1077)


Any ideas how to get the localization files yet? Just want to port my translation from the original game to DE.
  • Author
  • Localization

aluigi, posted Mon Jun 04, 2018 9:17 am (35567)


Just for your information, I have released the script 0.2 that includes both decompression and filenames (retrieved from the biglist files of gib.me).
It works only with quickbms 0.8.5 which is not released yet but I wanted to leave the message here anyway.
  • Author
  • Localization

Scofield_TR, posted Thu Nov 22, 2018 11:33 am (40600)


Sorry, delete message.
  • Author
  • Localization

muslimcyberbjb, posted Fri Mar 22, 2019 7:32 pm (45968)


And anybody know to REPACK again the ARCHIVE???
  • Author
  • Localization

muslimcyberbjb, posted Sun Mar 31, 2019 10:37 am (46238)


@Delluto , can you make a Unpacker and Repacker for this game??? I have waiting so long and search the tools it's not found.
  • Author
  • Localization

muslimcyberbjb, posted Wed Aug 07, 2019 4:56 pm (50193)


@Delluto, can you make a Repacker for this game? I want to Make Translation and i searching for tools for Repack and still nothing.
  • Author
  • Localization

MuslimCyberGames, posted Thu May 14, 2020 1:51 pm (56750)


@Delutto, can you make Repack Big, Bix files? You can use this link "http://svn.gib.me/public/sleepingdogs/trunk/bin/projects/Sleeping Dogs Definitive Edition/files/" and "http://aluigi.org/bms/sleeping_dogs_biglist.zip", for sample.
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.