
You are viewing a potentially older version of this package. View Latest Version

A BepInEx 6 IL2CPP mod that lets players ping a location to everyone in the session.
| 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 |