Skip to content

Python Rewrite#876

Draft
Furglitch wants to merge 208 commits intomasterfrom
rewrite
Draft

Python Rewrite#876
Furglitch wants to merge 208 commits intomasterfrom
rewrite

Conversation

@Furglitch
Copy link
Copy Markdown
Owner

As mentioned in the README 'state of development', we're currently rewriting the entire codebase in Python to allow for better readability and, consequentially, a better contributor experience.

As of the creation of this PR, the development is not finished yet.
We are still working to implement the NXM:// protocol handler (Nexus's 'Mod Manager Download' button), the Steam Redirector, and game-specific workarounds, as well as a few other small niceties.

Further details can be found on the rewrite branch's README and in the rewrite discussion thread.

Furglitch and others added 30 commits November 25, 2025 21:44
For more information on rewrite, see README
black linter leftovers
Logging is handled via loguru.
Defaults to INFO level, but DEBUG will always appear in log file.
game_info.json data is stored in the util.variables as the game_info dictionary.
Library discovery is added for Steam in step.load_gameinfo and is stored
Implemented path discovery, download, extract, install. Added scriptextender checksums to game_info.json for validation.
Additonal: Updated TODOs to output a 'not yet implemented' message, Fixed script always thinking the game had an install through Heroic if Heroic was installed, adjust remaining json["key"] calls to use .get("key") for safer access.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants