Forum
(QUESTION) Crosshair lines
Created 17th January 2016 @ 21:07
Add A Reply Pages: 1
I use crosshair lines around my crosshair using this in my hudlayout.res:
“Crosshair_vertical”
{
“ControlName” “ImagePanel”
“fieldName” “VerticalLine”
“xpos” “427”
“xpos_lodef” “279”
“xpos_hidef” “309”
“ypos” “75”
“zpos” “-5”
“wide” “1”
“tall” “154”
“tall_lodef” “206”
“tall_hidef” “212”
“autoResize” “0”
“pinCorner” “0”
“visible” “1”
“enabled” “1”
“fillcolor” “255 255 255 255”
“alpha” “50”
}
“Crosshair_horizontal”
{
“ControlName” “ImagePanel”
“fieldName” “VerticalLine”
“xpos” “40”
“xpos_lodef” “279”
“xpos_hidef” “309”
“ypos” “240”
“zpos” “-5”
“wide” “374”
“tall” “1”
“tall_lodef” “206”
“tall_hidef” “212”
“autoResize” “0”
“pinCorner” “0”
“visible” “1”
“enabled” “1”
“fillcolor” “255 255 255 255”
“alpha” “50”
}
“Crosshair_horizontal”
{
“ControlName” “ImagePanel”
“fieldName” “VerticalLine”
“xpos” “439”
“xpos_lodef” “279”
“xpos_hidef” “309”
“ypos” “240”
“zpos” “-5”
“wide” “374”
“tall” “1”
“tall_lodef” “206”
“tall_hidef” “212”
“autoResize” “0”
“pinCorner” “0”
“visible” “1”
“enabled” “1”
“fillcolor” “255 255 255 255”
“alpha” “50”
}
“dark_top”
{
“ControlName” “ImagePanel”
“fieldName” “VerticalLine”
“xpos” “427”
“xpos_lodef” “279”
“xpos_hidef” “309”
“ypos” “190”
“zpos” “-5”
“wide” “1”
“tall” “38”
“tall_lodef” “206”
“tall_hidef” “212”
“autoResize” “0”
“pinCorner” “0”
“visible” “1”
“enabled” “1”
“fillcolor” “255 255 255 255”
“alpha” “100”
}
“dark_bottom”
{
“ControlName” “ImagePanel”
“fieldName” “VerticalLine”
“xpos” “427”
“xpos_lodef” “279”
“xpos_hidef” “309”
“ypos” “252”
“zpos” “-5”
“wide” “1”
“tall” “38”
“tall_lodef” “206”
“tall_hidef” “212”
“autoResize” “0”
“pinCorner” “0”
“visible” “1”
“enabled” “1”
“fillcolor” “255 255 255 255”
“alpha” “150”
}
“dark_left”
{
“ControlName” “ImagePanel”
“fieldName” “VerticalLine”
“xpos” “365”
“xpos_lodef” “279”
“xpos_hidef” “309”
“ypos” “240”
“zpos” “-5”
“wide” “50”
“tall” “1”
“tall_lodef” “206”
“tall_hidef” “212”
“autoResize” “0”
“pinCorner” “0”
“visible” “1”
“enabled” “1”
“fillcolor” “255 255 255 255”
“alpha” “100”
}
“dark_right”
{
“ControlName” “ImagePanel”
“fieldName” “VerticalLine”
“xpos” “439”
“xpos_lodef” “279”
“xpos_hidef” “309”
“ypos” “240”
“zpos” “-5”
“wide” “50”
“tall” “1”
“tall_lodef” “206”
“tall_hidef” “212”
“autoResize” “0”
“pinCorner” “0”
“visible” “1”
“enabled” “1”
“fillcolor” “255 255 255 255”
“alpha” “100”
}
here is an image of what it does http://i.imgur.com/2uemv20.jpg
is there a way for me to put something in my autoexec.cfg in order to toggle this on and off?
Last edited by TubbyMonster,
Add A Reply Pages: 1