Hitman Absolution has pre-rendered cutscenes which i would like to open. Normally you can open BIK files in radvideo or MPV but it seems to be in some kind of container format. Is it possible to get a script to extract the cutscenes out of the container? Can't find much information about these anywhere else. Would be super grateful if someone could help. I will upload one for someone to look at and hopefully help.
4397BDBCFF1B2F58BF23FBC4C68E6452.pc_binkvid
https://www108.zippyshare.com/v/TeZOFPwz/file.html
Also here is a wavebank file from the Xbox 360 version/ See if anyone can help with that too.
A63C8F4B026894C25C1532A5A4E47677
https://www40.zippyshare.com/v/7RCTTkrR/file.html
Hitman Absolution pc_binkvid container Cutscenes Need help opening and possibly playing them (PC)
-
- Posts: 20
- Joined: Sun Sep 16, 2018 12:26 am
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: Hitman Absolution pc_binkvid container Cutscenes Need help opening and possibly playing them (PC)
use this bms script on the pc_binkvid file then you can play it with RAD Video Tools
Code: Select all
# script for QuickBMS http://aluigi.altervista.org/quickbms.htm
get SIZE asize
get NAME basename
string NAME + .bik
math SIZE - 0x18
log NAME 0x18 SIZE
-
- Posts: 20
- Joined: Sun Sep 16, 2018 12:26 am
Re: Hitman Absolution pc_binkvid container Cutscenes Need help opening and possibly playing them (PC)
Acewell wrote:use this bms script on the pc_binkvid file then you can play it with RAD Video ToolsCode: Select all
# script for QuickBMS http://aluigi.altervista.org/quickbms.htm
get SIZE asize
get NAME basename
string NAME + .bik
math SIZE - 0x18
log NAME 0x18 SIZE
That was quick, thanks Acewell.