So in knhud there is a crosshair. It is a plus and I don't like this crosshair. There is also a crosshair picture file in the zip file that shows what crosshairs are available and the number that corresponds to the certain crosshair. I like 8. How can I change the default crosshair to 8?
the read me says how to do this:
In HudLayout.res you control which crosshair you want to use. To change it, find "fogCrosshair" By default KNHUD comes with the crosshair "1". Look at the Crosshairs.png provided and change the value of "labeltext" to the value of the crosshair you want.
In HudLayout.res you control which crosshair you want to use. To change it, find "fogCrosshair" By default KNHUD comes with the crosshair "1". Look at the Crosshairs.png provided and change the value of "labeltext" to the value of the crosshair you want.
arkonthe read me says how to do this:
In HudLayout.res you control which crosshair you want to use. To change it, find "fogCrosshair" By default KNHUD comes with the crosshair "1". Look at the Crosshairs.png provided and change the value of "labeltext" to the value of the crosshair you want.
Thanks, but i am at another problem. It is not perfectly centered. I've read the readme and it isn't there. How do I change the position?
In HudLayout.res you control which crosshair you want to use. To change it, find "fogCrosshair" By default KNHUD comes with the crosshair "1". Look at the Crosshairs.png provided and change the value of "labeltext" to the value of the crosshair you want.[/quote]
Thanks, but i am at another problem. It is not perfectly centered. I've read the readme and it isn't there. How do I change the position?
find your crosshair in hudlayout.res(found in /tf/scripts, open it with notepad or something similar) then mess with the xpos, ypos, wide, and tall values until you get it centered.
To add to the above, you can use the hud_reloadscheme command to reload your HUD after changing those values. Be sure to save changes to the files between edits.