Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion doc/how_nml_works.md
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 interfaces with Neos in two main places: the hook and the compatibility hash.

## The Hook

Expand Down Expand Up @@ -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 Interfaces with Neos

- Hooking into the splash screen to show mod loading progress
- Hooking into Neos shutdown to trigger one last mod configuration save