Groove_Salad-ScavengerBingo icon

ScavengerBingo

A new challenge-hunting alternate gamemode based on the Scavenger Bingo event

Last updated 2 years ago
Total downloads 40265
Total rating 3 
Categories Mods Gamemodes
Dependency string Groove_Salad-ScavengerBingo-1.0.0
Dependants 22 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.1905 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.1905
tristanmcpherson-R2API-4.4.1 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 4.4.1

README

"Scavenger Bingo is gamemode that randomly generates a challenge board for each run. Complete a row of 5 spaces horizontally, vertically, or diagonally on your board to get a bingo. Winning or losing without achieving a bingo will reset your run to Ground Zero."

Bingo board progress can be viewed through the scoreboard menu in-game.

Mod Devs

If for some godforsaken reason you want to add your own Scavenger Bingo challenges, it should be quite easy (in theory). Create a BingoChallengeDef and fill it out. serverType should inherit from BingoChallengeTrackerServer and is only present on the server. It is set up very similarly to achievements, granting the challenge at an appropriate time. Then call your challenge def's RegisterToCatalog() method. Please keep me aware of issues you may encounter, as external mod support has not been tested.

Credits

  • Main team - Groove
  • Challenge icons - Kami
  • Challenge design - Race, Cap
  • Thunderstore release ver. testing - literallyeurope, Firewaze
  • Forgotten Relics compatibility testing - Wooliam Penn

Contact

You can find me on Discord @Groove_Salad#7700

Changelog

1.0.0

  • Initial Thunderstore release