Judge Dredd asr file

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
gtaneverdie
ultra-n00b
Posts: 7
Joined: Tue Jun 29, 2010 5:33 pm

Judge Dredd asr file

Post by gtaneverdie » Wed Jan 12, 2011 12:31 pm

The contents of this post was deleted because of possible forum rules violation.

WRS
ultra-veteran
ultra-veteran
Posts: 601
Joined: Fri Nov 06, 2009 12:13 am
Has thanked: 74 times
Been thanked: 134 times

Re: Judge Dredd asr file

Post by WRS » Wed Jan 12, 2011 5:33 pm

so have you actually tried an extractors for those games?

this format has a lot of block headers which would be painful to parse from scratch :mrgreen:

pseudocode!

Code: Select all

character (padded with spaces? or just 8 bytes)

inf loop:
block_id (if block_id = "" the exit)
block_size
++ block data ++

the block_id order of sample (note the NUMBER OF BLOCK HEADERS TO READ..):
RSFL
RSCF
TEXT
TXFL
MSHV
MSHP
MTXT
MSMG
HSKN
HMPT
HSBB
RSCF
ATBL
ATBL
ATBL
HCAN
ATBL
ATBL
HCAN
ATBL
ATBL
HCAN
PTXT
PTXT
PTXT
PTXT
PTXT
Useful tool links:

User avatar
aluigi
VVIP member
VVIP member
Posts: 1917
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 650 times
Contact:

Re: Judge Dredd asr file

Post by aluigi » Wed Jan 12, 2011 11:39 pm


gtaneverdie
ultra-n00b
Posts: 7
Joined: Tue Jun 29, 2010 5:33 pm

Re: Judge Dredd asr file

Post by gtaneverdie » Thu Jan 13, 2011 12:20 pm

thanks!both of you :)

Post Reply