Rust HUD

Rust HUD for Unturned


Features

  • Implements Health, Food and Water Rust HUD like for unturned
  • Multiple Rust warning alert support
    • Bleeding
    • Dehydrated
    • Starving
    • Oxygen
    • Radiation
    • Comfort
    • Hot
    • Cold
    • Safezone
    • BuildingPrivilege
    • Item Pick Ups
  • All warning alerts support translations

Workshop Mod

This plugin requires this UI mod click me


Configuration

<?xml version="1.0" encoding="utf-8"?>
<RustHUDConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UseGunHUD>true</UseGunHUD>
  <UseItemPickUpHUD>true</UseItemPickUpHUD>
</RustHUDConfiguration>

Translatation

<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="Bleeding" Value="BLEEDING" />
  <Translation Id="Dehydrated" Value="DEHYDRATED" />
  <Translation Id="Starving" Value="STARVING" />
  <Translation Id="Oxygen" Value="OXYGEN" />
  <Translation Id="Radiation" Value="RADIATION POISONING" />
  <Translation Id="Comfort" Value="COMFORT" />
  <Translation Id="Hot" Value="TOO HOT" />
  <Translation Id="Cold" Value="TOO COLD" />
  <Translation Id="Safezone" Value="SAFE ZONE" />
  <Translation Id="BuildingPrivilege" Value="BUILDING PRIVILEGE" />
</Translations>