Inside most of the
.PRX files
in the game
Lode
Runner
2, there are sections of data which store
images. I have figured out how this is done and now you can learn
it and perhaps make a better
extractor
than I have. Mine is clumsy and
not perfectly reliable, so I encourage someone to do so, in fact!
I think that the X in XPK stands for "extended," and the PK is short
for "Pak." Presage used to use .prs and .prd files, .prs having
contained Pak resources in them, which I believe were images. I
think the d in prd stood for directory, as they serve as a sort of
directory for the prs. PRX is almost exactly the result of taking the
prd and sticking it into a file with the prs immediately after it. I
think the X in PRX is also short for "extended." I also think the PRX
spec allows it to include arbitrary data types, and the prs spec did
not.