A model swapper for DesktopMate built for BepInEx.
- Download the latest v6 release of BepInEx. (
BepInEx-Unity.Il2CPP-win-x64-6.0.0) - Extract the .zip into
steamapps\common\Desktop Mate - Download the latest version of the mod .dll from the releases section.
- Place the .dll in
steamapps\common\Desktop Mate\BepInEx\plugins. - (Optional) Create a
vrmfolder in thesteamapps\common\Desktop Mate\folder. If you do not make one, the mod will make one for you.
- Place all of your
.vrmfiles into the aforementionedvrmfolder. - Upon launching Desktop Mate, the mod will automatically load your
.vrmfiles. - Right click on the default character and navigate to the
Change Characterdialogue. You should see button(s) with the name of your models. - Click on the button to load the model as normal.
- If you delete or add a
.vrmwhile Desktop Mate is running, the mod will (currently) not detect this change. If you add or remove any models you will have to restart Desktop Mate. - Due to a bug in Desktop Mate, you may see spam in the console. Navigate to
Bepinex/config/BepInEx.cfgand setUnityLogListening = falseto hide these messages.
- Per-model settings
- Detect added/removed models at runtime
- Allow customization of buttons
This mod uses a slightly modified version of the VRMLoader and CharacterLoader from YusufOzmen01/desktopmate-custom-avatar-loader. Licensing can be found below:
Copyright 2025 Yusuf Çınar "SergioMarquina" Özmen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
