Hi Delphium
I checked my hudlayout.res file, and found the HudWeaponSelection. the xpos value is at 905.
The following is taken stright from the hudlayout.res file
Code:
HudWeaponSelection
{
"fieldName" "HudWeaponSelection"
"xpos" "905"
"wide" "f0"
"ypos" "0"
"tall" "480"
"RightMargin" "0"
"RightMargin_hidef" "32"
"RightMargin_lodef" "38"
"visible" "1"
"enabled" "1"
"SmallBoxWide" "72"
"SmallBoxTall" "54"
"PlusStyleBoxWide" "90"
"PlusStyleBoxTall" "63"
"PlusStyleExpandSelected" "0.3"
"LargeBoxWide" "110"
"LargeBoxTall" "77"
"BoxGap" "4" [$WIN32]
"BoxGap" "4" [$X360]
"SelectionNumberXPos" "12"
"SelectionNumberYPos" "4"
"IconXPos" "8"
"IconYPos" "0"
"TextYPos" "70" [$WIN32]
"TextYPos" "65" [$X360]
"ErrorYPos" "48"
"TextColor" "SelectionTextFg"
"MaxSlots" "6"
"PlaySelectSounds" "1"
"Alpha" "220"
"SelectionAlpha" "220"
"BoxColor" "0 0 0 220"
"SelectedBoxClor" "0 0 0 220"
"SelectionNumberFg" "200 187 161 255"
"NumberFont" "HudSelectionText"
}
despite this value been 905, my weapon selection is still on the far right of my screen. any ideas what could be wrong?