Mods: Difference between revisions

From Resonite Wiki
Improved wording for mod list
m forgot s
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Introduction ==
'''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.


Mods, or modding is when people make modifications to the Resonite client by modifying the game's code client side or on [[headless]]es. <b><i>You May Use Mods!</i></b>. Contrary to some beliefs, Mods cannot add or remove things in the [[Core_Concepts|Data Model]]. Please see that page for what counts as a data model function. To add new data model items, please see [[Plugins]].
{{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}}


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.
== Information ==


{{Note|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}}
=== Limitations ===


A list of community audited mods can be found on [https://github.com/resonite-modding-group/resonite-mod-manifest the mod manifest].  
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.


Additional mods, installation help, and debugging assistance can be found on the [https://discord.gg/ZMRyQ8bryN Modding Discord].
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 17: 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.

While using and creating mods is totally fine, making mods that are harmful or go against resonite's Terms of Service will be acted accordingly by moderation. Do not make or use mods like these.

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.