Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Plugins/Mods/ELIHUDNERF.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<PluginData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ModPlugin">
<!-- Place the steam id of your workshop item here. -->
<Id>3373412470</Id>

<!-- The name of your plugin that will appear in the list. -->
<FriendlyName>Eli Dang's Holo HUD (Nerfed radar)</FriendlyName>

<!-- The author name that you want to appear in the list. -->
<Author>dogboy</Author>

<!-- Optional tag that adds a tooltip to the plugin in-game. -->
<Tooltip>Radar range nerfed from infinity to 7000m</Tooltip>

<!-- Optional tag that adds a plugin description. If omitted, this will be the same as the Tooltip. 1000 characters max. -->
<Description> </Description>

<!-- Optional tag that specifies whether the plugin is hidden. Hidden plugins only appear when they are enabled or searched for in the search box. -->
<Hidden>false</Hidden>

<!-- Optional tag that specifies what dependencies this mod has. Dependencies will be automatically enabled when this mod is enabled. -->
<DependencyIds>
<Id>758597413</Id>
</DependencyIds>
</PluginData>