-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
HUDHider.txt
31 lines (29 loc) · 1.13 KB
/
HUDHider.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<BLCMM v="1">
#<!!!You opened a file saved with BLCMM in FilterTool. Please update to BLCMM to properly open this file!!!>
<head>
<type name="BL2" offline="false"/>
<profiles>
<profile name="default" current="true"/>
</profiles>
</head>
<body>
<category name="Borderlands HUD Remover">
<category name="Description">
<comment># This mod disables all HUD, more specifically the HUD outside of your menus (Skills, BAR, Missions).</comment>
<comment># But you can decide to disable all UI elements such as Skills, BAR, Missions.</comment>
</category>
<category name="Coding">
<category name="General HUD UI">
<code profiles="default">set UI_HUD.HUD_Definition View3DScale 0.0</code>
<code profiles="default">set UI_HUD.HUD_Definition InjuredStringReplacements ()</code>
</category>
<category name="Status Menu (Skills, BAR, Quests, etc)">
<code profiles="">set UI_StatusMenu.StatusMenu_Definition View3DScale 0.000000</code>
</category>
</category>
</category>
</body>
</BLCMM>
#Commands:
set UI_HUD.HUD_Definition View3DScale 0.0
set UI_HUD.HUD_Definition InjuredStringReplacements ()