Skip to content

almafa64/almafa64-bopl-mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Almafa64's Bopl Battle Mods

All of my mods for Bopl Battle using BepInEx.

Mods info

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

Installation

Need help to install BepInEx?
Click this link to get started!

After BepInEx installed

  1. Get mods from release page
  2. Follow the Installation instruction on mod release page

Building

  1. Clone repo
  2. Start setup.cmd and follow the instructions
  3. Important: The solution uses DLLs from the installed BepInEx, so install it before step 5
  4. Start Almafa64BoplMods.sln
  5. Build the mod you would like
  6. Mod DLL is at <Mod name>\bin\<Release/Debug>\net46\<Mod name>.dll (it will be copied to GameFolder\BepInEx\plugins\<Mod name>)