You are viewing a potentially older version of this package. View all versions.
Yueby-PingScan-0.1.4 icon

PingScan

Shows a scanning effect when you ping locations.

By Yueby
Date uploaded 10 months ago
Version 0.1.4
Download link Yueby-PingScan-0.1.4.zip
Downloads 3164
Dependency string Yueby-PingScan-0.1.4

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

PingScan

A PEAK game mod that shows a scanning effect when you ping locations. A spherical scan will appear and expand outward.

PingScan Demo

Features

  • Spherical scan animation when pinging
  • Configurable duration, scale, and opacity
  • Uses your character's custom color
  • Smooth animations with fade-out effect

Installation

  1. Install BepInEx 5.4.2403 for PEAK
  2. Download PingScan from Thunderstore
  3. Extract to BepInEx/plugins/ folder
  4. Launch the game

Configuration

Configure through BepInEx menu:

  • Enable/Disable mod
  • Animation duration
  • Maximum scale
  • Opacity level

Requirements

  • PEAK game
  • BepInEx 5.4.2403+

Community

Find the mod in the Peak Modding Discord under #mod-releases to discuss mod related topics like issues/reports/appreciation.

CHANGELOG

Changelog

TODO: You can follow this format for your changelog: https://keepachangelog.com/en/1.1.0/

[0.1.4] - 2025-08-18

Changed

  • Updated README.md with improved descriptions and community Discord link

[0.1.3] - 2025-08-18

Added

  • Distance offset configuration option for sphere scaling
  • Dynamic sphere scaling based on player distance to prevent player coverage
  • Real-time distance calculation and sphere size adjustment

Changed

  • Improved sphere scaling logic to consider player position
  • Moved renderer initialization to PingScanning component for better code organization
  • Simplified distance calculation using Mathf.Min for optimal sphere size

[0.1.2] - 2025-08-16

Changed

  • Update distance value between player and scan effect

[0.1.1] - 2025-08-16

Changed

  • Update readme link

[0.1.0] - 2025-08-16

Added

  • Initial release of PingScan mod