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.2.0.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: PyPAKParser-1.2.0.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.2.0.tar.gz
Algorithm Hash digest
SHA256 69a4fbcafb52ea2050c4cac70741553d238d3721d33b4c0871446252848c432e
MD5 7c0e153f0ba112b42c110b6613b9180c
BLAKE2b-256 50fad6d4a07775c4f768fae49b7fb03c5b2e982b91c8216a16fd04c28fbe81db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PyPAKParser-1.2.0-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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ea7cbc3116c092a2cae92c2232dd931c4834b1fd7c838c84ae75e306310185d8
MD5 1acd776dd121e4bbbcc25d476e25c165
BLAKE2b-256 d0539328fe8df5edf20f2cd44e800b93f0c3a6e71b835913aca99ec7356e6fbf

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