Garry's Mod

Garry's Mod

35 hodnocení
No Holstered Crosshair
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Content Type: Addon
Addon Type: Effects
Addon Tags: Roleplay, Realism
Velikost souboru
Přidáno
672.000 B
11. čvc. 2022 v 11.01
Poznámky ke změnám (1) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
No Holstered Crosshair

Popis
Whenever you don't have a weapon held out, the default crosshair shows up instead (like in Half-Life 2). This addon hides that crosshair. Black Mesa also doesn't have this crosshair.
This is a purely client-side addon. If the host has this installed, it won't affect anyone else.
Počet komentářů: 7
#012815 12. říj. v 5.17 
Thanks Buddies !
[aka]bomb  [autor] 12. říj. v 5.02 
The crosshair is a HUD element named CHudCrosshair . Every frame, for every HUD element that exists, the game asks every addon that is installed: "Should I draw (name of HUD element) right now?" In code, this is done with the GM:HUDShouldDraw [wiki.facepunch.com] hook.

What this addon does is it checks whether the player doesn't have a weapon out - if they don't, then, upon being asked whether the crosshair element should be drawn, the addon tells the game "don't draw this HUD element".

I don't have a clue how the crosshair is drawn, but it doesn't really matter as long as the crosshair can just be hidden easily. If it's stored in a font (it may be), then it would be a bit tedious, and janky to replace it, since you'd have to replace the entire font file .
#012815 12. říj. v 4.29 
How Did You Remove It To Begin With? Is The Crosshair Itself A Vector Or Is It Hidden In Some Kind Of Font?
Paravertex 20. zář. v 8.27 
make a version that the Holstered Crosshair replaces the hl2 crosshair texture
Plumbwit 6. čvc. 2023 v 15.02 
can you make a version that removes the crosshair from the default gmod/hl2 weapons
BomBom 8. bře. 2023 v 4.55 
not work
maceclubs 13. čvc. 2022 v 12.12 
based