Difference between revisions of "Talk:RPF archive"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: Can somerbody post any info about this format plz?)
 
(Split Article for GTA IV and GTA V due to different formats?: new section)
Line 1: Line 1:
 
Can somerbody post any info about this format plz?
 
Can somerbody post any info about this format plz?
 +
 +
== Split Article for GTA IV and GTA V due to different formats? ==
 +
 +
GTA:V for PC has been released and it uses RPF archives as well, HOWEVER it does NOT use the same format as GTA:IV did. OpenIV and SparkIV are unable to open them, and they're compressed differently with GTA:V (using some form of zlib). The "magic number" for the GTA:IV RPF archives is "RPF3" (or "52 50 46 33" in the raw Hex). However, for GTA:V's RPF files, the magic number looks to be "7FPR" ("37 46 50 52" in raw Hex). I'm working on trying to decompress the archives (they're zlib compressed currently) because that's probably what the issue is. However, the format is still probably going to be slightly different due to the new uses for the archives (holding EVERYTHING).

Revision as of 21:01, 14 April 2015

Can somerbody post any info about this format plz?

Split Article for GTA IV and GTA V due to different formats?

GTA:V for PC has been released and it uses RPF archives as well, HOWEVER it does NOT use the same format as GTA:IV did. OpenIV and SparkIV are unable to open them, and they're compressed differently with GTA:V (using some form of zlib). The "magic number" for the GTA:IV RPF archives is "RPF3" (or "52 50 46 33" in the raw Hex). However, for GTA:V's RPF files, the magic number looks to be "7FPR" ("37 46 50 52" in raw Hex). I'm working on trying to decompress the archives (they're zlib compressed currently) because that's probably what the issue is. However, the format is still probably going to be slightly different due to the new uses for the archives (holding EVERYTHING).