Code Monkey home page Code Monkey logo

bepinex.utility.il2cpp's Introduction

BepInEx Utility IL2CPP

Various universal BepInEx utility plugins for Unity games compiled with IL2CPP. Projects marked with netFM are for BepInEx 6 pre1, while projects marked with net6 are for the latest BepInEx 6 builds.

If the game is not compiled with IL2CPP, use BepInEx.Utility instead.

Prerequisites

netFM / BepInEx 6 pre1

net6 / BepInEx 6 latest

Installation

  • Download the desired plugin from the Releases Section.
  • Extract the .zip file in the game folder (where game.exe is).

Graphics Settings

Change graphics settings like resolution, full screen and vSync in the Configuration Manager. Press F5 to open.
New Feature: Apply setings on startup. This will overwrite the game settings, use with caution.

Enable Resize

Enable window resizing when in windowed mode. An overhaul of Enable Resize from BepInEx project made to increase compatibility.

Mute In Background

Mute a game when it loses focus, i.e. when alt-tabbed. Ported form BepInEx Utility.

Enable Full Screen Toggle

Allow toggling full screen with alt+enter in games where that has been disabled. Ported form BepInEx Utility.

Message Center

A simple plugin that shows any log entries marked as "Message" on screen. Ported form BepInEx Utility
Plugins generally use the "Message" log level for things that they want the user to read.

How to make my mod compatible?
Use the Logger of your plugin and call its LogMessage method or Log method and pass in LogLevel.Message as a parameter. You don't have to reference this plugin, and everything will work fine if this plugin doesn't exist.

Please avoid abusing the messages! Only show short and clear messages that the user is likely to understand and find useful. Avoid showing many messages in a short succession.

New Feature: Black List

Suppress console messages containing certain words. Available in Configuration Manager.

bepinex.utility.il2cpp's People

Contributors

manlymarco avatar spockbauru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.