Pvt.Dan Good to know your using Black Ice mod, with V7.0 & up it has dynamic scaling for HUDs. It's a very simple fix.
Open your setuplevel.fpi for your game ( final build ) and look for any lines with the hudreset command ( there are several places )
:state=0:hudreset,hudx=50,hudy=50,hudsizex=gdisplaywidth,hudsizey=gdisplayheight
Replace the " hudsizex=gdisplaywidth,hudsizey=gdisplayheight " with these... hudglobalx,hudglobaly
So it looks like this...
:state=0:hudreset,hudx=50,hudy=50,hudglobalx,hudglobaly,hudimage=gamecore\huds\fader.tga,hudhide=1,hudtype=3,hudmake=internal
:state=0:hudreset,hudx=50,hudy=50,hudred=128,hudgreen=0,hudblue=0,hudglobalx,hudglobaly,hudimage=gamecore\huds\eyehud.tga,hudhide=1,hudtype=2,hudmake=internal
Do the same for all your huds and they will fit your screen now
My games never have bugs. They just develop random features..
Lots and lots of random features...