Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
Cats1337 committed Apr 18, 2022
1 parent ee2eb3f commit b46588e
Show file tree
Hide file tree
Showing 459 changed files with 75,886 additions and 0 deletions.
11 changes: 11 additions & 0 deletions #customizations/_enabled/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
To enable customizations, copy the files from the #customizations folders into the _enabled folder.

Here are the available customization options:

* classselection-center.res - Changes the class selection page to be at the centre of the screen.
* teammenu-center.res - Changes the team selection page to be at the centre of the screen.
* hudplayerclass-left.res - Moves and rotates the 3D player model to be on the bottom, left corner, facing the right.
* hudplayerhealth-broesel.res - Enables the broesel health cross. Do not use conjunction with hudplayerhealth-cross.res
* hudplayerhealth-cross.res - Enables a cross next to the health value. Do not use conjunction with hudplayerhealth-broesel.res
* mainmenuoverride-classic.res - Changes the main menu to the classic catshud style.
* scoreboard-minimal.res - Changes the style of the scoreboard to be more minimalistic, suitable for 6v6 or Prolander.
111 changes: 111 additions & 0 deletions #customizations/_enabled/teammenu-center.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
"Resource/UI/TeamMenu.res"
{
"SidePanelBG"
{
"fillcolor" "Transparent"
}

"SelectTeamLabel"
{
"xpos" "0"
"wide" "f0"
}

"teambutton0"
{
"xpos" "0"
"ypos" "5"
"wide" "127"
"tall" "30"
"textAlignment" "east"
"textinsetx" "15"

"pin_to_sibling" "teambutton2"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_BOTTOMLEFT"
}

"teambutton1"
{
"xpos" "0"
"ypos" "5"
"wide" "127"
"tall" "30"
"textAlignment" "west"
"textinsetx" "15"

"pin_to_sibling" "teambutton2"
"pin_corner_to_sibling" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_BOTTOMRIGHT"
}

"teambutton2"
{
"xpos" "0"
"ypos" "15"
"wide" "255"
"tall" "30"
"textAlignment" "center"

"pin_to_sibling" "SelectTeamLabel"
"pin_corner_to_sibling" "PIN_CENTER_TOP"
"pin_to_sibling_corner" "PIN_CENTER_BOTTOM"
}

"teambutton3"
{
"xpos" "0"
"ypos" "5"
"zpos" "1"
"wide" "255"
"tall" "30"
"textAlignment" "center"

"pin_to_sibling" "teambutton0"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_BOTTOMLEFT"
}

"BlueCount"
{
"ControlName" "CExLabel"
"fieldName" "BlueCount"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"zpos" "3"
"wide" "20"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%bluecount%"
"textAlignment" "east"

"pin_to_sibling" "teambutton0"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}

"RedCount"
{
"ControlName" "CExLabel"
"fieldName" "RedCount"
"xpos" "0"
"ypos" "0"
"zpos" "3"
"wide" "20"
"tall" "30"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%redcount%"
"textAlignment" "west"

"pin_to_sibling" "teambutton1"
"pin_corner_to_sibling" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"
}
}
32 changes: 32 additions & 0 deletions #customizations/classselection-center.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
"Resource/UI/ClassSelection.res"
{
"SelectClassLabel"
{
"visible" "0"
}

"SidePanelBG"
{
"wide" "f0"
"tall" "f0"
"fillcolor" "0 0 0 150"
}

"scout"
{
"xpos" "c81"
"ypos" "164"
}

"TFPlayerModel"
{
"xpos" "c-360"
"wide" "420"
"tall" "480"

"model"
{
"origin_x" "290"
}
}
}
12 changes: 12 additions & 0 deletions #customizations/hudplayerclass-left.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"Resource/UI/HudPlayerClass.res"
{
"classmodelpanel"
{
"xpos" "15"

"model"
{
"angles_y" "200"
}
}
}
Loading

0 comments on commit b46588e

Please sign in to comment.