Simple Squad Marker
Place squad-only map pings with a point gesture, radio bark, and HUD labels—visible only to your group, with cooldown and gameplay options.
Overview
Simple Squad Marker adds squad-scoped map pings: you place a world marker with a short point gesture, optionally trigger a radio-style bark, and squadmates see HUD / map feedback—not the whole server.
How it works (high level)
- Placement goes through the player controller path: a raycast picks a world point; a gesture channel mirrors vanilla “ping” timing so the pose looks right (without misusing unrelated command IDs).
- Cooldown and lifetime cap spam; markers fade out and expire. A periodic group check keeps UI honest if roster membership changes mid-session.
- Radio barks use the same reliable broadcast pattern vanilla commanding uses, so everyone in range hears the cue consistently.
- Options (show pings, lifetime, ADS opacity) live in profile JSON and Gameplay settings.
Bind SSM_PlaceMarker / click variants as documented in your keybinding screen.