arkpy icon indicating copy to clipboard operation
arkpy copied to clipboard

Work in Progress. Reverse Engineering the file formats for Ark: Survival Evolved. Read/Write with python.

Results 14 arkpy issues
Sort by recently updated
recently updated
newest added

not sure where else to post this so adding this any assistance is greatly appreciated thank you! I’m wanting to open arktribe files from ASA which is probably the reason...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2016.2.28 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [py](https://github.com/pytest-dev/py) from 1.4.31 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.8 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Arkpy was working fine, but now arkpy give me back some profiles empty. `{'Steam_Name': u'', 'Steam_ID': '00000000000000000', 'Character_Name': u''}` Could it be due to the last update? Can you help...

Bumps [requests](https://github.com/requests/requests) from 2.10.0 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Traceback (most recent call last): File "D:\arkprofile.py", line 5, in profile = ArkProfile(file_path) File "build\bdist.win32\egg\arkpy\ark.py", line 329, in __init__ File "build\bdist.win32\egg\arkpy\arktypes.py", line 28, in load_struct File "build\bdist.win32\egg\arkpy\arktypes.py", line 659, in...

# Original issue posted in DerekRies/arkpy-examples#1 I'm encountering the following error when attempting to read in .arktribe files. `OverflowError: Python int too large to convert to C long` Some have...

bug
Windows

Should shift examples into an examples directory like the tests directory, utilizing a context.py file hack to give access to the sibling package arkpy.

enhancement
docs