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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69a4fbcafb52ea2050c4cac70741553d238d3721d33b4c0871446252848c432e |
|
MD5 | 7c0e153f0ba112b42c110b6613b9180c |
|
BLAKE2b-256 | 50fad6d4a07775c4f768fae49b7fb03c5b2e982b91c8216a16fd04c28fbe81db |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea7cbc3116c092a2cae92c2232dd931c4834b1fd7c838c84ae75e306310185d8 |
|
MD5 | 1acd776dd121e4bbbcc25d476e25c165 |
|
BLAKE2b-256 | d0539328fe8df5edf20f2cd44e800b93f0c3a6e71b835913aca99ec7356e6fbf |