Skip to content

Commit

Permalink
Update rayshud.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Dec 15, 2023
1 parent edac5b9 commit 3f89f39
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/TF2HUD.Editor/JSON/rayshud.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
}
]
},
"CustomizationsFolder": "#customizations",
"EnabledFolder": "#customizations//_enabled",
"CustomizationsFolder": "resource//ui//#customizations",
"EnabledFolder": "resource//ui//#customizations//_enabled",
"Controls": {
"UberCharge": [
{
Expand Down Expand Up @@ -163,7 +163,7 @@
"ToolTip": "Toggle crosshair feature.",
"Value": "false",
"Files": {
"#customizations/_base/hudlayout.res": {
"resource/ui/hudlayout_base.res": {
"CustomCrosshair": {
"visible": {
"true": "1",
Expand Down Expand Up @@ -199,7 +199,7 @@
"ToolTip": "Style of crosshair.",
"Value": "<",
"Files": {
"#customizations/_base/hudlayout.res": {
"resource/ui/hudlayout_base.res": {
"CustomCrosshair": {
"labelText": "$value"
}
Expand All @@ -216,7 +216,7 @@
"Increment": "1",
"ToolTip": "Size of the crosshair.",
"Files": {
"#customizations/_base/hudlayout.res": {
"resource/ui/hudlayout_base.res": {
"CustomCrosshair": {
"font": "Size:$value | Outline:OFF"
}
Expand Down Expand Up @@ -319,8 +319,8 @@
"Value": "0",
"ToolTip": "Change to different health styles options.",
"ComboFiles": [
"hudplayerhealth-broesel.res",
"hudplayerhealth-cross.res"
"hudplayerhealth_broesel.res",
"hudplayerhealth_cross.res"
],
"Options": [
{
Expand All @@ -330,12 +330,12 @@
{
"Label": "Broesel",
"Value": "1",
"FileName": "hudplayerhealth-broesel.res"
"FileName": "hudplayerhealth_broesel.res"
},
{
"Label": "Cross",
"Value": "2",
"FileName": "hudplayerhealth-cross.res"
"FileName": "hudplayerhealth_cross.res"
}
]
}
Expand Down Expand Up @@ -678,15 +678,15 @@
"Value": "false",
"Restart": true,
"ToolTip": "Toggle to the classic main menu style.",
"FileName": "mainmenuoverride-classic.res"
"FileName": "mainmenuoverride_classic.res"
},
{
"Name": "rh_toggle_min_scoreboard",
"Label": "Minimal Scoreboard",
"Type": "Checkbox",
"Value": "false",
"ToolTip": "Toggle to a minimal scoreboard style.",
"FileName": "scoreboard-minimal.res"
"FileName": "scoreboard_minimal.res"
},
{
"Name": "rh_toggle_disguise_image",
Expand All @@ -711,7 +711,7 @@
"Value": "false",
"Restart": true,
"Files": {
"resource/ui/mainmenuoverride.res": {
"resource/ui/mainmenuoverride_base.res": {
"TFCharacterImage": {
"ypos": {
"true": "-80",
Expand Down Expand Up @@ -749,7 +749,7 @@
"ToolTip": "Toggle position of the game chat to be near the bottom.",
"Value": "false",
"Files": {
"#customizations/_base/basechat.res": {
"resource/ui/basechat_base.res": {
"HudChat": {
"ypos": {
"true": "315",
Expand All @@ -765,15 +765,15 @@
"Type": "Checkbox",
"ToolTip": "Toggle style of the class select to be center-oriented.",
"Value": "false",
"FileName": "classselection-center.res"
"FileName": "classselection_center.res"
},
{
"Name": "rh_toggle_center_class",
"Label": "Centered Team Select",
"Type": "Checkbox",
"ToolTip": "Toggle style of the team select to be center-oriented.",
"Value": "false",
"FileName": "teammenu-center.res"
"FileName": "teammenu_center.res"
},
{
"Name": "rh_toggle_metal_pos",
Expand All @@ -782,7 +782,7 @@
"ToolTip": "Toggle the position of the Engineer's metal counter to be near the middle.",
"Value": "false",
"Files": {
"#customizations/_base/hudlayout.res": {
"scripts/hudlayout_base.res": {
"CHudAccountPanel": {
"xpos": {
"true": "c-20",
Expand Down Expand Up @@ -812,7 +812,7 @@
"Special": "TransparentViewmodels",
"Value": "false",
"Files": {
"#customizations/_base/hudlayout.res": {
"scripts/hudlayout_base.res": {
"TransparentViewmodel": {
"visible": {
"true": "1",
Expand All @@ -832,9 +832,9 @@
"Type": "Checkbox",
"ToolTip": "Toggle the position of the player's mini 3D model to be on the left.",
"Value": "false",
"FileName": "hudplayerclass-left.res",
"FileName": "hudplayerclass_left.res",
"Files": {
"#customizations/_base/hudlayout.res": {
"scripts/hudlayout_base.res": {
"DisguiseStatus": {
"xpos": {
"true": "100",
Expand Down Expand Up @@ -872,7 +872,7 @@
"Maximum": "9",
"Increment": "1",
"Files": {
"#customizations/_base/hudlayout.res": {
"scripts/hudlayout_base.res": {
"HudDeathNotice": {
"MaxDeathNotices": "$value"
}
Expand Down

0 comments on commit 3f89f39

Please sign in to comment.