Assault Rigs (1996) - *.rdi/*.rdt

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Assault Rigs (1996) - *.rdi/*.rdt

Post by AlphaTwentyThree »

Hi!
I wanted to complete my rip of Assault Rigs but apparently the movie's audio is saved inside the main game archive. Can somebody help me to extract it? There you go: http://*USE_ANOTHER_FILEHOSTING*/0dddac4 ... _ar_res.7z
Thanks! :)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Assault Rigs (1996) - *.rdi/*.rdt

Post by aluigi »

Are you sure there are no other files?
Because RDI contains only names and ID without offsets or size:

Code: Select all

open FDDE "RDI"
open FDDE "RDT" 1
idstring "RDI2   \0"
get FILES1 long
get FILES2 long
for i = 0 < FILES1
    get DUMMY1 long
    get ID long
    getdstring NAME 0x25
    get DUMMY2 long
next i
for i = 0 < FILES2
    get DUMMY1 long
    get ID long
    getdstring NAME 0x25
next i
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Re: Assault Rigs (1996) - *.rdi/*.rdt

Post by AlphaTwentyThree »

Well... these: http://*USE_ANOTHER_FILEHOSTING*/14fd552 ... 3bc/res.7z
But I thought they are useless. Maybe I'm wrong. ;)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Assault Rigs (1996) - *.rdi/*.rdt

Post by aluigi »

Useless :(
AlphaTwentyThree
Posts: 909
Joined: Sat Aug 09, 2014 11:21 am

Re: Assault Rigs (1996) - *.rdi/*.rdt

Post by AlphaTwentyThree »

Well, sadly these are all the files available. :\