You are viewing a potentially older version of this package. View all versions.
MARCROCK22-REPOPingSystem-0.0.2 icon

REPOPingSystem

Adds a Fortnite/PEAK-style ping system with radial wheel, 4 ping types, audio, and multiplayer sync

Date uploaded 3 months ago
Version 0.0.2
Download link MARCROCK22-REPOPingSystem-0.0.2.zip
Downloads 45
Dependency string MARCROCK22-REPOPingSystem-0.0.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305
Zehs-REPOLib-3.0.4 icon
Zehs-REPOLib

Library for adding content to R.E.P.O.

Preferred version: 3.0.4

README

R.E.P.O. Ping System

Adds a team communication ping system to R.E.P.O., inspired by Fortnite and PEAK.

Features

  • Quick Ping: Middle click to place a "Go Here" marker where you're looking
  • Radial Wheel: Hold middle click to choose from 4 ping types:
    • Go Here (blue) - mark a location
    • Danger (red) - warn about hazards
    • Enemy (orange) - mark enemy positions
    • Loot (green) - highlight items
  • Item Preview: When pinging an item, a lit 3D preview of the object appears inside the ping marker
  • Audio Feedback: Each ping type has a distinct sound
  • Auto-fade: Pings last 8 seconds with a smooth fade out
  • Screen-Space Rendering: Pings render as screen indicators, visible within 15m
  • Multiplayer Sync: All players see pings in real time via REPOLib NetworkedEvent
  • Fully Configurable: All settings adjustable via BepInEx config (F1 with ConfigurationManager)

Controls

  • Middle click (quick): Place a "Go Here" ping
  • Middle click (hold): Open radial wheel to select ping type
  • Right click: Cancel radial wheel
  • Release on center: Cancel selection

How It Works

  1. Aim at any surface or item
  2. Quick click middle mouse for a fast "Go Here" ping
  3. Hold middle mouse to open the selection wheel
  4. Move your mouse to the desired ping type and release
  5. The ping appears where you were aiming when you first pressed the button
  6. Pings are visible within 15m and show the player name + distance

Installation

Install via Gale, r2modman, or Thunderstore Mod Manager. Manual: copy REPOPingMod.dll to BepInEx/plugins/.

Requires: BepInEx 5.x, REPOLib 3.x

Changelog

0.0.2

  • Screen-space rendering (no distance limit)
  • Only visible within 15m range
  • Distance display on pings
  • Lit item preview with studio lighting
  • Fixed player grab collider false hits
  • Doors are now pingeable
  • Improved layer filtering

0.0.1

  • Initial release