You are viewing a potentially older version of this package. View all versions.
LazyDuchess-CharacterWhitelist-1.0.0 icon

CharacterWhitelist

Show only chosen characters at the Cypher, to reduce bloat. Supports CrewBoom.

Date uploaded 2 years ago
Version 1.0.0
Download link LazyDuchess-CharacterWhitelist-1.0.0.zip
Downloads 459
Dependency string LazyDuchess-CharacterWhitelist-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

BRC-CharacterWhitelist

BepInEx plugin that whitelists or blacklists characters from Cyphers. Useful in cases where you might have a lot of characters you don't use to see other players in SlopCrew.

Configuration

A documented BepInEx configuration file will be created the first time you run the mod, named "CharacterWhitelist.cfg". You can use r2modman to more easily edit it, or the ConfigurationManager tool to edit it in-game with the F1 key.

For CrewBoom characters, you have to type their filenames into the list, minus the ".cbb" extension.

Building from source

You will need to provide a publicized version of the "Assembly-CSharp.dll" file which can be found in your "Bomb Rush Cyberfunk_Data/Managed" folder. To publicize it, you can use the BepInEx.AssemblyPublicizer tool, and paste the result into "lib/Assembly-CSharp-publicized.dll" in this project's root directory.

You will also need to provide the "CrewBoomAPI.dll" assembly in the "/lib" folder, from the CrewBoom plugin, and a publicized version of "CrewBoom.dll" as "CrewBoom-publicized.dll"

CHANGELOG

1.3.2

  • Fixes crashing when CrewBoom isn't installed.

1.3.1

  • No longer ships with CrewBoom API. Fixes crashing.

1.3.0

  • Fix load order. This mod will now try to load after everything else, so other mods that add characters will be affected by your list.
  • Made prompts clearer (More descriptive and color coded)
  • Added "Disabled" list type. By default you will have an empty Disabled list now.

1.2.0

  • Added an UI to modify the list at the cypher in-game.

1.1.0

  • Quick changes to improve performance and config clarity a little bit.

1.0.0

  • Initial release.