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!
Assault Rigs (1996) - *.rdi/*.rdt
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Assault Rigs (1996) - *.rdi/*.rdt
Are you sure there are no other files?
Because RDI contains only names and ID without offsets or size:
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
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Assault Rigs (1996) - *.rdi/*.rdt
Well... these: http://*USE_ANOTHER_FILEHOSTING*/14fd552 ... 3bc/res.7z
But I thought they are useless. Maybe I'm wrong.
But I thought they are useless. Maybe I'm wrong.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Assault Rigs (1996) - *.rdi/*.rdt
Well, sadly these are all the files available. :\