Skip to content

Commonly used plugins for games made by Illusion

License

Notifications You must be signed in to change notification settings

gravydevsupreme/BepisPlugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BepisPlugins

A collection of essential BepInEx plugins for Koikatu. Most importantly this collection includes a screenshot plugin, slider and input field unlockers. This collection also includes Sideloader for loading mods.

Releases

GitHub release Github Releases

These plugins require the latest bleeding edge build of BepInEx. The latest release versions of BepInEx will not work.

Plugin descriptions

BGMLoader

Loads custom BGMs and clips played on game startup. Stock audio is replaced during runtime by custom clips from BepInEx\BGM and BepInEx\IntroClips directories.

Tutorial on how to replace sound clips and background music using BGMLoader.

ColorCorrector

(Koikatsu)

Allows configuration of some post-processing filters. (change of bloom amount, disable saturation filter)

ExtensibleSaveFormat

Allows additional data to be saved to character, coordinate and scene cards. The cards are fully compatible with non-modded game, the additional data is lost in that case. This is used by sideloader to store used mod information.

InputUnlocker

Allows user to input longer than normal values to InputFields. This allows longer names and other properties stored as text.

Screencap

Creates screenshots based on settings. Can create screenshots of much higher resolution than what the game is running at. It can make screen (F9 key) or character (F11 key) screenshots.

Sideloader

Loads mods packaged in .zip archives from the Mods directory without modifying the game files at all. You don't unzip them, just drag and drop to Mods folder in the game root.

It prevents mods from colliding with each other (i.e. 2 mods have same item IDs and can't coexist; sideloader automatically assigns correct IDs). It also makes it easy to disable/remove mods with no lasting effects on your game install (just remove the .zip, no game files are changed at any point).

More information and tutorial on sideloader-compatible mod creation.

Step-by-step guide for creating a simple texture mod.

Tool for automatically converting old list mods to sideloader-compatible form.

SliderUnlocker

Allows user to set values outside of the standard 0-100 range on all sliders in the editor.

Removed plugins

Configuration Manager

Moved to https://github.com/BepInEx/BepInEx.ConfigurationManager

DeveloperConsole

Moved to https://github.com/BepInEx/DeveloperConsole

IPALoader

Moved to https://github.com/BepInEx/IPALoaderX

MessageCenter

Moved to https://github.com/BepInEx/MessageCenter

ScriptEngine

Moved to https://github.com/BepInEx/BepInEx.Debug

Obsolete plugins

DynamicTranslationLoader

Replaced by XUnity.AutoTranslator

ResourceRedirector

Replaced by XUnity.ResourceRedirector

About

Commonly used plugins for games made by Illusion

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.9%
  • ShaderLab 1.9%
  • PowerShell 0.2%