add mods page |
m forgot s |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''Mods''' (or '''modding''') are a functionality based on top of the [[Plugins|plugin system]], that allows you to make modifications to the Resonite client to patch various issues or add functionalities in a limited manner. | |||
{{Note| While using and creating mods is totally fine, making mods that are harmful or go against resonite's [https://resonite.com/policies/ Terms of Service] will be acted accordingly by moderation. Do not make or use mods like these.|danger}} | |||
== Information == | |||
=== Limitations === | |||
Contrary to some beliefs, mods cannot add or remove things in the [[Core_Concepts|Data Model]]. Only [[Plugins]] are able to add data model items. | |||
Mods allow you to create new functionality to existing functionality, and are ways of adding missing functionality, adding funny joke functions, or allow you to do things other users can't. | |||
Mods can do but not limited to: | Mods can do but not limited to: | ||
Line 15: | Line 17: | ||
* Add protections like anti knockback and gravity changes | * Add protections like anti knockback and gravity changes | ||
* Add support for new file formats | * Add support for new file formats | ||
=== Additional resources === | |||
A list of community audited mods can be found on [https://github.com/resonite-modding-group/resonite-mod-manifest the mod manifest]. | |||
Additional mods, installation help, and debugging assistance can be found on the [https://discord.gg/ZMRyQ8bryN Modding Discord]. |
Latest revision as of 23:55, 4 June 2024
Mods (or modding) are a functionality based on top of the plugin system, that allows you to make modifications to the Resonite client to patch various issues or add functionalities in a limited manner.
Information
Limitations
Contrary to some beliefs, mods cannot add or remove things in the Data Model. Only Plugins are able to add data model items.
Mods allow you to create new functionality to existing functionality, and are ways of adding missing functionality, adding funny joke functions, or allow you to do things other users can't.
Mods can do but not limited to:
- Add support for controllers/headsets
- Add support for facial trackers/eye trackers
- Add new tools
- Add protections like anti knockback and gravity changes
- Add support for new file formats
Additional resources
A list of community audited mods can be found on the mod manifest.
Additional mods, installation help, and debugging assistance can be found on the Modding Discord.