Skip to content

Instantly share code, notes, and snippets.

@EddieEldridge
Created February 7, 2023 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EddieEldridge/bfd8eb403116819cce1125a9ba32b79a to your computer and use it in GitHub Desktop.
Save EddieEldridge/bfd8eb403116819cce1125a9ba32b79a to your computer and use it in GitHub Desktop.
To fix compatibility with Clean Vanilla Hud, open hud_main_menu.xml in iHUD directory and replace Radiation Meter section with this
<!--========== Radiation Meter =======================-->
<rect name="RadiationMeter">
<locus>&true;</locus>
<systemcolor>&hudalt;</systemcolor>
<height>60</height>
<width> 367 </width>
<image name="radiation_bracket">
<depth>10</depth>
<filename> Interface\HUD\glow_messages_radiation_seperator_right.dds </filename>
<!--<texatlas> Interface\InterfaceShared.tai </texatlas>-->
<width> 512 </width>
<height> 128 </height>
<zoom>&scale;</zoom>
<x>-135</x>
<alpha>0</alpha>
<visible>&true;</visible>
</image>
<image name="radiation_pointer">
<filename>Interface\HUD\glow_messages_radiation_seperator_arrow.dds</filename>
<texatlas> Interface\InterfaceShared.tai </texatlas>
<width>46</width>
<height>24</height>
<alpha>0</alpha>
<x>15</x>
<y>30</y>
<visible>&true;</visible>
</image>
<text name="radiation_text_value">
<x>237</x>
<y>65</y>
<alpha>0</alpha>
<font>8</font>
<visible>&true;</visible>
<string></string>
<justify>&right;</justify>
</text>
<text name="radiation_text">
<x>245</x>
<y>65</y>
<alpha>0</alpha>
<font>7</font>
<visible>&true;</visible>
<string></string>
</text>
</rect>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment