Bopl Battle
Install with App

Details

Latest version
1.0.0
Last Updated
First Uploaded
Downloads
23
Likes
0
Size
39KB
Dependants

Categories

Invisibility Decoy

Invisibility Decoy is a Bopl Battle BepInEx plugin written by GPT-6 Astra.

Adds a decoy to the existing invisibility ability.

Installation

Drop InvisibilityDecoy.dll into Bopl Battle/BepInEx/plugins/.

Intended behavior

  • Activating invisibility leaves a visible slime at your position, with your color, size, facing direction, and ability icons. It loops the native idle animation.
  • Your invisibility, fading, duration, cooldown, and normal reveal rules still run through the original game code.
  • The decoy has no movement input and cannot use abilities, eat opponents, nor collect ability pickups. It starts with zero inherited velocity. Gravity, moving platforms, wind, ropes, and other physical forces can still move it.
  • Attacks and hazards destroy the decoy independently. Black holes attract and absorb its native player body. Water and blast zones use the native prefab's boundary handling.
  • The duplicator makes another passive decoy, with the usual outward launch. Growth and shrink effects change that decoy's size independently.
  • Destroying or copying a decoy does not change the real player's life count, invisibility, size, or revive state. Decoys cannot keep an eliminated team in the round.
  • A decoy remains until destroyed or the round changes, including after your invisibility expires. The limit is 16 active decoys per original player. At the limit, a new invisibility activation replaces that player's oldest decoy; duplication stops producing additional copies.

Ability icons are visual snapshots, not usable abilities or live cooldown indicators. Native eating and environmental side effects still apply to a decoy; it is a physical distraction rather than a hologram.

Building from source in VS Code

Requirements: a .NET SDK supporting C# 10 or later, your installed game's managed DLLs, and BepInEx 5 with Harmony. Open this folder itself as your VS Code workspace.

  1. Copy Local.Build.props.example to Local.Build.props.
  2. Set ManagedDir to the game's BoplBattle\_Data/Managed directory.
  3. Set BepInExDir to the BepInEx/core directory containing BepInEx.dll and 0Harmony.dll. With a mod manager, this is usually inside the selected mod profile.
  4. Run the included Build Invisibility Decoy task, or:
   dotnet build InvisibilityDecoy.csproj -c Release
  1. Copy bin/Release/netstandard2.1/InvisibilityDecoy.dll to your active profile's BepInEx/plugins/ directory and restart the game.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.