Skip to content

DeathWeasel1337/COM3D2_Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COM3D2_Plugins

Plugins for Custom Order Maid 3D2

Installation

  1. Install BepInEx v5.3
  2. Extract the plugin .zip file to your game folder

The plugin .dll should end up in COM3D2\BepInEx\plugins

COM3D2 API

v1.0 - Download

API plugin that can be used to do stuff. Currently, it only has an API for adding buttons to the SystemShortcut (gear icon) menu. Feel free to use it to add your own buttons.

ConfigurationManagerWrapper

v1.0 - Download

Adds a button to the menu which opens the BepInEx.ConfigurationManager window. Requires the COM3D2 API.

InputHotkeyBlock

v1.2 - Download

Prevents hotkeys from plugins from triggering while typing in input fields.

Because input fields don't ever seem to lose focus on their own, input fields are forced to lose focus when clicking anywhere outside of them. When no input field is focused, hotkeys will function as normal.

Change Log v1.1 Support for Unity InputFields
v1.2 No longer blocks return or backspace