Skip to content
myfreeer edited this page May 23, 2018 · 1 revision

[Global]

  • version: Pak file version
    • 4 -> has no alias
    • 5 -> does not support legacy versions of chrome (before 62 maybe)
  • encoding: Encoding of text files
    • 0 -> Binary: PAK file is not expected to contain any text resources.
    • 1 -> UTF8: PAK file may contain binary data, but all text resources are encoded in UTF8.
    • 2 -> UTF16: PAK file may contain binary data, but all text resources are encoded in UTF16.

[Resources]

${id}=${relative path to file, no space allowed}

[Alias]

${resource_id}=${entry_index}

Clone this wiki locally