Red Dead Redemption (Xbox 360, Ps3) xst, strtbl and csr archives

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
ISKA
Posts: 223
Joined: Mon Apr 09, 2018 11:09 pm

Red Dead Redemption (Xbox 360, Ps3) xst, strtbl and csr archives

Post by ISKA »

Removed
Last edited by ISKA on Sat Feb 01, 2020 4:21 pm, edited 10 times in total.
ISKA
Posts: 223
Joined: Mon Apr 09, 2018 11:09 pm

Re: Red Dead Redemption .Csr and .cutbin

Post by ISKA »

up
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Red Dead Redemption .Csr and .cutbin

Post by aluigi »

I'm not sure what should be format the content of the decompressed data but you can dump it with this script:

Code: Select all

idstring "RSC\x06"
get DUMMY long
get DUMMY long
savepos OFFSET
get SIZE asize
math SIZE - OFFSET
comtype zlib_noerror
get NAME filename
string NAME + "_decompress"
clog NAME OFFSET SIZE SIZE
ISKA
Posts: 223
Joined: Mon Apr 09, 2018 11:09 pm

Re: Red Dead Redemption .Csr and .cutbin

Post by ISKA »

aluigi wrote:I'm not sure what should be format the content of the decompressed data but you can dump it with this script:

Code: Select all

idstring "RSC\x06"
get DUMMY long
get DUMMY long
savepos OFFSET
get SIZE asize
math SIZE - OFFSET
comtype zlib_noerror
get NAME filename
string NAME + "_decompress"
clog NAME OFFSET SIZE SIZE


I'm sorry. I don't know dump work. How can I use dump? Can you send me tutorial or videos. If you want send any files.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Red Dead Redemption .Csr and .cutbin

Post by aluigi »

I mean, run the script on the files and you will obtain the decompressed files.
You can check their content with a hex editor but there is not much else to do.
ISKA
Posts: 223
Joined: Mon Apr 09, 2018 11:09 pm

Re: Red Dead Redemption .Csr and .cutbin

Post by ISKA »

Yeah, i have decompressed files. Successful.
I hope help me anybody. Thank you aluigi. :)
GHOST DEAD
Posts: 218
Joined: Wed Jul 19, 2017 5:04 am

Re: Red Dead Redemption .Csr and .cutbin

Post by GHOST DEAD »

ISKA wrote:Yeah, i have decompressed files. Successful.
I hope help me anybody. Thank you aluigi. :)

RSC? its a Rage Texture! i think it's for Texture or material content, as usual....
ISKA
Posts: 223
Joined: Mon Apr 09, 2018 11:09 pm

Re: Red Dead Redemption .Csr and .cutbin

Post by ISKA »

Removed
Last edited by ISKA on Sat Feb 01, 2020 4:21 pm, edited 1 time in total.
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Re: Red Dead Redemption .Csr and .cutbin

Post by AD010 »

try port to PC ? :)
ISKA
Posts: 223
Joined: Mon Apr 09, 2018 11:09 pm

Re: Red Dead Redemption .Csr and .cutbin

Post by ISKA »

--
Last edited by ISKA on Tue Oct 15, 2019 12:59 am, edited 1 time in total.
AD010
Posts: 36
Joined: Sun Dec 30, 2018 8:26 pm

Re: Red Dead Redemption (Ps3) .Csr and .cutbin

Post by AD010 »

this game was emulated on Xenia (X-360) and Rpcs3 (PS3) with high speed fps
ISKA
Posts: 223
Joined: Mon Apr 09, 2018 11:09 pm

Re: Red Dead Redemption (Ps3) .Csr and .cutbin

Post by ISKA »

Up!
ISKA
Posts: 223
Joined: Mon Apr 09, 2018 11:09 pm

Re: Red Dead Redemption (Ps3) .Csr and .cutbin

Post by ISKA »

up
ISKA
Posts: 223
Joined: Mon Apr 09, 2018 11:09 pm

Re: Red Dead Redemption (Ps3) .Csr and .cutbin

Post by ISKA »

up
ISKA
Posts: 223
Joined: Mon Apr 09, 2018 11:09 pm

Re: Red Dead Redemption (Xbox 360, Ps3) xst, strtbl archives

Post by ISKA »

--
fbiBr
Posts: 2
Joined: Sat Dec 05, 2020 5:44 am

Re: Red Dead Redemption .Csr and .cutbin

Post by fbiBr »

aluigi wrote:I'm not sure what should be format the content of the decompressed data but you can dump it with this script:

Code: Select all

idstring "RSC\x06"
get DUMMY long
get DUMMY long
savepos OFFSET
get SIZE asize
math SIZE - OFFSET
comtype zlib_noerror
get NAME filename
string NAME + "_decompress"
clog NAME OFFSET SIZE SIZE



Hello, I need a script for the X-BOX 360 Red Dead Redemption .xst files.
This one is from PS3. The difference between them and that of the X-BOX 360 in the Hex Editor begins: "05CSR"
Could you change this from PS3 to X-BOX 360?
I'm sending one of the files for you to take a look at.
DJ Normality
Posts: 647
Joined: Tue Jul 24, 2018 8:52 am

Re: Red Dead Redemption (Xbox 360, Ps3) xst, strtbl and csr archives

Post by DJ Normality »

Just get XBox360 version. Use XboxISO tools to extract contents. Then use Noesis on .RPF to generate. RSC0A, RSC05. ect. Export from there.
sinnerclown380
Posts: 59
Joined: Tue Apr 07, 2020 10:34 am

Re: Red Dead Redemption (Xbox 360, Ps3) xst, strtbl and csr archives

Post by sinnerclown380 »

How do unpack xst ?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Red Dead Redemption (Xbox 360, Ps3) xst, strtbl and csr archives

Post by aluigi »

@ISKA
Please do NOT edit/delete your posts.
They are necessary for other users.
The forum is for everybody, not just for you.