Ryan(...)
Search for "roundtimer" and "Kothtime" in the /scripts/hudlayout.res file. You can change the ypos there to move it further down. Same goes for the "HudArenaPlayerCount" and the "deathnotice" entry which are also in that file.
Regarding the crosshair.. I guess the one from KBNHUD was also a fog's crosshair, potentially a doubled version of it? You can find some intructions for crosshairs in the readme files and in the hudlayout file itself.
Copy this into your hudlayout.res file to add another crosshair (this enables the square, you will have to tinker with the original and this to align them properly and to get the colors and animation right. More info in the hudlayout file.
"fogCrosshair2"
{
"controlname" "CExLabel"
"fieldname" "fogCrosshair"
"visible" "1" //1
"enabled" "1"
"xpos" "c-17"
"ypos" "c-13"
"zpos" "2"
"wide" "28"
"tall" "28"
"font" "fogCrosshair"
"labeltext" "6"
"textAlignment" "center"
"fgcolor" "White"
}
This is what I could re-create using that for the center square:
http://i.imgur.com/L0iX0e9.jpg
Black colors seem to bug the font though.
If you want to read up on this topic i suggest ray's guide on importing hud crosshairs:
https://dl.dropboxusercontent.com/u/19762650/importingxhairstf2.jpg
Good luck!
troghelp what have I done
also the book10shadow and book11shadow have the wrong tall values
I guess you messed with the mainmenuoverride file? What were you trying to change?
Font are fixed now :)