Skip to content

A EXILED plugin that adds a compass to the game

License

Notifications You must be signed in to change notification settings

Fontape/Compass

Repository files navigation

Compass

build ci norules GitHub Releases Github All Downloads Github Commits

Description

This plugin adds a compass to the SCP: Secret Laboratory. The compass shows to player facing azimuth and cardinal direction. This can help players in skirmishes. For example, they will be able to draw the attention of allies to the direction in which they noticed the enemy.
Also, compass just adds some charm to the game.

Attention! The compass is updated on average about 10 times per second, and uses broadcasts for this. This means that using this plugin, all players who have the compass enabled will not be able to see your custom broadcasts. If you need such functionality, consider moving your broadcasts to hints.

Preview

Preview video

Visibility modes

There are several compass visibility modes available in the plugin config:

Mode Name Description
Humans Implies that the compass will be visible to all players of the human classes.
FirearmHolders Compass will only be visible to players who hold a firearm.
SquadMembers Compass will be visible to players whose classes belong to MTF or CI team.

Translations

Plugin supports a cardinal sides translations.

Explanation of == false

In code, you may come across the use comparison of false via ==. This is one of the our code notations - we don't use !, to make code cleaner.

It is unusual for many developers to put up with this, but, in this case, this is the idea of the plugin authors, and not bad code.