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.

Hitman 2 / IO Interactive - sample files

Featured Replies

  • Author
  • Localization

AnonBaiter, posted Sat Aug 20, 2016 2:38 pm (16693)


Is it just me or is the tool glitching?
When I click on Browse, one windon goes blank like this:
Image
Then it goes all blank for no reason(it happens even when you start the tool):
Image

Maybe it's just me who needs to restart this tool everytime I want it to work, but I'm confused about this...

I have .NET Framework 4.0 installed.
  • Author
  • Localization

Ekey, posted Sat Aug 20, 2016 2:46 pm (16694)


You selected wrong tab. For your game you need tab HM2 & HM3

PS: Win7 x64 works perfect
Image
  • Author
  • Localization

AnonBaiter, posted Sat Aug 20, 2016 2:47 pm (16695)


Ah, allright.
Seems like a tool one can use in case you have a PC version handy. It still glitches out either way even if I selected that tab.

By the way, check if the tool is also working with Hitman Blood Money. I'm using Windows 10 at the moment.
  • Author
  • Localization

AnonBaiter, posted Sun Oct 16, 2016 8:15 pm (18097)


Turns out I found the script that could handle .whd/.wav files.
The problem is that it's not very stable on some parts.

Also, I have more samples to follow.
  • Author
  • Localization

aluigi, posted Mon Oct 17, 2016 7:35 am (18107)


raw dumper:
Code:
endian big
open FDDE "whd"
open FDDE "wav" 1
get DUMMY long
get DUMMY long
get DUMMY long
get DUMMY long
for
    get NAME string
    if NAME == ""
        break
    endif
    padding 4
    get DUMMY1 long
    get DUMMY2 long
    get DUMMY3 long # samplerate?
    get DUMMY4 long # bits?
    get DUMMY5 long
    get DUMMY6 long
    get DUMMY7 long
    get DUMMY8 long
    get OFFSET long
    get SIZE long
    get DUMMY11 long
    get DUMMY12 long # channels?
    if DUMMY8 == 1
        log NAME OFFSET SIZE 1
    endif
next
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.