Skip to content

Commit

Permalink
MvM Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnootize committed Jan 6, 2023
1 parent 3638ef8 commit aeb2769
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 34 deletions.
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,9 @@

[Changelogs](https://github.com/Hypnootize/OMP-Hud/commits/master)

[Installation](https://imgur.com/a/w3Ah6)

<a>INSTALLATION</a>
====

**1)** Extract/Unzip the hud and copy the OMP Hud folder

**2)** Paste The folder to your custom tf folder (C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom)

**NOTES:**

I suggest using **"tf_hud_target_id_disable_floating_health" "1"** since the floating version is not as consistan and can have problems.

The original rgb code for the damage numbers is: hud_combattext_red 255; hud_combattext_green 255; hud_combattext_blue 30


<a>CROSSHAIRS</a>
====
All the hud crosshairs can be found inside the scripts/crosshairs folder!

It is possible to enable them from the crosshairs.res file by setting **"visible" "1"** for the wanted crosshair.

It is also possible to easily animate them so the crosshair turns red on damage by editing the HudAnimations_Crosshairs file, you can find all the instructions inside the file!

![](https://i.imgur.com/XwufKi3.jpg)

<a>CREDITS</a>
====
Expand Down
12 changes: 0 additions & 12 deletions resource/ui/hudmannvsmachinestatus.res
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,6 @@
"pin_corner_to_sibling" "4"
"pin_to_sibling_corner" "6"
}

"CurrencyStatusPanel"
{
"ControlName" "CCurrencyStatusPanel"
"fieldName" "CurrencyStatusPanel"
"xpos" "10"
"ypos" "r30"
"wide" "100"
"tall" "20"
"visible" "1"
"enabled" "1"
}

"InWorldCurrencyPanel"
{
Expand Down
12 changes: 12 additions & 0 deletions scripts/hudlayout.res
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,18 @@

"PaintBackgroundType" "2"
}

"CurrencyStatusPanel"
{
"ControlName" "CCurrencyStatusPanel"
"fieldName" "CurrencyStatusPanel"
"xpos" "10"
"ypos" "r30"
"wide" "100"
"tall" "20"
"visible" "1"
"enabled" "1"
}

HudProgressBar
{
Expand Down

0 comments on commit aeb2769

Please sign in to comment.