From ae535da8fa67be87230821877614c32df3957de1 Mon Sep 17 00:00:00 2001 From: DeathWeasel1337 <37981563+DeathWeasel1337@users.noreply.github.com> Date: Sun, 2 Aug 2020 02:07:46 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dbcf25..93f88c1 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,22 @@ # BepInEx Utility Plugins Various BepInEx utility plugins for Unity games. -You need to have at least [BepInEx 5.x](https://github.com/BepInEx/BepInEx) installed for the plugins to work. +You need to have at least [BepInEx 5.1](https://github.com/BepInEx/BepInEx) installed for the plugins to work. #### How to use -- Install [BepInEx 5.x](https://github.com/BepInEx/BepInEx). +- Install [BepInEx 5.1](https://github.com/BepInEx/BepInEx) or higher. - Download [latest release](https://github.com/BepInEx/BepInEx.Utility/releases) of the plugin. - Place the .dll inside your BepInEx\Plugins folder. +## EnableFullScreenToggle +Enables toggling full screen with alt+enter on games with it disabled. + ## EnableResize Enable window resizing. Must be enabled in the plugin config either by editing the plugin's .cfg file or by using [ConfigurationManager](https://github.com/BepInEx/BepInEx.ConfigurationManager) +## InputHotkeyBlock +Prevents plugin hotkeys from triggering while typing in an input field. + ## MessageCenter A simple plugin that shows any log entries marked as "Message" on screen. Plugins generally use the "Message" log level for things that they want the user to read.