Forum
[HUD] M0rehud 2.0
Created 20th February 2011 @ 14:41
Add A Reply Pages: « Previous 1 ... 25 26
the hud need some updates..
http://i.imgur.com/OTgLMRG.jpg
maybe someone know how to fix it ?
Delete SourceScheme
Quoted from T0m
Delete SourceScheme
ty
Has anyone been able to copy the dot HUD xhair to another hud? I’ve been trying to copy it over to broesel hud and it’s just not working.
Quoted from kermit
Has anyone been able to copy the dot HUD xhair to another hud? I’ve been trying to copy it over to broesel hud and it’s just not working.
Step 1: Copy Crosshairs.ttf from BroeselHUD to your resource folder.
Step 2: Open ClientScheme.res from your recource folder and add these lines:
"BCrosshairs32"
{
"1"
{
"name" "broeselhud Crosshairs"
"tall" "32"
"antialias" "1"
"additive" "0"
"outline" "0"
}
}
…and to the /// CUSTOM FONT FILES /// section:
"7"
{
"font" "custom/userstuff/resource/customfonts/Crosshairs.ttf"
"name" "broeselhud Crosshairs"
}
Step 3: Open hudlayout.res from your HUD scripts folder then add this lines to:
BroDot
{
"controlName" "CExLabel"
"fieldName" "BCrosshairs"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-25"
"ypos" "c-25"
"wide" "48"
"tall" "51"
"font" "BCrosshairs32"
"labelText" "k"
"textAlignment" "center"
"fgcolor" "255 255 255 255"
}
Enjoy.
Last edited by Eniere,
Thanks, but I wanted to copy the m0re crosshair to broesel hud not from. I followed Rays guide to no avail, I’m really not sure what I’m doing wrong.
Last edited by kermit,
Add A Reply Pages: « Previous 1 ... 25 26