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.
Why aren't some features implemented by mods in the base game?
Cyro wrote a good answer to this question[1]:
- I get this question a lot about some of my mods, so I want to go a little bit into detail about why it seems like modders can do all of these amazing things when the YDMS Team can't.
- Mods do not care.
- What I mean by this, is that they don't care about the philosophy behind why something is built. Imagine you have an office building and you want to run a long network cable to the other side. If you own the building, you can contract a bunch of workers to carefully route the wires in such a way that is out of the way, and is easily accessible if they need to run more networking to other areas of the building. As a mod-maker, you don't own this building. You can't hire a bunch of workers so what you end up doing is either routing a bunch of cables all over the place where people can trip. You use far more cabling than you need, drill holes in the walls to get it to the next room, or completely tear them down to get the cable where you want it to go. Imagine taking a bulldozer to your bedroom to connect to a router located in your kitchen.
- All this is to say that just because a mod can do it, doesn't mean it's the way it should be done. Modding isn't bad (it's actually really good for a platform's longevity it turns out), but it's not the way a game should be developed officially. The YDMS Team work very hard at giving us a stable foundation to base our wacky inventions off of.
- You can either use a bulldozer, or recognize why a wall is there in the first place.
- ↑ OutFlow on GitHub - README: https://github.com/BlueCyro/Outflow?tab=readme-ov-file#why-isnt-this-in-the-game-by-default