
Mods Communicator
Outward Mods Communicator enables seamless communication between mods through shared events and configuration syncing. It also lets users override any changes made by other mods, giving them full control over their settings.Details
Changelog
Release 1.2.0 Version
Added
- Added support for optional event description when registering events.
Example:
EventBus.RegisterEvent( GUID, "yourEvent", "your event description", ("yourVariableRetrievalKey", typeof(string), "Your variable description.") );
Fixed
- Fixed readme code blocks.
- Changed how
EventBusDataPresentershows logs. Now it is much clearer.
Release 1.1.0 Version
Added
- Added support for optional parameter descriptions when registering events.
Example:
EventBus.RegisterEvent( GUID, "EnchantmentMenu@TryEnchant", ("menu", typeof(EnchantmentMenu), "The enchantment menu instance that invoked the TryEnchant method.") ); - Added more text to readme description
Fixed
- Moved the
PlayerModsOverrides.example.xmlfile toBepInEx/config/gymmed.Mods_Communicator/to ensure configuration files remain untouched after updates — even after renaming.exampleto enable custom overrides.
Release 1.0.1 Version
Fixed
- Made sure to load
PlayerModsOverrides.xmleven ifxmlFilePathvariable is not provided from mods - Changed readme description
Release 1.0.0 Version
- Initial release.