Almafa64's Bopl Battle Mods
All of my mods for Bopl Battle using BepInEx.
All mods need BepInEx Version 5.4.22
- BoplBattleTemplate: Base of all my mods. More advanced version of shad0w_dev's (thanks shad0w_dev)
- BoplTranslator (2.0.1): Custom translation support.
- BoplModSyncer (1.0.0): Checks if every client has mods (maybe downloads missing).
- AtomGrenade (1.0.3): Set power in config. Changes texture if power is bigger than normal.
- NoMapBounds (1.0.0): Removes map bounds.
- NoCloneCap (1.0.0): Removes max clone count
- WhoseThisTeleport (1.0.0): Shows whose teleport it is and with what button was it called
- RecursiveGrenade (0.1.0): Grenades explode into more grenades
- ModSettingsMenu (0.1.0): Adds a settings menu into the game for easier mod configuration
- NoAutoShrink (1.0.0): Stops the game from auto shrinking big platforms
- AbilityRandomizer (1.0.2): Randomizes ability slot after usage
- Wormhole (1.0.0): Travel from a blackhole to a whitehole
Need help to install BepInEx?
Click this link to get started!
- Get mods from release page
- Follow the Installation instruction on mod release page
- Clone repo
- Start setup.cmd and follow the instructions
- Important: The solution uses DLLs from the installed BepInEx, so install it before step 5
- Start Almafa64BoplMods.sln
- Build the mod you would like
- Mod DLL is at <Mod name>\bin\<Release/Debug>\net46\<Mod name>.dll (it will be copied to GameFolder\BepInEx\plugins\<Mod name>)