Skip to content

Improve logging of mod_loader_order #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 15, 2023

Conversation

ithinkandicode
Copy link
Collaborator

Now only shows the mod paths plus their load number, instead of the full JSON data. This makes it much easier to see the load order itself, without all the extra data.

This fix also stops the full JSON data from being duplicated. As before, the full JSON is still shown, via the dev_log just before the end of _init.

Preview:
mod_load_order-v2

Before:
image

Updated to only show the mod path, instead of the full JSON data, as that JSON data was duplicated further down the dev log (via the `dev_log` just before the end of `_init`)
Copy link
Member

@otDan otDan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@otDan otDan merged commit cc3db88 into GodotModding:main Jan 15, 2023
@ithinkandicode ithinkandicode changed the title Improve logging of mod_loader_order 3.0.0 - Improve logging of mod_loader_order Jan 15, 2023
@ithinkandicode ithinkandicode changed the title 3.0.0 - Improve logging of mod_loader_order Improve logging of mod_loader_order Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants