CheekyEntity-LocationPing icon

LocationPing

A BepInEx 6 IL2CPP mod that lets players ping a location to everyone in the session. Middle-click to ping!

Last updated 10 hours ago
Total downloads 0
Total rating 0 
Categories Mods
Dependency string CheekyEntity-LocationPing-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.755 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.

Preferred version: 6.0.755

README

LocationPing

A BepInEx 6 IL2CPP mod that lets players ping a location to everyone in the session.


How it works

Step Detail
Input Press Middle Mouse Button to fire a raycast from screen centre into the world
Broadcast Sends a PhotonNetwork.RaiseEvent (event code 220) with float[4]{x, y, z, actorNumber} — to all clients in the room
Receive Every client (including sender) gets the event via IOnEventCallback.OnEvent
Marker A world-space billboard is spawned at the hit position showing a cyan triangle icon + the sender's display name
Lifetime Marker pulses on spawn, then fades out and auto-destroys after 8 seconds
Cooldown 2-second cooldown between pings to prevent spam

Requirements

  • BepInEx 6.x (IL2CPP)
  • .NET 6 SDK