mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
6328 lines
156 KiB
Plaintext
6328 lines
156 KiB
Plaintext
|
|
//--- OBJECT WRITE BEGIN ---
|
||
|
|
new GameTSCtrl(PlayGui) {
|
||
|
|
profile = "GuiContentProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "1";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
beaconBaseTextureName = "gui/beacon_base";
|
||
|
|
beaconTargetTextureName = "gui/crosshairs";
|
||
|
|
beaconTargetPeriod = "4000";
|
||
|
|
beaconsVisible = "1";
|
||
|
|
enemyBeaconLineBeginColor = "0.000000 1.000000 0.000000 0.200000";
|
||
|
|
enemyBeaconLineEndColor = "0.000000 1.000000 0.000000 0.800000";
|
||
|
|
vehicleBeaconLineBeginColor = "1.000000 0.000000 0.000000 0.200000";
|
||
|
|
vehicleBeaconLineEndColor = "1.000000 0.000000 0.000000 0.800000";
|
||
|
|
friendBeaconLineBeginColor = "1.000000 1.000000 0.000000 0.200000";
|
||
|
|
friendBeaconLineEndColor = "1.000000 1.000000 0.000000 0.800000";
|
||
|
|
beaconLineWidth = "2.5";
|
||
|
|
beaconTextYOffset = "14";
|
||
|
|
showAlternateTarget = "0";
|
||
|
|
|
||
|
|
frinedBeaconLineEndColor = "1 1 0 0.8";
|
||
|
|
|
||
|
|
new HudBitmapCtrl(hudClusterBack) {
|
||
|
|
profile = "GuiButtonProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "444 8";
|
||
|
|
extent = "188 81";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.9";
|
||
|
|
bitmap = "gui/hud_new_cog";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
|
||
|
|
new HudBitmapCtrl(hudCompassBack) {
|
||
|
|
profile = "GuiButtonProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "109 2";
|
||
|
|
extent = "77 77";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.9";
|
||
|
|
bitmap = "gui/hud_new_compass";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
};
|
||
|
|
new GuiControl(compassHud) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "107 2";
|
||
|
|
extent = "81 77";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
opacity = "1.0";
|
||
|
|
|
||
|
|
new HudCompass(compass) {
|
||
|
|
profile = "clockProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "81 77";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
textColor = "0 255 0 255";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudPulsingBitmap(sensorHudBack) {
|
||
|
|
profile = "GuiButtonProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "134 26";
|
||
|
|
extent = "27 29";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.9";
|
||
|
|
bitmap = "gui/hud_new_ping";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
color = "3 255 110 255";
|
||
|
|
pulse = "0";
|
||
|
|
pulseRate = "1000";
|
||
|
|
};
|
||
|
|
new HudPulsingBitmap(sensorHud) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "134 26";
|
||
|
|
extent = "27 29";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.9";
|
||
|
|
bitmap = "gui/hud_new_ping";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
color = "255 255 255 255";
|
||
|
|
pulse = "1";
|
||
|
|
pulseRate = "1000";
|
||
|
|
|
||
|
|
ping = "0";
|
||
|
|
jamColor = "253 255 2";
|
||
|
|
pingColor = "255 22 22";
|
||
|
|
jam = "0";
|
||
|
|
};
|
||
|
|
new HudEnergy(energyHud) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "8 23";
|
||
|
|
extent = "93 5";
|
||
|
|
minExtent = "93 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.353000 0.373000 0.933000 0.800000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.8";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
subRegion = "0 0 93 10";
|
||
|
|
displayMounted = "0";
|
||
|
|
pulseRate = "500";
|
||
|
|
pulseThreshold = "0.3";
|
||
|
|
verticalFill = "0";
|
||
|
|
value = "0";
|
||
|
|
};
|
||
|
|
new HudDamage(damageHud) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "8 5";
|
||
|
|
extent = "93 8";
|
||
|
|
minExtent = "93 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.000000 1.000000 0.000000 0.800000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 0.000000";
|
||
|
|
opacity = "0.8";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
subRegion = "0 0 93 10";
|
||
|
|
displayMounted = "0";
|
||
|
|
pulseRate = "500";
|
||
|
|
pulseThreshold = "0.3";
|
||
|
|
verticalFill = "0";
|
||
|
|
value = "0";
|
||
|
|
};
|
||
|
|
new HudHeat(HeatHud) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "8 30";
|
||
|
|
extent = "93 3";
|
||
|
|
minExtent = "93 3";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "1.000000 0.000000 0.000000 0.800000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.8";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
subRegion = "0 0 100 10";
|
||
|
|
displayMounted = "0";
|
||
|
|
pulseRate = "500";
|
||
|
|
pulseThreshold = "0.3";
|
||
|
|
verticalFill = "0";
|
||
|
|
value = "0";
|
||
|
|
heatWarning = "0.6";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudClock(clockHUD) {
|
||
|
|
profile = "clockProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "559 38";
|
||
|
|
extent = "65 23";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.9";
|
||
|
|
bitmap = "gui/hud_mistimer";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
subRegion = "0 2 65 15";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(NetGraphHudFrame) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "266 8";
|
||
|
|
extent = "176 50";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new HudNetDisplay(NetGraphHud) {
|
||
|
|
profile = "HudScoreProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "1 1";
|
||
|
|
extent = "174 48";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
historySize = "100";
|
||
|
|
updatePeriod = "50";
|
||
|
|
renderField[0] = "1";
|
||
|
|
renderField[1] = "1";
|
||
|
|
renderField[2] = "0";
|
||
|
|
renderField[3] = "1";
|
||
|
|
renderField[4] = "0";
|
||
|
|
renderField[5] = "1";
|
||
|
|
fieldColors[0] = "0 220 0 255";
|
||
|
|
fieldColors[1] = "220 0 0 255";
|
||
|
|
fieldColors[2] = "220 220 220 255";
|
||
|
|
fieldColors[3] = "120 120 120 255";
|
||
|
|
fieldColors[4] = "0 190 240 255";
|
||
|
|
fieldColors[5] = "0 120 170 255";
|
||
|
|
lowerBound[0] = "0";
|
||
|
|
lowerBound[1] = "0";
|
||
|
|
lowerBound[2] = "0";
|
||
|
|
lowerBound[3] = "0";
|
||
|
|
lowerBound[4] = "0";
|
||
|
|
lowerBound[5] = "0";
|
||
|
|
upperBound[0] = "500";
|
||
|
|
upperBound[1] = "100";
|
||
|
|
upperBound[2] = "32";
|
||
|
|
upperBound[3] = "4096";
|
||
|
|
upperBound[4] = "32";
|
||
|
|
upperBound[5] = "4096";
|
||
|
|
infoCallback = "0";
|
||
|
|
renderGraph = "1";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(NetBarHudFrame) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "290 0";
|
||
|
|
extent = "129 68";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new HudNetDisplay(NetBarHud) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "1 1";
|
||
|
|
extent = "174 48";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
historySize = "2";
|
||
|
|
updatePeriod = "50";
|
||
|
|
renderField[0] = "1";
|
||
|
|
renderField[1] = "1";
|
||
|
|
renderField[2] = "1";
|
||
|
|
renderField[3] = "1";
|
||
|
|
renderField[4] = "1";
|
||
|
|
renderField[5] = "1";
|
||
|
|
fieldColors[0] = "0 220 0 255";
|
||
|
|
fieldColors[1] = "220 0 0 255";
|
||
|
|
fieldColors[2] = "220 220 220 255";
|
||
|
|
fieldColors[3] = "120 120 120 255";
|
||
|
|
fieldColors[4] = "0 190 240 255";
|
||
|
|
fieldColors[5] = "0 120 170 255";
|
||
|
|
lowerBound[0] = "0";
|
||
|
|
lowerBound[1] = "0";
|
||
|
|
lowerBound[2] = "0";
|
||
|
|
lowerBound[3] = "0";
|
||
|
|
lowerBound[4] = "0";
|
||
|
|
lowerBound[5] = "0";
|
||
|
|
upperBound[0] = "500";
|
||
|
|
upperBound[1] = "100";
|
||
|
|
upperBound[2] = "32";
|
||
|
|
upperBound[3] = "4096";
|
||
|
|
upperBound[4] = "32";
|
||
|
|
upperBound[5] = "4096";
|
||
|
|
infoCallback = "1";
|
||
|
|
renderGraph = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl() {
|
||
|
|
profile = "ShellFieldProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "6 27";
|
||
|
|
extent = "120 18";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new HudBarBaseCtrl(NetBarHudSendBar) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "120 18";
|
||
|
|
minExtent = "120 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.000000 0.800000 0.000000 1.000000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.6";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
subRegion = "2 2 116 15";
|
||
|
|
displayMounted = "0";
|
||
|
|
pulseRate = "500";
|
||
|
|
pulseThreshold = "0.3";
|
||
|
|
verticalFill = "0";
|
||
|
|
value = "0.786935";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl() {
|
||
|
|
profile = "ShellFieldProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "6 46";
|
||
|
|
extent = "120 18";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new HudBarBaseCtrl(NetBarHudReceiveBar) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "120 18";
|
||
|
|
minExtent = "120 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.000000 0.800000 0.000000 1.000000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.6";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
subRegion = "2 2 116 15";
|
||
|
|
displayMounted = "0";
|
||
|
|
pulseRate = "500";
|
||
|
|
pulseThreshold = "0.3";
|
||
|
|
verticalFill = "0";
|
||
|
|
value = "0.808206";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(NetBarHudPingText) {
|
||
|
|
profile = "ShellTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "9 9";
|
||
|
|
extent = "35 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "0ms";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(NetBarHudPacketLossText) {
|
||
|
|
profile = "ShellTextRightProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "76 9";
|
||
|
|
extent = "48 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "0%";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(retCenterHud) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "192 112";
|
||
|
|
extent = "256 256";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
wrap = "0";
|
||
|
|
|
||
|
|
new HudCrosshair(reticleHud) {
|
||
|
|
profile = "GuiButtonProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "112 112";
|
||
|
|
extent = "32 32";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.5";
|
||
|
|
bitmap = "gui/ret_blaster";
|
||
|
|
autoCenter = "1";
|
||
|
|
autoResize = "1";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(ammoHud) {
|
||
|
|
profile = "GuiAmmoHudProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "75 150";
|
||
|
|
extent = "80 20";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new HudPulsingBitmap(deploySensor) {
|
||
|
|
profile = "GuiButtonProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "90 90";
|
||
|
|
extent = "75 75";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.5";
|
||
|
|
bitmap = "gui/hud_ping";
|
||
|
|
autoCenter = "1";
|
||
|
|
autoResize = "1";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
color = "0 0 0 0";
|
||
|
|
pulse = "0";
|
||
|
|
pulseRate = "1000";
|
||
|
|
};
|
||
|
|
new HudCrosshair(reticleFrameHud) {
|
||
|
|
profile = "GuiButtonProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "96 96";
|
||
|
|
extent = "64 64";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.5";
|
||
|
|
bitmap = "gui/hud_retrng";
|
||
|
|
autoCenter = "1";
|
||
|
|
autoResize = "1";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudInventory(inventoryHud) {
|
||
|
|
profile = "GuiHudCounterProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "486 434";
|
||
|
|
extent = "116 38";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.9";
|
||
|
|
ammoOffset = "6 24";
|
||
|
|
backGroundOffset = "0 0";
|
||
|
|
highLightOffset = "0 0";
|
||
|
|
iconOffset = "1 1";
|
||
|
|
backGroundSpace = "2";
|
||
|
|
};
|
||
|
|
new GuiBitmapCtrl(backpackFrame) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "457 434";
|
||
|
|
extent = "27 38";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
bitmap = "gui/hud_new_panel";
|
||
|
|
wrap = "0";
|
||
|
|
|
||
|
|
new GuiBitmapCtrl(backpackIcon) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "0 3";
|
||
|
|
extent = "25 25";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
wrap = "0";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(backpackText) {
|
||
|
|
profile = "GuiPackTextProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "1 24";
|
||
|
|
extent = "25 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudWeapons(weaponsHud) {
|
||
|
|
profile = "GuiHudCounterProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "604 194";
|
||
|
|
extent = "32 160";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.9";
|
||
|
|
ammoOffset = "6 24";
|
||
|
|
backGroundOffset = "0 0";
|
||
|
|
highLightOffset = "0 0";
|
||
|
|
iconOffset = "1 1";
|
||
|
|
backGroundSpace = "2";
|
||
|
|
};
|
||
|
|
new HudNavDisplay(navHud) {
|
||
|
|
profile = "GuiHudNavProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.5";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
renderXYProjection = "0";
|
||
|
|
renderEdgeMarkers = "1";
|
||
|
|
markerHitRadius = "2";
|
||
|
|
markerAngle = "30";
|
||
|
|
markerLen = "20";
|
||
|
|
defaultMarkerColor = "0 255 220 220";
|
||
|
|
acquireScreenRadius = "75";
|
||
|
|
playerEyeZOffset = "0.4";
|
||
|
|
damageRectSize = "50 12";
|
||
|
|
infoOffset = "24 24";
|
||
|
|
minProjectSize = "10";
|
||
|
|
acquireBoxCheckDistance = "50";
|
||
|
|
targetLockedFrameColor = "255 0 0 255";
|
||
|
|
damageFrameColor = "255 255 255 255";
|
||
|
|
minMarkerScale = "0.5";
|
||
|
|
markerScaleDistance = "1000";
|
||
|
|
markerImageNames[0] = "small_triangle";
|
||
|
|
markerImageNames[1] = "small_square";
|
||
|
|
markerImageNames[2] = "small_diamond";
|
||
|
|
markerImageNames[3] = "small_cross";
|
||
|
|
markerImageNames[4] = "small_circle";
|
||
|
|
markerTextEdgeOffset = "2";
|
||
|
|
renderMarkerText = "1";
|
||
|
|
protectedStatics = "0";
|
||
|
|
enemyBeaconColor = "0 255 0 255";
|
||
|
|
friendBeaconColor = "255 255 0 255";
|
||
|
|
vehicleBeaconColor = "0 255 0 255";
|
||
|
|
imageOffset = "2";
|
||
|
|
missileMarker1 = "gui/RET_missile_marker";
|
||
|
|
missileMarker2 = "gui/RET_missile_marker_red";
|
||
|
|
missileFlash1 = "gui/RET_missile_horizflash_red";
|
||
|
|
missileFlash2 = "gui/RET_missile_vertflash_red";
|
||
|
|
|
||
|
|
LOSMarkerUpdate = "250";
|
||
|
|
};
|
||
|
|
new GuiDashBoardCtrl(dashboardHud) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "0 360";
|
||
|
|
extent = "640 120";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
wrap = "0";
|
||
|
|
|
||
|
|
new HudVehicleWeapon(vWeaponsBox) {
|
||
|
|
profile = "GuiButtonProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "180 25";
|
||
|
|
extent = "70 40";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "0.8";
|
||
|
|
ammoOffset = "10 30";
|
||
|
|
backGroundOffset = "5 4";
|
||
|
|
highLightOffset = "0 0";
|
||
|
|
iconOffset = "7 4";
|
||
|
|
backGroundSpace = "8";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(voiceCommHud) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "8 160";
|
||
|
|
extent = "160 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(vcRecordingHud) {
|
||
|
|
profile = "GuiRecordingHudProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "160 20";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Recording";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(controlObjectText) {
|
||
|
|
profile = "ShellBigTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "130 440";
|
||
|
|
extent = "380 26";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Press \'\c2Escape\cr\' to return to game.";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(centerPrintDlg) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "45 230";
|
||
|
|
extent = "550 20";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiMLTextCtrl(CenterPrintText) {
|
||
|
|
profile = "CenterPrintTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "546 18";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "2";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(bottomPrintDlg) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "45 375";
|
||
|
|
extent = "550 56";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
|
||
|
|
new GuiMLTextCtrl(BottomPrintText) {
|
||
|
|
profile = "CenterPrintTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "546 18";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "2";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudZoom(ZoomHud) {
|
||
|
|
profile = "ZoomHudProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "8 8";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(metricsMain) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "10 160";
|
||
|
|
extent = "242 275";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(title) {
|
||
|
|
profile = "CenterPrintTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "63 7";
|
||
|
|
extent = "110 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Mapper Metrics";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
|
||
|
|
lineSpacing = "2";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(ThreeSpacePolysText) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "12 148";
|
||
|
|
extent = "85 20";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "TS Polys: ";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(InteriorPolysText) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "12 118";
|
||
|
|
extent = "98 20";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Interior Polys: ";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(TerrainPolysText) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "12 88";
|
||
|
|
extent = "99 20";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Terrain Polys: ";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(TotalPolysText) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "12 226";
|
||
|
|
extent = "101 20";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Scene Polys: ";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(WaterPolysText) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "12 178";
|
||
|
|
extent = "127 20";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Water Polys: ";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(FrameRateText) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "12 40";
|
||
|
|
extent = "87 26";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Frame Rate: ";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiConsoleVariableCtrl(frameRate) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "156 40";
|
||
|
|
extent = "70 25";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
expression = "$FPS::Real";
|
||
|
|
};
|
||
|
|
new GuiConsoleVariableCtrl(ThreeSpacePolys) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "156 148";
|
||
|
|
extent = "70 25";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
expression = "$OpenGL::triCount3";
|
||
|
|
};
|
||
|
|
new GuiConsoleVariableCtrl(InteriorPolys) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "156 118";
|
||
|
|
extent = "70 25";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
expression = "$OpenGL::triCount2";
|
||
|
|
};
|
||
|
|
new GuiConsoleVariableCtrl(TerrainPolys) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "156 88";
|
||
|
|
extent = "70 25";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
expression = "$OpenGL::triCount1";
|
||
|
|
};
|
||
|
|
new GuiConsoleVariableCtrl(TotalPolys) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "156 226";
|
||
|
|
extent = "70 25";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
expression = "$OpenGL::triCount";
|
||
|
|
};
|
||
|
|
new GuiConsoleVariableCtrl(WaterPolys) {
|
||
|
|
profile = "ScoreTextProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "156 179";
|
||
|
|
extent = "70 25";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
expression = "$Water::triCount";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(helpTextGui) {
|
||
|
|
profile = "GuiContentProfileNoClear";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(objHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "40 365";
|
||
|
|
extent = "140 65";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(objHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "66 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "OBJECTIVES";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(objHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(objHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "160 425";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(chatHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "14 85";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(chatHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "31 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "CHAT";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(chatHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(chatHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "145 75";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(energyHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "320 75";
|
||
|
|
extent = "145 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(energyHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "43 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "ENERGY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(energyHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(energyHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "450 35";
|
||
|
|
extent = "5 45";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(compassHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "480 90";
|
||
|
|
extent = "150 100";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(compassHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "55 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "COMPASS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(compassHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(compassHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "595 80";
|
||
|
|
extent = "5 25";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(damageHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "280 10";
|
||
|
|
extent = "150 50";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(damageHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "48 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "DAMAGE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(damageHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(damageHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "425 15";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new GuiControl(reticleTextFrame) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "120 90";
|
||
|
|
extent = "400 300";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(reticleHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "20 140";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(reticleHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "44 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "RETICLE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(reticleHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(reticleHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "155 145";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(inventoryHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "420 340";
|
||
|
|
extent = "140 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(inventoryHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "62 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "INVENTORY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(inventoryHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(inventoryHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "490 420";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(weaponsHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "460 240";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(weaponsHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "54 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "WEAPONS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(weaponsHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(weaponsHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "590 300";
|
||
|
|
extent = "20 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(helpTextGui) {
|
||
|
|
profile = "GuiContentProfileNoClear";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(objHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "40 365";
|
||
|
|
extent = "140 65";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(objHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "66 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "OBJECTIVES";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(objHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(objHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "160 425";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(chatHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "14 85";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(chatHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "31 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "CHAT";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(chatHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(chatHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "145 75";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(energyHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "320 75";
|
||
|
|
extent = "145 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(energyHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "43 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "ENERGY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(energyHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(energyHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "450 35";
|
||
|
|
extent = "5 45";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(compassHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "480 90";
|
||
|
|
extent = "150 100";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(compassHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "55 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "COMPASS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(compassHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(compassHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "595 80";
|
||
|
|
extent = "5 25";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(damageHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "280 10";
|
||
|
|
extent = "150 50";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(damageHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "48 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "DAMAGE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(damageHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(damageHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "425 15";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new GuiControl(reticleTextFrame) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "120 90";
|
||
|
|
extent = "400 300";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(reticleHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "20 140";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(reticleHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "44 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "RETICLE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(reticleHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(reticleHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "155 145";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(inventoryHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "420 340";
|
||
|
|
extent = "140 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(inventoryHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "62 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "INVENTORY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(inventoryHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(inventoryHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "490 420";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(weaponsHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "460 240";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(weaponsHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "54 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "WEAPONS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(weaponsHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(weaponsHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "590 300";
|
||
|
|
extent = "20 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(helpTextGui) {
|
||
|
|
profile = "GuiContentProfileNoClear";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(objHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "40 365";
|
||
|
|
extent = "140 65";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(objHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "66 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "OBJECTIVES";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(objHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(objHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "160 425";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(chatHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "14 85";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(chatHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "31 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "CHAT";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(chatHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(chatHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "145 75";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(energyHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "320 75";
|
||
|
|
extent = "145 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(energyHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "43 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "ENERGY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(energyHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(energyHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "450 35";
|
||
|
|
extent = "5 45";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(compassHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "480 90";
|
||
|
|
extent = "150 100";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(compassHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "55 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "COMPASS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(compassHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(compassHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "595 80";
|
||
|
|
extent = "5 25";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(damageHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "280 10";
|
||
|
|
extent = "150 50";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(damageHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "48 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "DAMAGE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(damageHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(damageHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "425 15";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new GuiControl(reticleTextFrame) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "120 90";
|
||
|
|
extent = "400 300";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(reticleHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "20 140";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(reticleHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "44 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "RETICLE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(reticleHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(reticleHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "155 145";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(inventoryHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "420 340";
|
||
|
|
extent = "140 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(inventoryHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "62 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "INVENTORY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(inventoryHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(inventoryHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "490 420";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(weaponsHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "460 240";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(weaponsHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "54 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "WEAPONS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(weaponsHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(weaponsHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "590 300";
|
||
|
|
extent = "20 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(helpTextGui) {
|
||
|
|
profile = "GuiContentProfileNoClear";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(objHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "40 365";
|
||
|
|
extent = "140 65";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(objHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "66 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "OBJECTIVES";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(objHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(objHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "160 425";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(chatHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "14 85";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(chatHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "31 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "CHAT";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(chatHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(chatHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "145 75";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(energyHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "320 75";
|
||
|
|
extent = "145 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(energyHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "43 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "ENERGY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(energyHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(energyHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "450 35";
|
||
|
|
extent = "5 45";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(compassHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "480 90";
|
||
|
|
extent = "150 100";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(compassHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "55 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "COMPASS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(compassHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(compassHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "595 80";
|
||
|
|
extent = "5 25";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(damageHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "280 10";
|
||
|
|
extent = "150 50";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(damageHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "48 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "DAMAGE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(damageHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(damageHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "425 15";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new GuiControl(reticleTextFrame) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "120 90";
|
||
|
|
extent = "400 300";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(reticleHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "20 140";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(reticleHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "44 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "RETICLE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(reticleHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(reticleHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "155 145";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(inventoryHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "420 340";
|
||
|
|
extent = "140 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(inventoryHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "62 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "INVENTORY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(inventoryHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(inventoryHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "490 420";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(weaponsHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "460 240";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(weaponsHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "54 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "WEAPONS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(weaponsHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(weaponsHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "590 300";
|
||
|
|
extent = "20 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(helpTextGui) {
|
||
|
|
profile = "GuiContentProfileNoClear";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(objHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "40 365";
|
||
|
|
extent = "140 65";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(objHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "66 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "OBJECTIVES";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(objHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(objHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "160 425";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(chatHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "14 85";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(chatHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "31 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "CHAT";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(chatHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(chatHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "145 75";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(energyHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "320 75";
|
||
|
|
extent = "145 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(energyHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "43 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "ENERGY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(energyHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(energyHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "450 35";
|
||
|
|
extent = "5 45";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(compassHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "480 90";
|
||
|
|
extent = "150 100";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(compassHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "55 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "COMPASS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(compassHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(compassHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "595 80";
|
||
|
|
extent = "5 25";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(damageHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "280 10";
|
||
|
|
extent = "150 50";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(damageHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "48 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "DAMAGE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(damageHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(damageHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "425 15";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new GuiControl(reticleTextFrame) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "120 90";
|
||
|
|
extent = "400 300";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(reticleHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "20 140";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(reticleHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "44 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "RETICLE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(reticleHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(reticleHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "155 145";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(inventoryHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "420 340";
|
||
|
|
extent = "140 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(inventoryHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "62 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "INVENTORY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(inventoryHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(inventoryHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "490 420";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(weaponsHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "460 240";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(weaponsHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "54 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "WEAPONS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(weaponsHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(weaponsHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "590 300";
|
||
|
|
extent = "20 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(helpTextGui) {
|
||
|
|
profile = "GuiContentProfileNoClear";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(objHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "40 365";
|
||
|
|
extent = "140 65";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(objHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "66 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "OBJECTIVES";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(objHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(objHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "160 425";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(chatHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "14 85";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(chatHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "31 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "CHAT";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(chatHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(chatHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "145 75";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(energyHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "320 75";
|
||
|
|
extent = "145 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(energyHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "43 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "ENERGY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(energyHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(energyHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "450 35";
|
||
|
|
extent = "5 45";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(compassHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "480 90";
|
||
|
|
extent = "150 100";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(compassHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "55 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "COMPASS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(compassHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(compassHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "595 80";
|
||
|
|
extent = "5 25";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(damageHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "280 10";
|
||
|
|
extent = "150 50";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(damageHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "48 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "DAMAGE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(damageHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(damageHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "425 15";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new GuiControl(reticleTextFrame) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "120 90";
|
||
|
|
extent = "400 300";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(reticleHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "20 140";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(reticleHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "44 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "RETICLE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(reticleHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(reticleHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "155 145";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(inventoryHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "420 340";
|
||
|
|
extent = "140 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(inventoryHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "62 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "INVENTORY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(inventoryHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(inventoryHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "490 420";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(weaponsHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "460 240";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(weaponsHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "54 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "WEAPONS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(weaponsHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(weaponsHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "590 300";
|
||
|
|
extent = "20 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(helpTextGui) {
|
||
|
|
profile = "GuiContentProfileNoClear";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(objHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "40 365";
|
||
|
|
extent = "140 65";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(objHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "66 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "OBJECTIVES";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(objHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(objHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "160 425";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(chatHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "14 85";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(chatHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "31 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "CHAT";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(chatHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(chatHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "145 75";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(energyHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "320 75";
|
||
|
|
extent = "145 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(energyHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "43 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "ENERGY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(energyHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(energyHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "450 35";
|
||
|
|
extent = "5 45";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(compassHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "480 90";
|
||
|
|
extent = "150 100";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(compassHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "55 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "COMPASS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(compassHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(compassHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "595 80";
|
||
|
|
extent = "5 25";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(damageHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "280 10";
|
||
|
|
extent = "150 50";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(damageHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "48 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "DAMAGE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(damageHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(damageHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "425 15";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new GuiControl(reticleTextFrame) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "120 90";
|
||
|
|
extent = "400 300";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(reticleHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "20 140";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(reticleHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "44 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "RETICLE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(reticleHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(reticleHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "155 145";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(inventoryHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "420 340";
|
||
|
|
extent = "140 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(inventoryHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "62 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "INVENTORY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(inventoryHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(inventoryHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "490 420";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(weaponsHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "460 240";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(weaponsHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "54 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "WEAPONS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(weaponsHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(weaponsHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "590 300";
|
||
|
|
extent = "20 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(helpTextGui) {
|
||
|
|
profile = "GuiContentProfileNoClear";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(objHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "40 365";
|
||
|
|
extent = "140 65";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(objHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "66 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "OBJECTIVES";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(objHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(objHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "160 425";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(chatHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "14 85";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(chatHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "31 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "CHAT";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(chatHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(chatHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "145 75";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(energyHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "320 75";
|
||
|
|
extent = "145 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(energyHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "43 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "ENERGY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(energyHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(energyHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "450 35";
|
||
|
|
extent = "5 45";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(compassHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "480 90";
|
||
|
|
extent = "150 100";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(compassHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "55 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "COMPASS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(compassHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(compassHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "595 80";
|
||
|
|
extent = "5 25";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(damageHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "280 10";
|
||
|
|
extent = "150 50";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(damageHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "48 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "DAMAGE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(damageHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(damageHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "425 15";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new GuiControl(reticleTextFrame) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "120 90";
|
||
|
|
extent = "400 300";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(reticleHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "20 140";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(reticleHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "44 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "RETICLE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(reticleHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(reticleHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "155 145";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(inventoryHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "420 340";
|
||
|
|
extent = "140 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(inventoryHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "62 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "INVENTORY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(inventoryHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(inventoryHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "490 420";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(weaponsHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "460 240";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(weaponsHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "54 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "WEAPONS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(weaponsHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(weaponsHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "590 300";
|
||
|
|
extent = "20 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(helpTextGui) {
|
||
|
|
profile = "GuiContentProfileNoClear";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(objHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "40 365";
|
||
|
|
extent = "140 65";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(objHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "66 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "OBJECTIVES";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(objHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(objHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "160 425";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(chatHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "14 85";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(chatHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "31 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "CHAT";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(chatHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(chatHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "145 75";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(energyHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "320 75";
|
||
|
|
extent = "145 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(energyHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "43 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "ENERGY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(energyHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(energyHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "450 35";
|
||
|
|
extent = "5 45";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(compassHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "480 90";
|
||
|
|
extent = "150 100";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(compassHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "55 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "COMPASS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(compassHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(compassHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "595 80";
|
||
|
|
extent = "5 25";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(damageHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "280 10";
|
||
|
|
extent = "150 50";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(damageHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "48 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "DAMAGE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(damageHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(damageHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "425 15";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new GuiControl(reticleTextFrame) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "120 90";
|
||
|
|
extent = "400 300";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(reticleHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "20 140";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(reticleHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "44 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "RETICLE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(reticleHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(reticleHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "155 145";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(inventoryHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "420 340";
|
||
|
|
extent = "140 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(inventoryHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "62 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "INVENTORY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(inventoryHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(inventoryHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "490 420";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(weaponsHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "460 240";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(weaponsHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "54 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "WEAPONS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(weaponsHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(weaponsHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "590 300";
|
||
|
|
extent = "20 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellPaneCtrl(siegeHalftimeHud) {
|
||
|
|
profile = "ShellPaneProfile";
|
||
|
|
horizSizing = "relative";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "295 4";
|
||
|
|
extent = "340 472";
|
||
|
|
minExtent = "48 92";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "HALFTIME";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
noTitleBar = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl() {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "261 4";
|
||
|
|
extent = "54 18";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new HudClock(SiegeHalftimeClock) {
|
||
|
|
profile = "SiegeHalftimeClockProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "-6 -3";
|
||
|
|
extent = "65 23";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
bitmap = "gui/hud_mistimer.png";
|
||
|
|
autoCenter = "0";
|
||
|
|
autoResize = "0";
|
||
|
|
flipVertical = "0";
|
||
|
|
flipHorizontal = "0";
|
||
|
|
subRegion = "0 2 65 15";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(SiegeHalftimeHeader) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "21 32";
|
||
|
|
extent = "298 24";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(SiegeHalftimeHeaderText) {
|
||
|
|
profile = "DebriefHeadlineTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "25 35";
|
||
|
|
extent = "290 28";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "2";
|
||
|
|
allowColorChars = "1";
|
||
|
|
maxChars = "255";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
new ShellScrollCtrl(SiegeHalftimeScroll) {
|
||
|
|
profile = "NewScrollCtrlProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "18 130";
|
||
|
|
extent = "304 323";
|
||
|
|
minExtent = "24 24";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
willFirstRespond = "1";
|
||
|
|
hScrollBar = "alwaysOff";
|
||
|
|
vScrollBar = "dynamic";
|
||
|
|
constantThumbHeight = "0";
|
||
|
|
defaultLineHeight = "15";
|
||
|
|
childMargin = "3 3";
|
||
|
|
fieldBase = "gui/hud_new_window";
|
||
|
|
|
||
|
|
new GuiScrollContentCtrl() {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "7 7";
|
||
|
|
extent = "290 309";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiMLTextCtrl(SiegeHalftimeText) {
|
||
|
|
profile = "DebriefTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "274 18";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "2";
|
||
|
|
allowColorChars = "1";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new GuiControl(helpTextGui) {
|
||
|
|
profile = "GuiContentProfileNoClear";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "0";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(objHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "40 365";
|
||
|
|
extent = "140 65";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(objHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "66 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "OBJECTIVES";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(objHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(objHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "160 425";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(chatHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "14 85";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(chatHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "31 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "CHAT";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(chatHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(chatHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "145 75";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(energyHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "320 75";
|
||
|
|
extent = "145 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(energyHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "43 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "ENERGY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(energyHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(energyHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "450 35";
|
||
|
|
extent = "5 45";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(compassHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "480 90";
|
||
|
|
extent = "150 100";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(compassHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "55 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "COMPASS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(compassHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(compassHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "595 80";
|
||
|
|
extent = "5 25";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "1";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(damageHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "280 10";
|
||
|
|
extent = "150 50";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(damageHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "48 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "DAMAGE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(damageHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "140 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(damageHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "425 15";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new GuiControl(reticleTextFrame) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "120 90";
|
||
|
|
extent = "400 300";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellFieldCtrl(reticleHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "20 140";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
lineSpacing = "1";
|
||
|
|
|
||
|
|
new GuiTextCtrl(reticleHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "44 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "RETICLE";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(reticleHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(reticleHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "155 145";
|
||
|
|
extent = "25 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(inventoryHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "420 340";
|
||
|
|
extent = "140 85";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(inventoryHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "62 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "INVENTORY";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(inventoryHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "130 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(inventoryHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "490 420";
|
||
|
|
extent = "5 20";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(weaponsHudBox) {
|
||
|
|
profile = "GuiChatBackProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "460 240";
|
||
|
|
extent = "140 70";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(weaponsHudHeader) {
|
||
|
|
profile = "GuiHelpHeaderProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "54 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "WEAPONS";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(weaponsHudText) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 15";
|
||
|
|
extent = "135 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "1";
|
||
|
|
allowColorChars = "0";
|
||
|
|
maxChars = "-1";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new HudHelpTag(weaponsHudLine) {
|
||
|
|
profile = "GuiHelpLineProfile";
|
||
|
|
horizSizing = "left";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "590 300";
|
||
|
|
extent = "20 5";
|
||
|
|
minExtent = "5 5";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
fillColor = "0.250000 0.250000 0.250000 0.250000";
|
||
|
|
frameColor = "0.000000 1.000000 0.000000 1.000000";
|
||
|
|
opacity = "1";
|
||
|
|
flip = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellFieldCtrl(ObjectiveHud) {
|
||
|
|
profile = "ShellFieldProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "top";
|
||
|
|
position = "0 450";
|
||
|
|
extent = "89 20";
|
||
|
|
minExtent = "16 18";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new GuiTextCtrl(RPGrecastdelay) {
|
||
|
|
profile = "GuiHelpTextProfile";
|
||
|
|
horizSizing = "width";
|
||
|
|
vertSizing = "height";
|
||
|
|
position = "4 1";
|
||
|
|
extent = "86 22";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Delay: 0.00";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
//--- OBJECT WRITE END ---
|