-
Legendary
[English] [RNN] ENPylonMarker
Provides relevant information in a Echoing Nightmare: the duration, the time and level at which each pylon was taken, etc

Installation: Place in "plugins\RNN\ENPylonMarker.cs"
Download: ENPylonMarker.cs
Custom code (in Plugins\User\PluginEnablerOrDisablerPlugin.cs , is Optional) :
Code:
Hud.GetPlugin<RNN.ENPylonMarker>().Enabled = true;
Hud.RunOnPlugin<RNN.ENPylonMarker>(plugin =>
{
plugin.sizeFont = 8f; // Text font size
plugin.LineSpacing = 1f; // Line spacing in text . Allowed values: from 0.8f to 1.2f
plugin.ShowNames = true; // Show the name of the Player who took the Pylon
plugin.NotifyBandit = true; // Notify when bandit appears (sound and/or speak)
plugin.NotifyBanditWav = null; // Filename to play, must be in the .\sounds\ folder. Example: "notification_5.wav" (null or "" so that it does not notify)
plugin.NotifyBanditSpeak = "Bandit"; // Text to Speak. Example: "Bandit" (null or "" so that it does not notify)
} );
I'm just sharing, I won't make changes except to fix bugs, sorry
Last edited by RNN; 2 Days Ago at 05:55 AM.
Reason: Possibility of notifying when the bandit appears (wav sound and/or speak)
These ads disappear when you log in.
-
Post Thanks / Like - 3 Thanks
-
Legendary
Update
Possibility of notifying when the bandit appears (wav sound and/or speak)
-
Post Thanks / Like - 1 Thanks
TobiaSBooN (1 members gave Thanks to RNN for this useful post)