REPO Gachi Billboard Encounter
Frequently spawns a 2D billboard pursuer with custom music, flashing lights, panic effects, stun and item knockback for REPO testing.
| Last updated | 2 hours ago |
| Total downloads | 6 |
| Total rating | 0 |
| Categories | Monsters |
| Dependency string | MenInBlack-REPO_Gachi_Billboard_Encounter-0.1.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
REPO Gachi Billboard Encounter
This mod adds a very frequent test encounter for REPO: a 2D billboard mob that rushes the player, gets louder as it approaches, flashes scene lights, glitches the player, stuns movement, and knocks items out of the hands.
What it does
- Spawns automatically every ~18 seconds by default so you can test fast.
- Lets you manually force a spawn with
F8. - Plays
Gachi_-_AssClap_Right_version_74549050.mp3from the mod assets folder. - Loads a portrait file from
BepInEx/plugins/Prile.GachiBillboardEncounter/Assets/portrait.png. - Automatically center-crops and rescales the portrait so you do not have to match the exact size beforehand.
- On catch it flashes lights, glitches the player, slows look and movement, tumbles the player, and forces held items to be dropped or unequipped.
Important portrait note
The chat attachment itself cannot be exported directly by the builder, so the package ships with a placeholder image.
To use your exact portrait:
- Save the required image as
portrait.pngorportrait.jpg. - Put it into
BepInEx/plugins/Prile.GachiBillboardEncounter/Assets/. - If you use a different file name or location, change
PortraitPathin the generated config file.
The mod automatically resizes and crops the image to fit the billboard.
Build
.\build.ps1
To also copy the compiled mod directly into your Thunderstore profile:
.\build.ps1 -CopyToProfile