WestPak: Difference between revisions
From RO Wiki
(Created page with "thumb|IDA Pro's disassembler showing the resource which references the "WestPak.cpp" reference. '''WestPak''' (more likely just referred to as '''PAK''') was the name of a compression and file storage format which was created by Westwood Studios (likely used between 1991 and 1994) and which was used in the Ragnarok Online Alpha. Reverse engineering the Ragnarok Online Alpha binary reveals that the file "WestPak.cpp" is referenced in code,...") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[File:WestPak CPP Details.png|thumb|IDA Pro's disassembler showing the resource which references the "WestPak.cpp" reference.]] | [[File:WestPak CPP Details.png|thumb|IDA Pro's disassembler showing the resource which references the "WestPak.cpp" reference.]] | ||
'''WestPak''' ( | '''WestPak''' (referred to by Westwood Studios as '''Format80''') was the name of a compression and file storage format which was created by Westwood Studios (likely used between 1991 and 1994) and which was used in the Ragnarok Online Alpha. Reverse engineering the Ragnarok Online Alpha binary reveals that the file "WestPak.cpp" is referenced in code, and the Alpha ''data.grf'' is compressed using this library, but subsequent versions use Gravity's own proprietary GRF format. | ||
[[Category:Ragnarok Client Reverse Engineering]] | |||
[[Category:Ragnarok Alpha]] | |||
Latest revision as of 00:03, 25 June 2025

WestPak (referred to by Westwood Studios as Format80) was the name of a compression and file storage format which was created by Westwood Studios (likely used between 1991 and 1994) and which was used in the Ragnarok Online Alpha. Reverse engineering the Ragnarok Online Alpha binary reveals that the file "WestPak.cpp" is referenced in code, and the Alpha data.grf is compressed using this library, but subsequent versions use Gravity's own proprietary GRF format.