You are viewing a potentially older version of this package. View all versions.
Kistras-Valuables_Scanner-1.0.5 icon

Valuables Scanner

Discovers (for your teammates too!) nearby valuables when a key is pressed (F by default). Multiplayer friendly.

Date uploaded 2 months ago
Version 1.0.5
Download link Kistras-Valuables_Scanner-1.0.5.zip
Downloads 10151
Dependency string Kistras-Valuables_Scanner-1.0.5

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
Kistras-CustomDiscoverStateLib-1.0.0 icon
Kistras-CustomDiscoverStateLib

Library for your mod that allows for custom-colored discoveries (similar to the thing you see when a valuable is encountered for the first time)

Preferred version: 1.0.0

README

What does it do

You press a button (F by default), nearby valuable items are discovered (and shown on screen). Already discovered items are shown a second time.

If Multiplayer RPC is enabled, items discovered for the first time with the scanner will appear on both your minimap and your friends', should you be playing multiplayer.

Has a cooldown of 10 seconds, tracked on the top of the screen. Said bar shouldn't appear by itself unless scanner is used.

Configuring

Use your modinstaller, BepInEx's config or REPOConfig

  • Keybind for scanning can be changed (f by default)
  • Scan radius can be changed (10 by default)
  • Cooldown can be changed (10 by default)
  • Multiplayer RPC discovery can be changed (true by default)

Installation

  1. Download the REPO Scanner Mod package.
  2. Extract the contents to the game's BepInEx/plugins directory.

Or use Gale/r2modman.

Why scan GUI ugly and not in the style of the game

Because I can't figure out how to make it render properly.

How it looks

Click to expand GUI

CHANGELOG

1.1.3 - Fixed a typo that prevented some items from being discovered

1.1.2 - Now GUI is rendered in the style of the game, optional (with config). Adjusted colors. Fixes some objects being registered twice (or more)

1.1.1 - Updated images for Thunderstore page

1.1.0 - Now can scan for enemies, weapons and dead heads. Config ability to disable scanning of each thing. GUI now can be disabled at all. Added new dependency (optional, but it's better to be installed)

1.0.5 - Keybind is now shown in REPOConfig. Cuz of the new format it had been reset to default. Loosened cooldown constraints.

1.0.4 - Most options (with the exception of keybind) are now shown in REPOConfig. Showing valuables to teammates is now optional. Fixed incompatibility with FPSCounter (used to break text for some reason). Optimized console usage.

1.0.3 - Now hidden from REPOConfig (it allowed for negative cooldowns/radiuses, can't support strings)

1.0.2 - Fixed keybinding. You also can adjust cooldown and radius

1.0.1 - Forgor to actually ship it

1.0.0 - Created the thing