Skip to content

Droid Mod Loader v0.5.3-beta: Resolved Graph Foundation

Pre-release
Pre-release

Choose a tag to compare

@CyberShonk CyberShonk released this 24 May 02:09
· 218 commits to main since this release

This is a pre-release development build for the next stage of Droid Mod Loader’s engine work.

Adds initial ResolvedDataGraph models and builder.

The graph combines installed mods, indexes, file hash identities, and installed mod records into a read only resolved profile summary. This does not change deployment behavior yet. This is the future of indexing and deployment. It will ultimately turn the very basic manifest generated by the app into a very advanced system to track every detail necessary for many important details.
Like :
Which version wins?
Which dependency is actually used?
Which files are active?
Which plugins are enabled?
What final order should be applied?
What conflicts are ignored, overridden, or invalid?
The many different Why's of these situations.
While maintaining efficiency and performance.

You do not need to update to this build unless you want to test the output of the graph builder and send me your results. This exists purely to save my progress and document my changes. Testing this feature isn't a huge priority as it doesn't do much yet.

Screenshot_20260523-191205

If you want to test it, just load any profile and hit the button at the bottom of the screen that says "Build Resolved Graph Summary" then send me your log.

-Shonk