Skip to main content

Unreal Engine PAK Parser written in Python 3 originally for the game Astroneer

Project description

PAK Parser

Unreal Engine PAK Parser written in Python 3 originally for the game Astroneer

Ability to list out files inside a PAK and get their contents.

Usage

from PyPAKParser import PakParser

with open("PAKS/Astro-WindowsNoEditor.pak", "rb") as pakFile:

    PP = PakParser(pakFile)

    # Loads all headers into memory and prints out list
    print(PP.List())

    # Grabs the asset data and store in variable.
    assetName = "Astro/Content/Globals/PlayControllerInstance.uasset"
    assetData = PP.Unpack(assetName).Data

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyPAKParser-1.1.1.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

PyPAKParser-1.1.1-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file PyPAKParser-1.1.1.tar.gz.

File metadata

  • Download URL: PyPAKParser-1.1.1.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.0

File hashes

Hashes for PyPAKParser-1.1.1.tar.gz
Algorithm Hash digest
SHA256 627f0e9fa13452deca58041b915b3850ae027d48c18eae9d436510f2681dd4ee
MD5 b63cd7e4de817f3e5c86845b3c0b4f1b
BLAKE2b-256 aab765a5c0fe118629d3aace006e330fd1a1ec35fc512d4279824f18b9691bb8

See more details on using hashes here.

File details

Details for the file PyPAKParser-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: PyPAKParser-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.0

File hashes

Hashes for PyPAKParser-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a7dca1b6b9a1938dc5d3b1dc3f9647509ca6ac0438a58509aa1ad18e0c3d7d64
MD5 cee69e2f3f0954c7bf89bdcb1d5b545e
BLAKE2b-256 e766ebeba548153548fdb342cf2565149a85606c38822dabfe68f46f9086d67a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page