Add Digital Compass#13121
Merged
runelite-github-app[bot] merged 3 commits intoJul 2, 2026
Merged
Conversation
|
New plugin |
Contributor
Author
|
Updated the commit hash. The compass now follows the camera direction and reads the correct headings (verified in-game), and it is resizable with a configurable text outline. |
Member
|
set |
Contributor
Is there a reason this check is not added to the RuneLite Plugin Hub Checks so as not to force you and other reviewers to make this comment all the time? |
Contributor
|
It's not always applicable |
Contributor
Contributor
Author
|
Good catch, added build=standard and pushed. Updated the commit above. |
|
Internal use only: Reviewer details Maintainer details |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds Digital Compass, a small overlay that shows which way your character is facing in degrees (north 360, east 90, south 180, west 270). It draws a small dial with N/E/S/W markers and an arrow for the facing direction, next to the number.
It's display only. It reads the player's orientation and draws an overlay, nothing else, so no input and no automation. There are options for font size, bold, text colour, an outline for readability, toggling the dial and the cardinal label, and a small calibration offset.
Repo: https://github.com/anonyser/runelite-digital-compass