Alan Wake (Xbox 360) - .rmdp/.bin

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Alan Wake (Xbox 360) - .rmdp/.bin

Post by AnonBaiter »

So, I tried to write a script about these files:

Code: Select all

# Northlight engine (Alan Wake(game + The Signal(DLC) + The Writer(DLC) + Alan Wake`s American Nightmare), Quantum Break)

open FDDE "rmdp" 1
open FDDE "bin"

get BIN_SIZE asize
get DUMMY1 long
get DUMMY2-1 short
get DUMMY2-2 short
get DUMMY3 threebyte
get DUMMY4-1 short
get DUMMY4-2 short
get DUMMY5 short
get DUMMY6 string
padding 2
get DUMMY7 string
get DUMMY8 byte
get DUMMY9 threebyte
get DUMMY10 short
get DUMMY11 long
get DUMMY12 long
getdstring DUMMY13 0x68
get DUMMY14 longlong
Anyway, here is a sample.
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Alan Wake (Xbox 360) - .rmdp/.bin

Post by AnonBaiter »

Bump.
AnonBaiter
Posts: 1125
Joined: Tue Feb 02, 2016 2:35 am

Re: Alan Wake (Xbox 360) - .rmdp/.bin

Post by AnonBaiter »

Well, the link is offline. I`ll see what I can do.