Forum
crosshair
Created 19th May 2012 @ 10:42
Add A Reply Pages: 1
Hi. Does anybody know how to import a circle in the middle of the screen into the hud?
put taller_evolution.ttf in tf/resource
clientscheme.res under font –
“xhaircircle”
{
“1”
{
“name” “taller evolution”
“tall” “36”
“weight” “0”
“antialias” “1”
}
}
under customfontfiles –
{
“font” “resource/taller_evolution.ttf”
“name” “taller evolution”
}
hudlayout.res –
“xhair”
{
“ControlName” “CExLabel”
“fieldName” “xhair”
“xpos” “1”
“ypos” “c-50”
“wide” “f”
“tall” “100”
“visible” “1”
“enabled” “1”
“labelText” “o”
“textAlignment” “center”
“font” “xhaircircle”
“fgcolor” “0 255 0 255”
}
Last edited by berg,
what x and y positions should be if my resolution is 1366×768 ?
idk, test urself
Quoted from Z0R0
what x and y positions should be if my resolution is 1366×768 ?
Go into tf2 with the circle enabled and your crosshair and adjust it if its placed wrong. Fastes way to do this is to start tf2 make your own server. If its wrong placed, tab down adjust it a bit and hud_reloadscheme in console and keep doing that until you like it,
Last edited by Maffi,
Thank you
Add A Reply Pages: 1