Hitman Absolution sound PC_ResourceLib Files?

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
grandehitman
Posts: 17
Joined: Sat Aug 25, 2018 11:56 am

Hitman Absolution sound PC_ResourceLib Files?

Post by grandehitman »

I was looking through the Hitman Absolution sound files on PC and noticed they are in some kind of container. Can someone help me get the sound files out of them? The BIK videos are the same too. Since It's in a format not supported for upload here, I have uploaded it through Zippyshare for someone to take a look at to try and help. thanks.

https://www57.zippyshare.com/v/6LAxvT9D/file.html
grandehitman
Posts: 17
Joined: Sat Aug 25, 2018 11:56 am

Re: Hitman Absolution sound PC_ResourceLib Files?

Post by grandehitman »

perhaps . or someone can help create a script to extract the sound and video files from the game? Would be great. There's one for hitman 2016 but not this game sadly.
grandehitman
Posts: 17
Joined: Sat Aug 25, 2018 11:56 am

Hitman Absolution Sound & Video Files (PC) PC_ResourceLib Container Extraction Help Needed

Post by grandehitman »

Can't seem to find anyway to extract the sound and video files off of Hitman Absolution. There used to be a website "Hitman Game Tools" I think it was where you could extract every Hitman Game from Codename 47 to Hitman Absolution but the website is defunct now (still up but tools don't work) Can anyone help with a script or something? There is only one for Hitman 2016. Would be appreciated.

p.s i'm not sure if this is a container file, (mostly likely is but none the less) could be a single audio file so I'll post it here and if someone can confirm that it is indeed a container format then delete this topic to prevent misinformation.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Hitman Absolution sound PC_ResourceLib Files?

Post by aluigi »

Please stop opening new topics about the same thing.
grandehitman
Posts: 17
Joined: Sat Aug 25, 2018 11:56 am

Re: Hitman Absolution sound PC_ResourceLib Files?

Post by grandehitman »

aluigi wrote:Please stop opening new topics about the same thing.


My mistake. Is it possible to edit topic titles? I wanted to change the title to add something and couldn't find a way.
bresense
Posts: 20
Joined: Sun Sep 16, 2018 12:26 am

Re: Hitman Absolution sound PC_ResourceLib Files?

Post by bresense »

Try using this script from Xentax:

set NEWNAME string "res_"
set EXTENSION string ".fsb"
set COUNTER 0
for
findloc FSB string "FSB5"
goto FSB 0
get IDFSB long
get UNK1 long
if UNK1 < 16
get ENTRIES long
math ENTRIES *= 4
get HEADERSIZE long
get NAMELENGTH long
get DATASIZE long
savepos IDHEADER
goto IDHEADER 0
goto 36 0 SEEK_CUR
goto HEADERSIZE 0 SEEK_CUR
goto ENTRIES 0 SEEK_CUR
getdstring FILENAME NAMELENGTH
set HEADERINFO 0
math HEADERINFO += 60
math HEADERINFO += HEADERSIZE
math HEADERINFO += NAMELENGTH
math DATASIZE += HEADERINFO
if NAMELENGTH == 0
set RANDOMNAME NEWNAME
math COUNTER += 1
string RANDOMNAME += COUNTER
string RANDOMNAME += EXTENSION
log RANDOMNAME FSB DATASIZE
else
string FILENAME += EXTENSION
log FILENAME FSB DATASIZE
endif
else
findloc FSB string "FSB5"
endif
next

Original Script Link:[ https://forum.xentax.com/viewtopic.php?p=81381#p81381 ]
Last edited by bresense on Sun Sep 16, 2018 12:50 pm, edited 3 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Hitman Absolution sound PC_ResourceLib Files?

Post by aluigi »