Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Fully Dynamic Object Introspection

Pre-release
Pre-release

Choose a tag to compare

@Matt-Hurd Matt-Hurd released this 13 May 04:52
· 66 commits to master since this release
f644570

This is a beta build

Do not ask for support in Discord servers

DM me on Discord: Abahbob#6804

Python code no longer relies on the full dump of the game, only for the core package. Everything else is gotten using *Property types and object introspection.

Added bl2sdk.SetLoggingLevel("DEBUG") and bl2sdk.LogAllCalls(True)