This repository was archived by the owner on Feb 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Document the other ways NML touches neos #54
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # Going Into Detail: How NeosModLoader Interfaces with Neos | ||
|
|
||
| NeosModLoader only interfaces with Neos in two places: the hook and the compatibility hash. | ||
| NeosModLoader with Neos in two main places: the hook and the compatibility hash. | ||
|
|
||
| ## The Hook | ||
|
|
||
|
|
@@ -32,3 +32,8 @@ In order to make a client using NeosModLoader compatible with vanilla Neos the c | |
| [components]: https://wiki.neos.com/Component | ||
| [logix]: https://wiki.neos.com/LogiX | ||
| [data model]: https://wiki.neos.com/Core_Concepts#Data_Model | ||
|
|
||
| ## Other Minor Ways NeosModLoader Touches Neos | ||
|
||
|
|
||
| - Hooking into the splash screen to show mod loading progress | ||
| - Hooking into Neos shutdown to trigger one last mod configuration save | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be missing 'interfaces with'
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in be2481e