Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 78 matches

by spider91
Tue Jul 11, 2017 9:51 pm
Forum: Audio file formats
Topic: idTech 5 Audio (.streamed)
Replies: 30
Views: 20771

Re: idTech 5 Audio (.streamed)

Read second line from script, you need *.bsnd extracted from *.tangoresource too, not only *.msadpcm
by spider91
Thu Jun 08, 2017 10:59 pm
Forum: Game Archive
Topic: Victor Vran
Replies: 3
Views: 2312

Re: Victor Vran

New update out and files inside *.hpk now are compressed with lz4, so first unpack *.hpk with hpk-archiver and then use this script on files idstring "LZ4 " comtype lz4 get SIZE long get CHUNK_SIZE long get NAME filename xmath TMP "SIZE % CHUNK_SIZE" if TMP != 0 math TMP = 1 else...
by spider91
Tue May 16, 2017 11:50 am
Forum: Game Archive
Topic: The Surge .toc/.dat
Replies: 2
Views: 1937

The Surge .toc/.dat

comtype lz4f endian big goto 0x5A get DAT_NAME_SIZE short getdstring DAT_NAME DAT_NAME_SIZE string DAT_NAME += "_" xmath ZERO_SIZE "4 - (DAT_NAME_SIZE % 4)" if ZERO_SIZE < 4 getdstring DUMMY ZERO_SIZE endif get DATS byte get FILES long math DAT_INDEX = -1 for i = 0 < FILES getds...
by spider91
Sat May 06, 2017 2:55 pm
Forum: Audio file formats
Topic: Voodoo Vince Remaster - PC .HOT Files
Replies: 2
Views: 1452

Re: Voodoo Vince Remaster - PC .HOT Files

idstring "HOT " get VERSION long get HEADER_OFFSET long get DATA_OFFSET long get FILE_SIZE long get NAME_OFFSET long get FILES long append for i = 0 < FILES get ID long get DUMMY long get HEADER_SIZE long get HEADER_OFFSET long get DATA_SIZE long get DUMMY long get DATA_OFFSET long get DU...
by spider91
Tue Apr 04, 2017 11:14 pm
Forum: Game Archive
Topic: FlatOut 4 .PKG
Replies: 0
Views: 1014

FlatOut 4 .PKG

idstring "PPKG" get DUMMY long get FILES long get TOC_SIZE long goto 0x30 comtype lz4f for i = 0 < FILES get NAME_SIZE long getdstring NAME NAME_SIZE get DUMMY long get OFFSET longlong get DUMMY longlong get ZSIZE longlong get SIZE longlong getdstring DUMMY 0x2C math OFFSET += 4 clog NAME...
by spider91
Mon Mar 27, 2017 4:55 pm
Forum: Audio file formats
Topic: encrypted FSB
Replies: 6
Views: 5529

Re: encrypted FSB

Password is FDPrVuT4fAFvdHJYAgyMzRF4EcBAnKg
by spider91
Sun Aug 07, 2016 10:48 pm
Forum: Audio file formats
Topic: Headlander [FSB]
Replies: 2
Views: 1245

Re: Headlander [FSB]

It's encrypted and password is "DFm3t4lFTW".
by spider91
Fri Jul 29, 2016 11:32 pm
Forum: Audio file formats
Topic: Disney Infinity 3.0 Quick BMS
Replies: 7
Views: 3432

Re: Disney Infinity 3.0 Quick BMS

It's wwise vorbis, use ww2ogg.
by spider91
Wed Mar 16, 2016 12:34 am
Forum: Audio file formats
Topic: .sound Files
Replies: 3
Views: 1669

Re: .sound Files

Just cut first 9 bytes and you will get valid BIK file (can be palyed with rad video tools)
by spider91
Sat Mar 05, 2016 2:38 pm
Forum: Audio file formats
Topic: .xma sound files - Perfect Dark Zero (Xbox 360)
Replies: 5
Views: 3533

Re: .xma sound files - Perfect Dark Zero (Xbox 360)

to decode .xma use xmaencode.exe or towav.exe
by spider91
Thu Mar 03, 2016 12:06 pm
Forum: Audio file formats
Topic: FMOD .bank format
Replies: 1
Views: 3690

Re: FMOD .bank format

Use fsb5 dumper to get valid fsb file and then fsb_aud_extr to get playable .wav's.
by spider91
Sun Feb 28, 2016 6:00 pm
Forum: Audio file formats
Topic: WWise RIFF Vorbis format?
Replies: 78
Views: 39479

Re: WWise RIFF Vorbis format?

Only for for mono or stereo files , don't work for files with 2+ channels.

viewtopic.php?p=105829#p105829
by spider91
Thu Feb 25, 2016 11:27 am
Forum: Audio file formats
Topic: idTech 5 Audio (.streamed)
Replies: 30
Views: 20771

Re: idTech 5 Audio (.streamed)

Shepard62700FR I don't have much time now, don't even know when i'll be able to take a look. Raik I've already done it a month ago, but forgot to post script) endian big log MEMORY_FILE 0 0 set MEMORY_FILE binary "\x52\x49\x46\x46\x00\x00\x00\x00\x57\x41\x56\x45\x66\x6d\x74\x20\x32\x00\x00\x00...
by spider91
Sat Feb 06, 2016 8:49 pm
Forum: Audio file formats
Topic: WRC 5(PC) .PAF
Replies: 3
Views: 1405

Re: WRC 5(PC) .PAF

Just cut 0x46 bytes or use fsb5 dumper to get valid fsb file.