summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/HudAnimations_custom.txt193
-rw-r--r--scripts/chapterbackgrounds.txt16
-rw-r--r--scripts/hudlayout.res2097
3 files changed, 1149 insertions, 1157 deletions
diff --git a/scripts/HudAnimations_custom.txt b/scripts/HudAnimations_custom.txt
index ac21e8e..7aeb393 100644
--- a/scripts/HudAnimations_custom.txt
+++ b/scripts/HudAnimations_custom.txt
@@ -1,193 +1,188 @@
-//Health Bonus Pulse
+// Bonus Health Pulse
event HudHealthBonusPulse
{
- Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2
- Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4
+ Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2
+ Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4
- Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0
- Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Buff" Accel 0.0 0.0
- Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Buff" Accel 0.0 0.0
+ Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0
+ Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Buff" Accel 0.0 0.0
+ Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Buff" Accel 0.0 0.0
- RunEvent HudHealthBonusPulseLoop 0.4
+ RunEvent HudHealthBonusPulseLoop 0.4
}
event HudHealthBonusPulseStop
{
- StopEvent HudHealthBonusPulse 0.0
- StopEvent HudHealthBonusPulseLoop 0.0
+ StopEvent HudHealthBonusPulse 0.0
+ StopEvent HudHealthBonusPulseLoop 0.0
- Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0
- Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Normal" Accel 0.0 0.0
- Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Normal" Accel 0.0 0.0
+ Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0
+ Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Normal" Accel 0.0 0.0
+ Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Normal" Accel 0.0 0.0
}
//===========================================
-//Health Dying Pulse
+// Low Health Pulse
event HudHealthDyingPulse
{
- Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2
- Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2
+ Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2
+ Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2
- Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0
- Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Hurt" Accel 0.0 0.0
- Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Hurt" Accel 0.0 0.0
+ Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0
+ Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Hurt" Accel 0.0 0.0
+ Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Hurt" Accel 0.0 0.0
- RunEvent HudHealthDyingPulseLoop 0.4
+ RunEvent HudHealthDyingPulseLoop 0.4
}
event HudHealthDyingPulseStop
{
- StopEvent HudHealthDyingPulse 0.0
- StopEvent HudHealthDyingPulseLoop 0.0
+ StopEvent HudHealthDyingPulse 0.0
+ StopEvent HudHealthDyingPulseLoop 0.0
- Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0
- Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Normal" Accel 0.0 0.0
- Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Normal" Accel 0.0 0.0
+ Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0
+ Animate PlayerStatusHealthValueSpectator FgColor "Spec Health Normal" Accel 0.0 0.0
+ Animate PlayerStatusHealthValueFreezePanel FgColor "Spec Health Normal" Accel 0.0 0.0
}
//===========================================
+// Low Ammo Pulse
event HudLowAmmoPulse
{
- Animate HudWeaponLowAmmoImage Alpha "255" Linear 0.0 0.075
- Animate HudWeaponLowAmmoImage Alpha "0" Linear 0.125 0.075
+ Animate HudWeaponLowAmmoImage Alpha "255" Linear 0.0 0.075
+ Animate HudWeaponLowAmmoImage Alpha "0" Linear 0.125 0.075
- Animate AmmoInClip FgColor "Ammo In Clip Low" Linear 0.0 0.000
- Animate AmmoInReserve FgColor "Ammo In Reserve Low" Linear 0.0 0.000
- Animate AmmoNoClip FgColor "Ammo In Clip Low" Linear 0.0 0.000
+ Animate AmmoInClip FgColor "Ammo In Clip Low" Linear 0.0 0.0
+ Animate AmmoInReserve FgColor "Ammo In Reserve Low" Linear 0.0 0.0
+ Animate AmmoNoClip FgColor "Ammo In Clip Low" Linear 0.0 0.0
- RunEvent HudLowAmmoPulseLoop 0.25
+ RunEvent HudLowAmmoPulseLoop 0.25
}
event HudLowAmmoPulseStop
{
- StopEvent HudLowAmmoPulse 0.0
- StopEvent HudLowAmmoPulseLoop 0.0
+ StopEvent HudLowAmmoPulse 0.0
+ StopEvent HudLowAmmoPulseLoop 0.0
- Animate AmmoInClip FgColor "Ammo In Clip" Accel 0.0 0.0
- Animate AmmoInReserve FgColor "Ammo In Reserve" Accel 0.0 0.0
- Animate AmmoNoClip FgColor "Ammo In Clip" Accel 0.0 0.0
+ Animate AmmoInClip FgColor "Ammo In Clip" Accel 0.0 0.0
+ Animate AmmoInReserve FgColor "Ammo In Reserve" Accel 0.0 0.0
+ Animate AmmoNoClip FgColor "Ammo In Clip" Accel 0.0 0.0
}
//===========================================
-
+// Hitmarker Pulse
event DamagedPlayer
{
- StopEvent HitMarker 0.0
- RunEvent HitMarker 0.01
+ StopEvent HitMarker 0.0
+ RunEvent HitMarker 0.01
}
event HitMarker
{
- Animate KnucklesCrosses FgColor "CrosshairDamage" Linear 0.0 0.0
- Animate KnucklesCrosses FgColor "Crosshair" Linear 0.15 0.0
- Animate RaysCrosshair FgColor "CrosshairDamage" Linear 0.0 0.0
- Animate RaysCrosshair FgColor "Crosshair" Linear 0.15 0.0
- Animate KonrWings FgColor "CrosshairDamage" Linear 0.0 0.0
- Animate KonrWings FgColor "Crosshair" Linear 0.15 0.0
+ Animate KnucklesCrosses FgColor "CrosshairDamage" Linear 0.0 0.0
+ Animate KnucklesCrosses FgColor "Crosshair" Linear 0.15 0.0
+ Animate RaysCrosshair FgColor "CrosshairDamage" Linear 0.0 0.0
+ Animate RaysCrosshair FgColor "Crosshair" Linear 0.15 0.0
+ Animate KonrWings FgColor "CrosshairDamage" Linear 0.0 0.0
+ Animate KonrWings FgColor "Crosshair" Linear 0.15 0.0
}
//===========================================
-//Spy Disguise
+// Spy Disguise
event HudSpyDisguiseFadeIn
{
- //RunEvent HudSpyDisguiseChanged 0
- //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1
- //Animate PlayerStatusClassImage Alpha "255" Linear 0.0 0.0
+ //RunEvent HudSpyDisguiseChanged 0.0
+ //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1
+ //Animate PlayerStatusClassImage Alpha "255" Linear 0.0 0.0
}
event HudSpyDisguiseFadeOut
{
- //RunEvent HudSpyDisguiseChanged 0
- //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1
- //Animate PlayerStatusClassImage Alpha "0" Linear 0.0 0.0
+ //RunEvent HudSpyDisguiseChanged 0.0
+ //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1
+ //Animate PlayerStatusClassImage Alpha "0" Linear 0.0 0.0
}
//===========================================
-//Ubercharge Meters
+// Ubercharge Meters
event HudMedicCharged
{
- RunEvent HudMedicOrangePulseCharge 0.0
- //RunEvent HudMedicSolidColorCharge 0.0
- //RunEvent HudMedicRainbowCharged 0.0
+ RunEvent HudMedicOrangePulseCharge 0.0
+ //RunEvent HudMedicSolidColorCharge 0.0
+ //RunEvent HudMedicRainbowCharged 0.0
- RunEvent HudMedicChargedLoop 0.6
+ RunEvent HudMedicChargedLoop 0.6
}
event HudMedicRainbowCharged
{
- Animate ChargeLabel FgColor "ColorGreen" Linear 0.0 0.1
- Animate ChargeLabel FgColor "ColorCyan" Linear 0.1 0.1
- Animate ChargeLabel FgColor "ColorBlue" Linear 0.2 0.1
- Animate ChargeLabel FgColor "ColorMagenta" Linear 0.3 0.1
- Animate ChargeLabel FgColor "ColorRed" Linear 0.4 0.1
- Animate ChargeLabel FgColor "ColorYellow" Linear 0.5 0.1
+ Animate ChargeLabel FgColor "ColorGreen" Linear 0.0 0.1
+ Animate ChargeLabel FgColor "ColorCyan" Linear 0.1 0.1
+ Animate ChargeLabel FgColor "ColorBlue" Linear 0.2 0.1
+ Animate ChargeLabel FgColor "ColorMagenta" Linear 0.3 0.1
+ Animate ChargeLabel FgColor "ColorRed" Linear 0.4 0.1
+ Animate ChargeLabel FgColor "ColorYellow" Linear 0.5 0.1
- Animate ChargeMeter FgColor "ColorGreen" Linear 0.0 0.1
- Animate ChargeMeter FgColor "ColorCyan" Linear 0.1 0.1
- Animate ChargeMeter FgColor "ColorBlue" Linear 0.2 0.1
- Animate ChargeMeter FgColor "ColorMagenta" Linear 0.3 0.1
- Animate ChargeMeter FgColor "ColorRed" Linear 0.4 0.1
- Animate ChargeMeter FgColor "ColorYellow" Linear 0.5 0.1
+ Animate ChargeMeter FgColor "ColorGreen" Linear 0.0 0.1
+ Animate ChargeMeter FgColor "ColorCyan" Linear 0.1 0.1
+ Animate ChargeMeter FgColor "ColorBlue" Linear 0.2 0.1
+ Animate ChargeMeter FgColor "ColorMagenta" Linear 0.3 0.1
+ Animate ChargeMeter FgColor "ColorRed" Linear 0.4 0.1
+ Animate ChargeMeter FgColor "ColorYellow" Linear 0.5 0.1
- RunEvent HudMedicChargedLoop 0.6
+ RunEvent HudMedicChargedLoop 0.6
}
event HudMedicSolidColorCharge
{
- Animate ChargeLabel FgColor "Solid Color Uber" Linear 0.0 0.000
+ Animate ChargeLabel FgColor "Solid Color Uber" Linear 0.0 0.0
- Animate ChargeMeter FgColor "Solid Color Uber" Linear 0.0 0.000
+ Animate ChargeMeter FgColor "Solid Color Uber" Linear 0.0 0.0
- RunEvent HudMedicChargedLoop 0.6
+ RunEvent HudMedicChargedLoop 0.6
}
event HudMedicOrangePulseCharge
{
- Animate ChargeLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3
- Animate ChargeLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3
+ Animate ChargeLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3
+ Animate ChargeLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3
- Animate ChargeMeter FgColor "Flashing Uber Color1" Linear 0.0 0.3
- Animate ChargeMeter FgColor "Flashing Uber Color2" Linear 0.3 0.3
+ Animate ChargeMeter FgColor "Flashing Uber Color1" Linear 0.0 0.3
+ Animate ChargeMeter FgColor "Flashing Uber Color2" Linear 0.3 0.3
- RunEvent HudMedicChargedLoop 0.6
-}
-
-// call to loop HudHealthBonusPulse
-event HudMedicChargedLoop
-{
- RunEvent HudMedicCharged 0.0
+ RunEvent HudMedicChargedLoop 0.6
}
event HudMedicChargedStop
{
- StopEvent HudMedicCharged 0.0
- StopEvent HudMedicRainbowCharged 0.0
- StopEvent HudMedicSolidColorCharge 0.0
- StopEvent HudMedicOrangePulseCharge 0.0
-
- StopEvent HudMedicChargedLoop 0.0
+ StopEvent HudMedicCharged 0.0
+ StopEvent HudMedicRainbowCharged 0.0
+ StopEvent HudMedicSolidColorCharge 0.0
+ StopEvent HudMedicOrangePulseCharge 0.0
+ StopEvent HudMedicChargedLoop 0.0
- Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001
- Animate ChargeMeter FgColor "Uber Bar Color" Linear 0.0 0.0001
+ Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001
+ Animate ChargeMeter FgColor "Uber Bar Color" Linear 0.0 0.0001
}
event HudReadyPulse
{
- Animate TournamentInstructionsLabel FgColor "255 165 0 255" Linear 0.0 0.3
- Animate TournamentInstructionsLabel FgColor "255 69 0 255" Linear 0.3 0.3
+ Animate TournamentInstructionsLabel FgColor "255 165 0 255" Linear 0.0 0.3
+ Animate TournamentInstructionsLabel FgColor "255 69 0 255" Linear 0.3 0.3
- RunEvent HudReadyPulseLoop 0.6
+ RunEvent HudReadyPulseLoop 0.6
}
+
event CompetitiveGame_HideDisconnectButton
{
- Animate DisconnectButton ypos r-100 Accel 0 0
+ Animate DisconnectButton ypos r-100 Accel 0.0 0.0
}
event CompetitiveGame_ShowDisconnectButton
{
- Animate DisconnectButton ypos r30 Accel 0 0.4
+ Animate DisconnectButton ypos r30 Accel 0.0 0.4
}
//===========================================
// Do not move chat window
-event CompetitiveGame_LowerChatWindow { }
-event CompetitiveGame_RestoreChatWindow { }
-event HudTournament_MoveChatWindow { }
+event CompetitiveGame_LowerChatWindow { }
+event CompetitiveGame_RestoreChatWindow { }
+event HudTournament_MoveChatWindow { } \ No newline at end of file
diff --git a/scripts/chapterbackgrounds.txt b/scripts/chapterbackgrounds.txt
index 48b1d6d..1954df7 100644
--- a/scripts/chapterbackgrounds.txt
+++ b/scripts/chapterbackgrounds.txt
@@ -1,14 +1,14 @@
"chapters"
{
- 1 "background_upward"
- 2 "background_upward"
- 3 "background_upward"
- 4 "background_upward"
+ 1 "background_upward"
+ 2 "background_upward"
+ 3 "background_upward"
+ 4 "background_upward"
}
"BackgroundMaps"
{
- 1 "background_upward"
- 2 "background_upward"
- 3 "background_upward"
- 4 "background_upward"
+ 1 "background_upward"
+ 2 "background_upward"
+ 3 "background_upward"
+ 4 "background_upward"
} \ No newline at end of file
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res
index 37f041e..bde3e30 100644
--- a/scripts/hudlayout.res
+++ b/scripts/hudlayout.res
@@ -60,11 +60,11 @@
"textAlignment" "center"
"fgcolor" "Crosshair"
}
-
+
//--------------------------------------------------------------
// CROSSHAIRS
//--------------------------------------------------------------
-
+
"BasicCross"
{
"controlName" "CExLabel"
@@ -81,7 +81,7 @@
"textAlignment" "center"
"fgcolor" "Crosshair"
}
-
+
"BasicCrossLarge"
{
"controlName" "CExLabel"
@@ -132,7 +132,7 @@
"textAlignment" "center"
"fgcolor" "Crosshair"
}
-
+
"CircleDot"
{
"controlName" "CExLabel"
@@ -320,8 +320,9 @@
"fgcolor" "Crosshair"
}
- //fighter pilot crosshair, enable all of then together for best results (16x9 resolution)
-
+ //--------------------------------------------------------------
+ // 16:9 CROSSHAIRS (Enable all for best result)
+ //--------------------------------------------------------------
"16x9Crosshair_vertical1"
{
"ControlName" "ImagePanel"
@@ -338,7 +339,7 @@
"fillcolor" "255 255 255 255"
"alpha" "50"
}
-
+
"16x9Crosshair_horizontal1"
{
"ControlName" "ImagePanel"
@@ -372,7 +373,7 @@
"fillcolor" "255 255 255 255"
"alpha" "50"
}
-
+
"16x9dark_top"
{
"ControlName" "ImagePanel"
@@ -422,7 +423,6 @@
"alpha" "100"
}
-
"16x9dark_right"
{
"ControlName" "ImagePanel"
@@ -440,10 +440,9 @@
"alpha" "100"
}
- //end fighter pilot crosshair (16x9)
-
- //fighter pilot crosshair, enable all of then together for best results (16x10 resolution)
-
+ //--------------------------------------------------------------
+ // 16:10 CROSSHAIRS (Enable all for best result)
+ //--------------------------------------------------------------
"16x10Crosshair_vertical1"
{
"ControlName" "ImagePanel"
@@ -460,7 +459,7 @@
"fillcolor" "255 255 255 255"
"alpha" "50"
}
-
+
"16x10Crosshair_horizontal1"
{
"ControlName" "ImagePanel"
@@ -477,7 +476,7 @@
"fillcolor" "255 255 255 255"
"alpha" "50"
}
-
+
"16x10Crosshair_horizontal2"
{
"ControlName" "ImagePanel"
@@ -494,7 +493,7 @@
"fillcolor" "255 255 255 255"
"alpha" "50"
}
-
+
"16x10dark_top"
{
"ControlName" "ImagePanel"
@@ -511,7 +510,7 @@
"fillcolor" "255 255 255 255"
"alpha" "100"
}
-
+
"16x10dark_bottom"
{
"ControlName" "ImagePanel"
@@ -528,7 +527,7 @@
"fillcolor" "255 255 255 255"
"alpha" "150"
}
-
+
"16x10dark_left"
{
"ControlName" "ImagePanel"
@@ -545,7 +544,7 @@
"fillcolor" "255 255 255 255"
"alpha" "100"
}
-
+
"16x10dark_right"
{
"ControlName" "ImagePanel"
@@ -563,10 +562,9 @@
"alpha" "100"
}
- //end fighter pilot crosshair (16x10)
-
- //fighter pilot crosshair, enable all of then together for best results (4x3 resolution)
-
+ //--------------------------------------------------------------
+ // 4:3 CROSSHAIRS (Enable all for best result)
+ //--------------------------------------------------------------
"4x3Crosshair_vertical1"
{
"ControlName" "ImagePanel"
@@ -651,7 +649,7 @@
"fillcolor" "255 255 255 255"
"alpha" "150"
}
-
+
"4x3dark_left"
{
"ControlName" "ImagePanel"
@@ -690,720 +688,719 @@
//--------------------------------------------------------------
"TransparentViewmodel"
{
- "ControlName" "ImagePanel"
- "fieldName" "TransparentViewmodel"
- "xpos" "0"
- "ypos" "0"
- "zpos" "-100"
- "wide" "f0"
- "tall" "480"
- "visible" "0" // Change to "1" to enable
- "enabled" "0" // Change to "1" to enable
- "image" "replay/thumbnails/transparent"
- "scaleImage" "1"
+ "ControlName" "ImagePanel"
+ "fieldName" "TransparentViewmodel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-100"
+ "wide" "f0"
+ "tall" "480"
+ "visible" "0" // Change to "1" to enable
+ "enabled" "0" // Change to "1" to enable
+ "image" "replay/thumbnails/transparent"
+ "scaleImage" "1"
}
+
//--------------------------------------------------------------
-
HudPlayerStatus
{
- "fieldName" "HudPlayerStatus"
- "visible" "1"
- "enabled" "1"
- "xpos" "1"
- "ypos" "1"
- "wide" "f0"
- "tall" "480"
+ "fieldName" "HudPlayerStatus"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "1"
+ "ypos" "1"
+ "wide" "f0"
+ "tall" "480"
}
-
+
HudWeaponAmmo
{
- "fieldName" "HudWeaponAmmo"
- "visible" "1"
- "enabled" "1"
- "xpos" "c70"
- "ypos" "c66"
- "xpos_minmode" "c20"
- "ypos_minmode" "c16"
- "wide" "300"
- "tall" "300"
+ "fieldName" "HudWeaponAmmo"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c70"
+ "ypos" "c66"
+ "xpos_minmode" "c20"
+ "ypos_minmode" "c16"
+ "wide" "300"
+ "tall" "300"
}
HudObjectiveStatus
{
- "fieldName" "HudObjectiveStatus"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "480"
+ "fieldName" "HudObjectiveStatus"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "480"
}
HudKothTimeStatus
{
- "fieldName" "HudKothTimeStatus"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-75"
- "ypos" "0"
- "zpos" "5"
- "wide" "200"
- "tall" "60"
+ "fieldName" "HudKothTimeStatus"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-75"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "200"
+ "tall" "60"
"blue_active_xpos" "25"
"red_active_xpos" "75"
}
-
+
HudItemEffectMeter
{
- "fieldName" "HudItemEffectMeter"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-75" [$WIN32]
- "ypos" "c25" [$WIN32]
- "wide" "500"
- "tall" "500"
- "MeterFG" "White"
- "MeterBG" "Gray"
+ "fieldName" "HudItemEffectMeter"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-75" [$WIN32]
+ "ypos" "c25" [$WIN32]
+ "wide" "500"
+ "tall" "500"
+ "MeterFG" "White"
+ "MeterBG" "Gray"
}
HudMedicCharge
{
- "fieldName" "HudMedicCharge"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-150"
- "ypos" "c20"
- "xpos_minmode" "c-62"
- "ypos_minmode" "c24"
- "wide" "500"
- "tall" "500"
+ "fieldName" "HudMedicCharge"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-150"
+ "ypos" "c20"
+ "xpos_minmode" "c-62"
+ "ypos_minmode" "c24"
+ "wide" "500"
+ "tall" "500"
}
HudDemomanCharge
{
- "fieldName" "HudItemEffectMeter"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-75" [$WIN32]
- "ypos" "c25" [$WIN32]
- "wide" "200"
- "tall" "500"
- "MeterFG" "White"
- "MeterBG" "Gray"
- }
-
+ "fieldName" "HudItemEffectMeter"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-75" [$WIN32]
+ "ypos" "c25" [$WIN32]
+ "wide" "200"
+ "tall" "500"
+ "MeterFG" "White"
+ "MeterBG" "Gray"
+ }
+
HudBowCharge
{
- "fieldName" "HudBowCharge"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-100"
- "ypos" "c25"
- "xpos_minmode" "c-75"
- "ypos_minmode" "c46"
- "zpos" "1" // draw in front of ammo
- "wide" "200"
- "tall" "500"
- "MeterFG" "White"
- "MeterBG" "Gray"
- "alpha" "0"
+ "fieldName" "HudBowCharge"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-100"
+ "ypos" "c25"
+ "xpos_minmode" "c-75"
+ "ypos_minmode" "c46"
+ "zpos" "1"
+ "wide" "200"
+ "tall" "500"
+ "MeterFG" "White"
+ "MeterBG" "Gray"
+ "alpha" "0"
}
-
+
HudFlameRocketCharge
{
- "fieldName" "HudFlameRocketCharge"
- "visible" "1"
- "enabled" "1"
- "xpos" "r80" [$WIN32]
- "xpos_minmode" "r52" [$WIN32]
- "ypos" "r21" [$WIN32]
- "ypos_minmode" "r40" [$WIN32]
- "xpos" "r112" [$X360]
- "ypos" "r45" [$X360]
- "zpos" "1"
- "wide" "60"
- "wide_minmode" "50"
- "tall" "8"
- "MeterFG" "White"
- "MeterBG" "Gray"
- }
-
+ "fieldName" "HudFlameRocketCharge"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "r80" [$WIN32]
+ "ypos" "r21" [$WIN32]
+ "xpos_minmode" "r52" [$WIN32]
+ "ypos_minmode" "r40" [$WIN32]
+ "xpos" "r112" [$X360]
+ "ypos" "r45" [$X360]
+ "zpos" "1"
+ "wide" "60"
+ "wide_minmode" "50"
+ "tall" "8"
+ "MeterFG" "White"
+ "MeterBG" "Gray"
+ }
+
HudBossHealth
{
- "fieldName" "HudBossHealth"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-100"
- "ypos" "42"
- "zpos" "0"
- "wide" "200"
- "tall" "50"
- "MeterFG" "Red"
- "MeterBG" "Gray"
+ "fieldName" "HudBossHealth"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-100"
+ "ypos" "42"
+ "zpos" "0"
+ "wide" "200"
+ "tall" "50"
+ "MeterFG" "Red"
+ "MeterBG" "Gray"
}
-
+
HudWeaponSelection
{
- "fieldName" "HudWeaponSelection"
- "xpos" "0"
- "wide" "f0"
- "ypos" "0"
- "tall" "480"
- "RightMargin" "0"
- "RightMargin_hidef" "32"
- "RightMargin_lodef" "38"
- "visible" "1"
- "enabled" "1"
- "SmallBoxWide" "72"
- "SmallBoxTall" "54"
- "PlusStyleBoxWide" "90"
- "PlusStyleBoxTall" "63"
- "PlusStyleExpandSelected" "0.3"
- "LargeBoxWide" "110"
- "LargeBoxTall" "77"
- "BoxGap" "4" [$WIN32]
- "BoxGap" "4" [$X360]
+ "fieldName" "HudWeaponSelection"
+ "xpos" "0"
+ "wide" "f0"
+ "ypos" "0"
+ "tall" "480"
+ "RightMargin" "0"
+ "RightMargin_hidef" "32"
+ "RightMargin_lodef" "38"
+ "visible" "1"
+ "enabled" "1"
+ "SmallBoxWide" "72"
+ "SmallBoxTall" "54"
+ "PlusStyleBoxWide" "90"
+ "PlusStyleBoxTall" "63"
+ "PlusStyleExpandSelected" "0.3"
+ "LargeBoxWide" "110"
+ "LargeBoxTall" "77"
+ "BoxGap" "4" [$WIN32]
+ "BoxGap" "4" [$X360]
"SelectionNumberXPos" "12"
"SelectionNumberYPos" "4"
- "IconXPos" "8"
- "IconYPos" "0"
- "TextYPos" "70" [$WIN32]
- "TextYPos" "65" [$X360]
- "ErrorYPos" "48"
- "TextColor" "SelectionTextFg"
- "MaxSlots" "6"
+ "IconXPos" "8"
+ "IconYPos" "0"
+ "TextYPos" "70" [$WIN32]
+ "TextYPos" "65" [$X360]
+ "ErrorYPos" "48"
+ "TextColor" "SelectionTextFg"
+ "MaxSlots" "6"
"PlaySelectSounds" "1"
- "Alpha" "220"
- "SelectionAlpha" "220"
- "BoxColor" "0 0 0 220"
- "SelectedBoxClor" "0 0 0 220"
+ "Alpha" "220"
+ "SelectionAlpha" "220"
+ "BoxColor" "0 0 0 220"
+ "SelectedBoxClor" "0 0 0 220"
"SelectionNumberFg" "200 187 161 255"
- "NumberFont" "HudSelectionText"
+ "NumberFont" "HudSelectionText"
}
CHudAccountPanel
{
- "fieldName" "CHudAccountPanel"
- "xpos" "c112"
- "xpos_minmode" "c68"
- "ypos" "c6"
- "wide" "116"
- "tall" "180"
- "visible" "1"
- "enabled" "1"
- "PaintBackgroundType" "2"
+ "fieldName" "CHudAccountPanel"
+ "xpos" "c112"
+ "xpos_minmode" "c68"
+ "ypos" "c6"
+ "wide" "116"
+ "tall" "180"
+ "visible" "1"
+ "enabled" "1"
+ "PaintBackgroundType" "2"
}
CHealthAccountPanel
{
- "fieldName" "CHealthAccountPanel"
- "xpos" "c-288"
- "ypos" "c45"
- "wide" "250"
- "tall" "120"
- "xpos_minmode" "c-100"
- "ypos_minmode" "c5"
- "wide_minmode" "f0"
- "tall_minmode" "480"
- "visible" "1"
- "enabled" "1"
- "PaintBackgroundType" "2"
+ "fieldName" "CHealthAccountPanel"
+ "xpos" "c-288"
+ "ypos" "c45"
+ "wide" "250"
+ "tall" "120"
+ "xpos_minmode" "c-100"
+ "ypos_minmode" "c5"
+ "wide_minmode" "f0"
+ "tall_minmode" "480"
+ "visible" "1"
+ "enabled" "1"
+ "PaintBackgroundType" "2"
}
CDamageAccountPanel
{
- "fieldName" "CDamageAccountPanel"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "480"
- "visible" "1"
- "enabled" "1"
- "PaintBackgroundType" "2"
+ "fieldName" "CDamageAccountPanel"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "480"
+ "visible" "1"
+ "enabled" "1"
+ "PaintBackgroundType" "2"
}
DisguiseStatus
{
- "fieldName" "DisguiseStatus"
- "visible" "1"
- "enabled" "1"
- "xpos" "10" [$WIN32]
- "ypos" "r70" [$WIN32]
- "xpos" "50" [$X360]
- "ypos" "330" [$X360]
- "wide" "500"
- "tall" "200"
- "TextFont" "Default" [$X360]
- }
-
+ "fieldName" "DisguiseStatus"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "10" [$WIN32]
+ "ypos" "r70" [$WIN32]
+ "xpos" "50" [$X360]
+ "ypos" "330" [$X360]
+ "wide" "500"
+ "tall" "200"
+ "TextFont" "Default" [$X360]
+ }
+
CMainTargetID
{
- "fieldName" "CMainTargetID"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-100"
- "ypos" "265"
- "ypos_minmode" "345"
- "zpos" "1"
- "wide" "600"
- "tall" "47"
- "priority" "100"
+ "fieldName" "CMainTargetID"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-100"
+ "ypos" "265"
+ "ypos_minmode" "345"
+ "zpos" "1"
+ "wide" "600"
+ "tall" "47"
+ "priority" "100"
}
CSpectatorTargetID
{
- "fieldName" "CSpectatorTargetID"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-100"
- "ypos" "270"
- "zpos" "1"
- "wide" "600"
- "tall" "47"
- "priority" "40"
-
- "x_offset" "20"
- "y_offset" "20"
+ "fieldName" "CSpectatorTargetID"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-100"
+ "ypos" "270"
+ "zpos" "1"
+ "wide" "600"
+ "tall" "47"
+ "priority" "40"
+ "x_offset" "20"
+ "y_offset" "20"
}
CSecondaryTargetID
{
- "fieldName" "CSecondaryTargetID"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-100"
- "ypos" "305"
- "zpos" "1"
- "wide" "600"
- "tall" "45"
- "priority" "35"
-}
+ "fieldName" "CSecondaryTargetID"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-100"
+ "ypos" "305"
+ "zpos" "1"
+ "wide" "600"
+ "tall" "45"
+ "priority" "35"
+ }
BuildingStatus_Spy
{
- "fieldName" "BuildingStatus_Spy"
- "visible" "1"
- "enabled" "1"
- "xpos" "0" [$WIN32]
- "ypos" "0" [$WIN32]
- "ypos_minmode" "c-20" [$WIN32]
- "wide" "640"
- "tall" "480"
- "PaintBackgroundType" "2"
+ "fieldName" "BuildingStatus_Spy"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0" [$WIN32]
+ "ypos" "0" [$WIN32]
+ "ypos_minmode" "c-20" [$WIN32]
+ "wide" "640"
+ "tall" "480"
+ "PaintBackgroundType" "2"
}
BuildingStatus_Engineer
{
- "fieldName" "BuildingStatus_Engineer"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
+ "fieldName" "BuildingStatus_Engineer"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
"xpos_hidef" "32"
"xpos_lodef" "40"
- "ypos" "0"
+ "ypos" "0"
"ypos_hidef" "16"
"ypos_lodef" "25"
- "wide" "640"
- "tall" "480"
- "PaintBackgroundType" "2"
+ "wide" "640"
+ "tall" "480"
+ "PaintBackgroundType" "2"
}
HudMannVsMachineStatus
{
- "fieldName" "HudMannVsMachineStatus"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "zpos" "1"
- "wide" "f0"
- "tall" "480"
- "PaintBackgroundType" "2"
+ "fieldName" "HudMannVsMachineStatus"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "480"
+ "PaintBackgroundType" "2"
}
HudProgressBar
{
- "fieldName" "HudProgressBar"
- "xpos" "c-150"
- "ypos" "300"
- "wide" "300"
- "tall" "15"
- "visible" "1"
- "enabled" "1"
- "BorderThickness" "1"
- "PaintBackgroundType" "2"
+ "fieldName" "HudProgressBar"
+ "xpos" "c-150"
+ "ypos" "300"
+ "wide" "300"
+ "tall" "15"
+ "visible" "1"
+ "enabled" "1"
+ "BorderThickness" "1"
+ "PaintBackgroundType" "2"
}
-
+
HudRoundTimer
{
- "fieldName" "HudRoundTimer"
- "xpos" "c-20"
- "ypos" "440"
- "wide" "120"
- "tall" "40"
- "visible" "1"
- "enabled" "1"
- "PaintBackgroundType" "2"
- "FlashColor" "HudIcon_Red"
- "icon_xpos" "0"
- "icon_ypos" "2"
- "digit_xpos" "34"
- "digit_ypos" "2"
+ "fieldName" "HudRoundTimer"
+ "xpos" "c-20"
+ "ypos" "440"
+ "wide" "120"
+ "tall" "40"
+ "visible" "1"
+ "enabled" "1"
+ "FlashColor" "HudIcon_Red"
+ "icon_xpos" "0"
+ "icon_ypos" "2"
+ "digit_xpos" "34"
+ "digit_ypos" "2"
+ "PaintBackgroundType" "2"
}
-
+
HudScenarioIcon
{
- "fieldName" "HudScenarioIcon"
- "xpos" "c110"
- "ypos" "443"
- "wide" "40"
- "tall" "44"
- "visible" "1"
- "enabled" "1"
- "PaintBackgroundType" "2"
- "IconColor" "Hostage_Yellow"
+ "fieldName" "HudScenarioIcon"
+ "xpos" "c110"
+ "ypos" "443"
+ "wide" "40"
+ "tall" "44"
+ "visible" "1"
+ "enabled" "1"
+ "IconColor" "Hostage_Yellow"
+ "PaintBackgroundType" "2"
}
HudFlashlight
{
- "fieldName" "HudFlashlight"
- "visible" "1"
- "enabled" "1"
- "xpos" "16"
- "ypos" "370"
- "wide" "102"
- "tall" "20"
- "text_xpos" "8"
- "text_ypos" "6"
- "TextColor" "255 170 0 220"
- "PaintBackgroundType" "2"
+ "fieldName" "HudFlashlight"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "16"
+ "ypos" "370"
+ "wide" "102"
+ "tall" "20"
+ "text_xpos" "8"
+ "text_ypos" "6"
+ "TextColor" "255 170 0 220"
+ "PaintBackgroundType" "2"
}
-
+
HudDamageIndicator
{
-// "fieldName" "HudDamageIndicator"
-// "visible" "1"
-// "enabled" "1"
-// "MinimumWidth" "10"
-// "MaximumWidth" "10"
-// "StartRadius" "80"
-// "EndRadius" "80"
-// "MinimumHeight" "30"
-// "MaximumHeight" "60"
-// "MinimumTime" "1"
- }
-
+ //"fieldName" "HudDamageIndicator"
+ //"visible" "1"
+ //"enabled" "1"
+ //"MinimumWidth" "10"
+ //"MaximumWidth" "10"
+ //"StartRadius" "80"
+ //"EndRadius" "80"
+ //"MinimumHeight" "30"
+ //"MaximumHeight" "60"
+ //"MinimumTime" "1"
+ }
+
HudCommentary
{
- "fieldName" "HudCommentary"
- "xpos" "c-190"
- "ypos" "320"
- "wide" "380"
- "tall" "50"
- "visible" "1"
- "enabled" "1"
- "PaintBackgroundType" "2"
- "BackgroundOverrideColor" "0 0 0 128"
- "bar_xpos" "50"
- "bar_ypos" "20"
- "bar_height" "8"
- "bar_width" "320"
- "speaker_xpos" "50"
- "speaker_ypos" "8"
- "count_xpos_from_right" "10"
- "count_ypos" "8"
- "icon_texture" "vgui/hud/icon_commentary"
- "icon_xpos" "0"
- "icon_ypos" "0"
- "icon_width" "40"
- "icon_height" "40"
+ "fieldName" "HudCommentary"
+ "xpos" "c-190"
+ "ypos" "320"
+ "wide" "380"
+ "tall" "50"
+ "visible" "1"
+ "enabled" "1"
+ "bar_xpos" "50"
+ "bar_ypos" "20"
+ "bar_height" "8"
+ "bar_width" "320"
+ "speaker_xpos" "50"
+ "speaker_ypos" "8"
+ "count_ypos" "8"
+ "icon_texture" "vgui/hud/icon_commentary"
+ "icon_xpos" "0"
+ "icon_ypos" "0"
+ "icon_width" "40"
+ "icon_height" "40"
"use_script_bgcolor" "1"
+ "count_xpos_from_right" "10"
+ "PaintBackgroundType" "2"
+ "BackgroundOverrideColor" "0 0 0 128"
}
-
+
HudZoom
{
- "fieldName" "HudZoom"
- "visible" "1"
- "enabled" "1"
- "Circle1Radius" "66"
- "Circle2Radius" "74"
- "DashGap" "16"
- "DashHeight" "4"
- "BorderThickness" "88"
+ "fieldName" "HudZoom"
+ "visible" "1"
+ "enabled" "1"
+ "Circle1Radius" "66"
+ "Circle2Radius" "74"
+ "DashGap" "16"
+ "DashHeight" "4"
+ "BorderThickness" "88"
}
-
+
HudCrosshair
{
- "fieldName" "HudCrosshair"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "HudCrosshair"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
HudDeathNotice
{
- "fieldName" "HudDeathNotice"
- "visible" "1"
- "enabled" "1"
- "xpos" "r592" [$WIN32]
- "ypos" "20" [$WIN32]
- "wide" "580"
- "tall" "468"
- "MaxDeathNotices" "6"
- "IconScale" "0.35"
- "LineHeight" "14"
- "LineSpacing" "0"
- "CornerRadius" "0"
- "RightJustify" "1" // If 1, draw notices from the right
- "TextFont" "CerbeticaBold12"
- "TeamBlue" "HUDBlueTeamSolid"
- "TeamRed" "HUDRedTeamSolid"
- "IconColor" "HudWhite"
+ "fieldName" "HudDeathNotice"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "r592" [$WIN32]
+ "ypos" "20" [$WIN32]
+ "wide" "580"
+ "tall" "468"
+ "MaxDeathNotices" "6"
+ "IconScale" "0.35"
+ "LineHeight" "14"
+ "LineSpacing" "0"
+ "CornerRadius" "0"
+ "RightJustify" "1" // If 1, draw notices from the right
+ "TextFont" "CerbeticaBold12"
+ "TeamBlue" "HUDBlueTeamSolid"
+ "TeamRed" "HUDRedTeamSolid"
+ "IconColor" "HudWhite"
"LocalPlayerColor" "HUDBlack"
"BaseBackgroundColor" "46 43 42 175" [$WIN32]
"LocalBackgroundColor" "245 229 196 200" [$WIN32]
}
-
+
HudVehicle
{
- "fieldName" "HudVehicle"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "HudVehicle"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
CVProfPanel
{
- "fieldName" "CVProfPanel"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "CVProfPanel"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
ScorePanel
{
- "fieldName" "ScorePanel"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "wide_minmode" "f0"
- "tall" "480"
+ "fieldName" "ScorePanel"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "wide_minmode" "f0"
+ "tall" "480"
}
-
+
HudTrain
{
- "fieldName" "HudTrain"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "HudTrain"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
HudMOTD
{
- "fieldName" "HudMOTD"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "HudMOTD"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
HudMessage
{
- "fieldName" "HudMessage"
- "visible" "1"
- "enabled" "1"
- "wide" "f0"
- "tall" "480"
+ "fieldName" "HudMessage"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "f0"
+ "tall" "480"
}
-
+
HudMenu
{
- "fieldName" "HudMenu"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
- "zpos" "1"
- "TextFont" "Default"
- "ItemFont" "Default"
- "ItemFontPulsing" "Default"
+ "fieldName" "HudMenu"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
+ "zpos" "1"
+ "TextFont" "Default"
+ "ItemFont" "Default"
+ "ItemFontPulsing" "Default"
}
HudSpellMenu
{
- "fieldName" "HudSpellMenu"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
- "zpos" "10"
- "xpos" "c-176"
- "ypos" "c90"
- "xpos_minmode" "c-115"
- "ypos_minmode" "c37"
- "TextFont" "Default"
- "ItemFont" "Default"
- "ItemFontPulsing" "Default"
- }
-
+ "fieldName" "HudSpellMenu"
+ "xpos" "c-176"
+ "ypos" "c90"
+ "xpos_minmode" "c-115"
+ "ypos_minmode" "c37"
+ "zpos" "10"
+ "wide" "640"
+ "tall" "480"
+ "visible" "1"
+ "enabled" "1"
+ "TextFont" "Default"
+ "ItemFont" "Default"
+ "ItemFontPulsing" "Default"
+ }
+
HudCloseCaption
{
- "fieldName" "HudCloseCaption"
- "visible" "1"
- "enabled" "1"
- "xpos" "c188"
- "ypos" "302" [$WIN32]
- "wide" "150"
- "tall" "60" [$WIN32]
+ "fieldName" "HudCloseCaption"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c188"
+ "ypos" "302" [$WIN32]
+ "wide" "150"
+ "tall" "60" [$WIN32]
"xpos_minmode" "c115"
"ypos_minmode" "273" [$WIN32]
"wide_minmode" "100"
"tall_minmode" "40"
- "BgAlpha" "0"
- "GrowTime" "0.25"
+ "BgAlpha" "0"
+ "GrowTime" "0.25"
"ItemHiddenTime" "0.2" // Nearly same as grow time so that the item doesn't start to show until growth is finished
"ItemFadeInTime" "0.15" // Once ItemHiddenTime is finished, takes this much longer to fade in
"ItemFadeOutTime" "0.3"
- "topoffset" "0"
+ "topoffset" "0"
}
-
+
HudHistoryResource
{
- "fieldName" "HudHistoryResource"
- "visible" "0"
- "enabled" "0"
- "xpos" "r640" [$WIN32]
- "xpos" "r672" [$X360]
- "wide" "640"
- "tall" "330"
- "history_gap" "55"
+ "fieldName" "HudHistoryResource"
+ "visible" "0"
+ "enabled" "0"
+ "xpos" "r640" [$WIN32]
+ "xpos" "r672" [$X360]
+ "wide" "640"
+ "tall" "330"
+ "history_gap" "55"
}
-
+
HudGeiger
{
- "fieldName" "HudGeiger"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "HudGeiger"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
HUDQuickInfo
{
- "fieldName" "HUDQuickInfo"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "HUDQuickInfo"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
HudWeapon
{
- "fieldName" "HudWeapon"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "HudWeapon"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
HudAnimationInfo
{
- "fieldName" "HudAnimationInfo"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "HudAnimationInfo"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
CBudgetPanel
{
- "fieldName" "CBudgetPanel"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "CBudgetPanel"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
CTextureBudgetPanel
{
- "fieldName" "CTextureBudgetPanel"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "CTextureBudgetPanel"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
HudPredictionDump
{
- "fieldName" "HudPredictionDump"
- "visible" "1"
- "enabled" "1"
- "wide" "1280"
- "tall" "1024"
+ "fieldName" "HudPredictionDump"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "1280"
+ "tall" "1024"
}
-
+
HudLocation
{
- "fieldName" "HudLocation"
- "visible" "1"
- "enabled" "1"
- "xpos" "16"
- "ypos" "112"
- "wide" "96"
- "tall" "16"
- "textAlignment" "north"
+ "fieldName" "HudLocation"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "16"
+ "ypos" "112"
+ "wide" "96"
+ "tall" "16"
+ "textAlignment" "north"
}
-
+
HudScope
{
- "fieldName" "HudScope"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "HudScope"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
HudScopeCharge
{
- "fieldName" "HudScopeCharge"
- "visible" "1"
- "enabled" "1"
- "xpos" "c64"
- "ypos" "c-64"
- "wide" "64"
- "tall" "128"
+ "fieldName" "HudScopeCharge"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c64"
+ "ypos" "c-64"
+ "wide" "64"
+ "tall" "128"
}
HudVoiceSelfStatus
{
- "fieldName" "HudVoiceSelfStatus"
- "visible" "1"
- "enabled" "1"
- "xpos" "r42" [$WIN32]
- "ypos" "355" [$WIN32]
- "xpos" "r75" [$X360]
- "ypos" "375" [$X360]
- "wide" "32"
- "tall" "32"
- }
-
- HudVoiceStatus
- {
- "fieldName" "HudVoiceStatus"
- "visible" "1"
- "enabled" "1"
- "xpos" "r145" [$WIN32]
- "ypos" "0" [$WIN32]
- "xpos" "r210" [$X360]
- "ypos" "0" [$X360]
- "wide" "145"
- "tall" "400"
- "item_wide" "135"
+ "fieldName" "HudVoiceSelfStatus"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "r42" [$WIN32]
+ "ypos" "355" [$WIN32]
+ "xpos" "r75" [$X360]
+ "ypos" "375" [$X360]
+ "wide" "32"
+ "tall" "32"
+ }
+
+ HudVoiceStatus
+ {
+ "fieldName" "HudVoiceStatus"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "r145" [$WIN32]
+ "ypos" "0" [$WIN32]
+ "xpos" "r210" [$X360]
+ "ypos" "0" [$X360]
+ "wide" "145"
+ "tall" "400"
+ "item_wide" "135"
"show_avatar" "1"
"avatar_ypos" "1"
"avatar_xpos" "1"
@@ -1421,710 +1418,710 @@
"icon_wide" "16"
"text_xpos" "49"
}
-
+
HudHintDisplay
{
- "fieldName" "HudHintDisplay"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-240"
- "ypos" "c60"
- "wide" "480"
- "tall" "100"
- "HintSize" "1"
- "text_xpos" "8"
- "text_ypos" "8"
- "center_x" "0" // center text horizontally
- "center_y" "-1" // align text on the bottom
+ "fieldName" "HudHintDisplay"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-240"
+ "ypos" "c60"
+ "wide" "480"
+ "tall" "100"
+ "HintSize" "1"
+ "text_xpos" "8"
+ "text_ypos" "8"
+ "center_x" "0" // center text horizontally
+ "center_y" "-1" // align text on the bottom
}
-
+
HudHintKeyDisplay
{
- "fieldName" "HudHintKeyDisplay"
- "visible" "0"
- "enabled" "1"
- "xpos" "r120"
- "ypos" "r340"
- "wide" "100"
- "tall" "200"
- "text_xpos" "8"
- "text_ypos" "8"
- "text_xgap" "8"
- "text_ygap" "8"
- "TextColor" "255 170 0 220"
- "PaintBackgroundType" "2"
+ "fieldName" "HudHintKeyDisplay"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "r120"
+ "ypos" "r340"
+ "wide" "100"
+ "tall" "200"
+ "text_xpos" "8"
+ "text_ypos" "8"
+ "text_xgap" "8"
+ "text_ygap" "8"
+ "TextColor" "255 170 0 220"
+ "PaintBackgroundType" "2"
}
overview
{
- "fieldname" "overview"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "wide" "640"
- "tall" "480"
+ "fieldname" "overview"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "640"
+ "tall" "480"
}
VguiScreenCursor
{
- "fieldName" "VguiScreenCursor"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "VguiScreenCursor"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
-
+
HudControlPointIcons
{
- "fieldName" "HudControlPointIcons"
- "xpos" "0"
- "ypos" "410"
- "wide" "f0"
- "tall" "200"
- "visible" "1"
- "enabled" "1"
- "separator_width" "3" // distance between the icons (including their backgrounds)
- "separator_height" "3"
- "height_offset" "3" [$WIN32] // distance from the bottom of the panel
- }
-
+ "fieldName" "HudControlPointIcons"
+ "xpos" "0"
+ "ypos" "410"
+ "wide" "f0"
+ "tall" "200"
+ "visible" "1"
+ "enabled" "1"
+ "separator_width" "3" // distance between the icons (including their backgrounds)
+ "separator_height" "3"
+ "height_offset" "3" [$WIN32] // distance from the bottom of the panel
+ }
+
HudCapturePanel
{
- "fieldName" "HudCapturePanel"
- "xpos" "c-75"
- "ypos" "c80"
- "wide" "150"
- "tall" "90"
- "visible" "1"
- "enabled" "1"
- "icon_space" "2"
+ "fieldName" "HudCapturePanel"
+ "xpos" "c-75"
+ "ypos" "c80"
+ "wide" "150"
+ "tall" "90"
+ "visible" "1"
+ "enabled" "1"
+ "icon_space" "2"
}
-
+
WinPanel
{
- "fieldName" "WinPanel"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-100"
- "ypos" "260"
- "wide" "200"
- "tall" "300"
+ "fieldName" "WinPanel"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-100"
+ "ypos" "260"
+ "wide" "200"
+ "tall" "300"
}
-
+
ArenaWinPanel
{
- "fieldName" "ArenaWinPanel"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-225"
- "ypos" "260"
- "wide" "450"
- "tall" "300"
+ "fieldName" "ArenaWinPanel"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-225"
+ "ypos" "260"
+ "wide" "450"
+ "tall" "300"
}
PVEWinPanel
{
- "fieldName" "PVEWinPanel"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-150"
- "ypos" "255"
- "wide" "300"
- "tall" "215"
+ "fieldName" "PVEWinPanel"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-150"
+ "ypos" "255"
+ "wide" "300"
+ "tall" "215"
}
-
+
StatPanel
{
- "fieldName" "StatPanel"
- "visible" "1"
- "enabled" "1"
- "xpos" "9999"
- "ypos" "9999"
- "wide" "266"
- "tall" "120"
+ "fieldName" "StatPanel"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "9999"
+ "ypos" "9999"
+ "wide" "266"
+ "tall" "120"
}
FreezePanel
{
- "fieldName" "FreezePanel"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "480"
+ "fieldName" "FreezePanel"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "480"
}
-
+
FreezePanelCallout
{
- "fieldName" "FreezePanelCallout"
- "visible" "1"
- "enabled" "1"
- "xpos" "200"
- "ypos" "200"
- "wide" "100"
- "tall" "50"
+ "fieldName" "FreezePanelCallout"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "200"
+ "ypos" "200"
+ "wide" "100"
+ "tall" "50"
}
-
+
AnnotationsPanelCallout
{
"fieldName" "AnnotationsPanelCallout"
- "visible" "1"
- "enabled" "1"
- "xpos" "200"
- "ypos" "200"
- "wide" "100"
- "tall" "50"
- }
-
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "200"
+ "ypos" "200"
+ "wide" "100"
+ "tall" "50"
+ }
+
WaitingForPlayersPanel
{
- "fieldName" "WaitingForPlayersPanel"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-146"
- "ypos" "10"
- "wide" "292"
- "tall" "64"
+ "fieldName" "WaitingForPlayersPanel"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-146"
+ "ypos" "10"
+ "wide" "292"
+ "tall" "64"
}
"HudUpgradePanel"
{
- "fieldName" "HudUpgradePanel"
- "visible" "0"
- "enable" "1"
- "xpos" "c-200"
- "ypos" "260"
- "wide" "400"
- "tall" "160"
+ "fieldName" "HudUpgradePanel"
+ "visible" "0"
+ "enable" "1"
+ "xpos" "c-200"
+ "ypos" "260"
+ "wide" "400"
+ "tall" "160"
}
-
+
"HudChat"
{
- "ControlName" "EditablePanel"
- "fieldName" "HudChat"
- "visible" "1"
- "enabled" "1"
- "xpos" "10" [$WIN32]
- "xpos" "42"
- "ypos" "275"
- "wide" "320"
- "tall" "120"
- "PaintBackgroundType" "2"
+ "ControlName" "EditablePanel"
+ "fieldName" "HudChat"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "10" [$WIN32]
+ "xpos" "42"
+ "ypos" "275"
+ "wide" "320"
+ "tall" "120"
+ "PaintBackgroundType" "2"
}
"HudMenuEngyBuild"
{
- "fieldName" "HudMenuEngyBuild"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-250"
- "ypos" "c-75"
- "wide" "500"
- "tall" "200"
- "PaintBackgroundType" "0"
+ "fieldName" "HudMenuEngyBuild"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-250"
+ "ypos" "c-75"
+ "wide" "500"
+ "tall" "200"
+ "PaintBackgroundType" "0"
}
"HudMenuEngyDestroy"
{
- "fieldName" "HudMenuEngyDestroy"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-250"
- "ypos" "c-75"
- "wide" "500"
- "tall" "200"
- "PaintBackgroundType" "0"
+ "fieldName" "HudMenuEngyDestroy"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-250"
+ "ypos" "c-75"
+ "wide" "500"
+ "tall" "200"
+ "PaintBackgroundType" "0"
}
"HudEurekaEffectTeleportMenu"
{
- "fieldName" "HudEurekaEffectTeleportMenu"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-125"
- "ypos" "c-55"
- "wide" "500"
- "tall" "200"
- "PaintBackgroundType" "0"
+ "fieldName" "HudEurekaEffectTeleportMenu"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-125"
+ "ypos" "c-55"
+ "wide" "500"
+ "tall" "200"
+ "PaintBackgroundType" "0"
}
"HudMenuSpyDisguise"
{
- "fieldName" "HudMenuSpyDisguise"
- "visible" "1"
- "enabled" "1"
- "xpos" "c90"
- "ypos" "c-72"
- "wide" "490"
- "tall" "220" [$WIN32]
- "PaintBackgroundType" "0"
- }
+ "fieldName" "HudMenuSpyDisguise"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c90"
+ "ypos" "c-72"
+ "wide" "490"
+ "tall" "220" [$WIN32]
+ "PaintBackgroundType" "0"
+ }
HudDemomanPipes
{
- "fieldName" "HudItemEffectMeter"
- "visible" "1"
- "enabled" "1"
- "xpos" "c75" [$WIN32]
- "ypos" "c137" [$WIN32]
- "wide" "150"
- "tall" "50"
- "MeterFG" "White"
- "MeterBG" "Gray"
- }
-
+ "fieldName" "HudItemEffectMeter"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c75" [$WIN32]
+ "ypos" "c137" [$WIN32]
+ "wide" "150"
+ "tall" "50"
+ "MeterFG" "White"
+ "MeterBG" "Gray"
+ }
+
HudTeamGoal
{
- "fieldName" "HudTeamGoal"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-160"
- "ypos" "65"
- "wide" "0"
- "tall" "0"
+ "fieldName" "HudTeamGoal"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-160"
+ "ypos" "65"
+ "wide" "0"
+ "tall" "0"
}
-
+
HudTeamGoalTournament
{
- "fieldName" "HudTeamGoalTournament"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-60"
- "ypos" "20"
- "wide" "0"
- "tall" "0"
+ "fieldName" "HudTeamGoalTournament"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-60"
+ "ypos" "20"
+ "wide" "0"
+ "tall" "0"
}
-
+
HudTeamSwitch
{
- "fieldName" "HudTeamSwitch"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-160"
- "ypos" "75"
- "ypos_hidef" "90"
- "ypos_lodef" "90"
- "wide" "320"
- "tall" "100"
- }
-
+ "fieldName" "HudTeamSwitch"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-160"
+ "ypos" "75"
+ "ypos_hidef" "90"
+ "ypos_lodef" "90"
+ "wide" "320"
+ "tall" "100"
+ }
+
HudArenaNotification
{
- "fieldName" "HudArenaNotification"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-160"
- "ypos" "75"
- "ypos_hidef" "90"
- "ypos_lodef" "90"
- "wide" "320"
- "tall" "150"
- }
-
+ "fieldName" "HudArenaNotification"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-160"
+ "ypos" "75"
+ "ypos_hidef" "90"
+ "ypos_lodef" "90"
+ "wide" "320"
+ "tall" "150"
+ }
+
HudArenaCapPointCountdown
{
- "fieldName" "HudArenaCapPointCountdown"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-15"
- "ypos" "442"
- "wide" "30"
- "tall" "30"
- "zpos" "99"
+ "fieldName" "HudArenaCapPointCountdown"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-15"
+ "ypos" "442"
+ "wide" "30"
+ "tall" "30"
+ "zpos" "99"
}
-
+
HudStalemate
{
- "fieldName" "HudStalemate"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-160"
- "ypos" "65"
- "ypos_lodef" "75"
- "wide" "320"
- "tall" "100"
+ "fieldName" "HudStalemate"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-160"
+ "ypos" "65"
+ "ypos_lodef" "75"
+ "wide" "320"
+ "tall" "100"
}
-
+
HudTournament
{
- "fieldName" "HudTournament"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-125"
- "ypos" "5"
- "xpos_minmode" "0"
- "ypos_minmode" "0"
- "zpos" "2"
- "wide" "250"
- "tall" "80"
- "wide_minmode" "f0"
- "tall_minmode" "480"
- }
-
+ "fieldName" "HudTournament"
+ "xpos" "c-125"
+ "ypos" "5"
+ "xpos_minmode" "0"
+ "ypos_minmode" "0"
+ "zpos" "2"
+ "wide" "250"
+ "tall" "80"
+ "wide_minmode" "f0"
+ "tall_minmode" "480"
+ "visible" "0"
+ "enabled" "1"
+ }
+
HudTournamentSetup
{
- "fieldName" "HudTournamentSetup"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-90"
- "ypos" "-70"
- "ypos_lodef" "75"
- "wide" "180"
- "tall" "65"
+ "fieldName" "HudTournamentSetup"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-90"
+ "ypos" "-70"
+ "ypos_lodef" "75"
+ "wide" "180"
+ "tall" "65"
}
-
+
HudStopWatch
{
- "fieldName" "HudStopWatch"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "zpos" "5"
- "wide" "f0"
- "tall" "70"
+ "fieldName" "HudStopWatch"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "5"
+ "wide" "f0"
+ "tall" "70"
}
NotificationPanel
{
- "fieldName" "NotificationPanel"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-320"
- "ypos" "280"
- "wide" "640"
- "tall" "100"
+ "fieldName" "NotificationPanel"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-320"
+ "ypos" "280"
+ "wide" "640"
+ "tall" "100"
}
-
+
AchievementNotificationPanel
{
- "fieldName" "AchievementNotificationPanel"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "180"
- "wide" "f10"
- "tall" "100"
+ "fieldName" "AchievementNotificationPanel"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "180"
+ "wide" "f10"
+ "tall" "100"
}
-
+
CriticalPanel [$WIN32]
{
- "fieldName" "CriticalPanel"
- "visible" "1"
- "enabled" "1"
- "xpos" "r155"
- "ypos" "r75"
- "wide" "150"
- "tall" "25"
+ "fieldName" "CriticalPanel"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "r155"
+ "ypos" "r75"
+ "wide" "150"
+ "tall" "25"
}
HudArenaClassLayout [$WIN32]
{
- "fieldName" "HudArenaClassLayout"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "r320"
- "zpos" "11"
- "wide" "f0"
- "tall" "320"
+ "fieldName" "HudArenaClassLayout"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "r320"
+ "zpos" "11"
+ "wide" "f0"
+ "tall" "320"
}
HudArenaVsPanel [$WIN32]
{
- "fieldName" "HudArenaVsPanel"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "240"
- "wide" "f0"
- "tall" "240"
+ "fieldName" "HudArenaVsPanel"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "240"
+ "wide" "f0"
+ "tall" "240"
}
HudArenaPlayerCount [$WIN32]
{
- "fieldName" "HudArenaPlayerCount"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "50"
+ "fieldName" "HudArenaPlayerCount"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "50"
}
"HudAchievementTracker"
{
- "ControlName" "EditablePanel"
- "fieldName" "HudAchievementTracker"
- "xpos" "5"
- "NormalY" "170"
- "EngineerY" "320"
- "zpos" "2"
- "wide" "200"
- "tall" "280"
- "visible" "1"
- "enabled" "1"
+ "ControlName" "EditablePanel"
+ "fieldName" "HudAchievementTracker"
+ "xpos" "5"
+ "NormalY" "170"
+ "EngineerY" "320"
+ "zpos" "2"
+ "wide" "200"
+ "tall" "280"
+ "visible" "1"
+ "enabled" "1"
}
HudTrainingInfoMsg
{
- "fieldName" "HudTrainingInfoMsg"
- "visible" "0"
- "enabled" "1"
- "xpos" "10"
- "ypos" "50"
- "wide" "200"
- "tall" "300"
+ "fieldName" "HudTrainingInfoMsg"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "10"
+ "ypos" "50"
+ "wide" "200"
+ "tall" "300"
}
-
+
HudInspectPanel
{
- "fieldName" "HudInspectPanel"
- "visible" "0"
- "enabled" "1"
- "xpos" "r249"
- "ypos" "c0"
- "zpos" "10"
- "wide" "300"
- "tall" "900"
+ "fieldName" "HudInspectPanel"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "r249"
+ "ypos" "c0"
+ "zpos" "10"
+ "wide" "300"
+ "tall" "900"
}
HudTFCrosshair
{
- "fieldName" "HudTFCrosshair"
- "visible" "1"
- "enabled" "1"
- "wide" "640"
- "tall" "480"
+ "fieldName" "HudTFCrosshair"
+ "visible" "1"
+ "enabled" "1"
+ "wide" "640"
+ "tall" "480"
}
ItemQuickSwitchPanel
{
- "fieldName" "ItemQuickSwitchPanel"
- "visible" "0"
- "enabled" "1"
- "xpos" "c-125"
- "ypos" "280"
- "wide" "250"
- "tall" "160"
+ "fieldName" "ItemQuickSwitchPanel"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "c-125"
+ "ypos" "280"
+ "wide" "250"
+ "tall" "160"
}
ReplayReminder
{
- "fieldName" "ReplayReminder"
- "visible" "0"
- "enable" "1"
+ "fieldName" "ReplayReminder"
+ "visible" "0"
+ "enable" "1"
}
MainMenuAdditions
{
- "fieldName" "MainMenuAdditions"
- "visible" "1"
- "enabled" "1"
- "xpos" "500"
- "xpos_minmode" "c0"
- "ypos" "310"
- "zpos" "0"
- "wide" "300"
- "tall" "100"
- }
-
+ "fieldName" "MainMenuAdditions"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "500"
+ "xpos_minmode" "c0"
+ "ypos" "310"
+ "zpos" "0"
+ "wide" "300"
+ "tall" "100"
+ }
+
CoachedByPanel
{
- "fieldName" "CoachedByPanel"
- "visible" "0"
- "enable" "1"
- "xpos" "5"
- "ypos" "10"
- "wide" "250"
- "tall" "44"
+ "fieldName" "CoachedByPanel"
+ "visible" "0"
+ "enable" "1"
+ "xpos" "5"
+ "ypos" "10"
+ "wide" "250"
+ "tall" "44"
}
-
+
ItemTestHUDPanel
{
- "fieldName" "ItemTestHUDPanel"
- "visible" "0"
- "enable" "1"
- "xpos" "5"
- "ypos" "10"
- "wide" "150"
- "tall" "44"
+ "fieldName" "ItemTestHUDPanel"
+ "visible" "0"
+ "enable" "1"
+ "xpos" "5"
+ "ypos" "10"
+ "wide" "150"
+ "tall" "44"
}
-
+
NotificationQueuePanel
{
- "fieldName" "NotificationQueuePanel"
- "visible" "0"
- "enable" "1"
- "xpos" "r155"
- "ypos" "r90"
- "zpos" "100"
- "wide" "200"
- "tall" "0"
+ "fieldName" "NotificationQueuePanel"
+ "visible" "0"
+ "enable" "1"
+ "xpos" "r155"
+ "ypos" "r90"
+ "zpos" "100"
+ "wide" "200"
+ "tall" "0"
}
"CHudVote"
{
- "fieldName" "CHudVote"
- "xpos" "0"
- "ypos" "0"
- "wide" "640"
- "tall" "480"
- "visible" "1"
- "enabled" "1"
+ "fieldName" "CHudVote"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "640"
+ "tall" "480"
+ "visible" "1"
+ "enabled" "1"
"bgcolor_override" "0 0 0 0"
- "PaintBackgroundType" "0" // rounded corners
+ "PaintBackgroundType" "0" // rounded corners
}
-
+
"HudAlert"
{
- "fieldName" "HudAlert"
- "visible" "0"
- "enable" "1"
- "xpos" "c-160"
- "ypos" "100"
- "wide" "320"
- "tall" "150"
+ "fieldName" "HudAlert"
+ "visible" "0"
+ "enable" "1"
+ "xpos" "c-160"
+ "ypos" "100"
+ "wide" "320"
+ "tall" "150"
}
"CTFKillStreakNotice"
{
- "fieldName" "CTFKillStreakNotice"
- "xpos" "0"
- "ypos" "0"
- "wide" "640"
- "tall" "480"
- "visible" "1"
- "enabled" "1"
+ "fieldName" "CTFKillStreakNotice"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "640"
+ "tall" "480"
+ "visible" "1"
+ "enabled" "1"
"bgcolor_override" "0 0 0 0"
- "PaintBackgroundType" "0" // rounded corners
+ "PaintBackgroundType" "0" // rounded corners
}
-
+
CTFFlagCalloutPanel
{
- "fieldName" "CTFFlagCalloutPanel"
- "visible" "0"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "wide" "40"
- "tall" "40"
- "priority" "40"
+ "fieldName" "CTFFlagCalloutPanel"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "40"
+ "tall" "40"
+ "priority" "40"
}
-
+
"HudMenuTauntSelection"
{
- "fieldName" "HudMenuTauntSelection"
- "visible" "1"
- "enabled" "1"
- "xpos" "c-235"
- "ypos" "c-85"
- "wide" "470"
- "tall" "200"
- "PaintBackgroundType" "0"
+ "fieldName" "HudMenuTauntSelection"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "c-235"
+ "ypos" "c-85"
+ "wide" "470"
+ "tall" "200"
+ "PaintBackgroundType" "0"
}
-
+
"ItemAttributeTracker"
{
- "fieldName" "ItemAttributeTracker"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "wide" "f5"
- "tall" "f0"
- "PaintBackgroundType" "0"
+ "fieldName" "ItemAttributeTracker"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f5"
+ "tall" "f0"
+ "PaintBackgroundType" "0"
}
-
+
HudMiniGame
{
- "fieldName" "HudMiniGame"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "480"
+ "fieldName" "HudMiniGame"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "480"
}
"QuestNotificationPanel"
{
- "fieldName" "QuestNotificationPanel"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "f0"
+ "fieldName" "QuestNotificationPanel"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "f0"
}
-
+
"MatchMakingContainer"
{
"ControlName" "EditablePanel"
"fieldName" "MatchMakingContainer"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "f0"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "f0"
}
-
+
HudSpectatorExtras
{
- "fieldName" "HudSpectatorExtras"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "f0"
+ "fieldName" "HudSpectatorExtras"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "f0"
}
-
+
MatchSummary
{
- "fieldName" "MatchSummary"
- "visible" "0"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "wide" "f0"
- "tall" "f0"
+ "fieldName" "MatchSummary"
+ "visible" "0"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "f0"
}
HudMatchStatus
{
- "fieldName" "HudMatchStatus"
- "visible" "1"
- "enabled" "1"
- "xpos" "0"
- "ypos" "0"
- "zpos" "2"
- "wide" "f0"
- "tall" "f0"
+ "fieldName" "HudMatchStatus"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "2"
+ "wide" "f0"
+ "tall" "f0"
}
"QueueHUDStatus"
{
- "fieldName" "QueueHUDStatus"
- "visible" "1"
- "enabled" "1"
- "xpos" "rs1-5"
- "ypos" "1"
- "zpos" "1001"
- "wide" "200"
- "tall" "18"
+ "fieldName" "QueueHUDStatus"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "rs1-5"
+ "ypos" "1"
+ "zpos" "1001"
+ "wide" "200"
+ "tall" "18"
+ "alpha" "100"
"proportionaltoparent" "1"
"keyboardinputenabled" "1"
"mouseinputenabled" "0"
- "alpha" "100"
}
-
+
HUDAutoAim { }
HudHDRDemo { }
HudTrainingMsg { }
TrainingComplete { }
AnnotationsPanel { }
-}
+} \ No newline at end of file