Skip to content

Add Follow Cam plugin#11983

Merged
runelite-github-app[bot] merged 1 commit into
runelite:masterfrom
PlumpPanda-123:add-follow-cam
May 17, 2026
Merged

Add Follow Cam plugin#11983
runelite-github-app[bot] merged 1 commit into
runelite:masterfrom
PlumpPanda-123:add-follow-cam

Conversation

@PlumpPanda-123
Copy link
Copy Markdown
Contributor

Follow Cam

Camera automatically rotates to face the direction the player is moving, with smooth configurable interpolation.

What it does

When the player walks or runs in any direction, the camera yaw smoothly follows to match the player's facing direction. The smoothing speed is configurable (Instant / Fast / Medium / Slow) so players can tune how cinematic or responsive the effect feels. Since OSRS characters only face 8 discrete directions, the smooth interpolation removes any snapping between angles.

Config

  • Smoothing Speed — Instant, Fast, Medium (default), Slow

Technical notes

  • Hooks ClientTick for per-frame interpolation
  • Uses client.setCameraYawTarget() only — no camera speed or pitch changes
  • No network calls, no external dependencies
  • Cleans up correctly on disable; player retains full manual camera control when disabled

Links

Camera automatically rotates to face the direction the player is
moving, with configurable smooth interpolation (Instant/Fast/Medium/Slow).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@runelite-github-app
Copy link
Copy Markdown

@runelite-github-app
Copy link
Copy Markdown

Internal use only: Reviewer details Maintainer details

@runelite-github-app runelite-github-app Bot merged commit 513b9fa into runelite:master May 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant