Skip to content

Commit

Permalink
prerelease update
Browse files Browse the repository at this point in the history
  • Loading branch information
conchkritz committed Mar 22, 2022
1 parent 7cdbca8 commit 45acccf
Show file tree
Hide file tree
Showing 58 changed files with 1,821 additions and 1,315 deletions.
Binary file removed materials/vgui/chalkboard_scroll_box.vtf
Binary file not shown.
Binary file removed materials/vgui/chalkboard_scroll_down.vtf
Binary file not shown.
Binary file removed materials/vgui/chalkboard_scroll_line.vtf
Binary file not shown.
Binary file removed materials/vgui/chalkboard_scroll_up.vtf
Binary file not shown.
8 changes: 0 additions & 8 deletions materials/vgui/replay/thumbnails/buttons/alert.vmt

This file was deleted.

Binary file removed materials/vgui/replay/thumbnails/buttons/alert.vtf
Binary file not shown.
8 changes: 0 additions & 8 deletions materials/vgui/replay/thumbnails/buttons/chat.vmt

This file was deleted.

Binary file removed materials/vgui/replay/thumbnails/buttons/chat.vtf
Binary file not shown.
8 changes: 0 additions & 8 deletions materials/vgui/replay/thumbnails/buttons/check.vmt

This file was deleted.

Binary file removed materials/vgui/replay/thumbnails/buttons/check.vtf
Binary file not shown.
8 changes: 0 additions & 8 deletions materials/vgui/replay/thumbnails/buttons/heart.vmt

This file was deleted.

Binary file removed materials/vgui/replay/thumbnails/buttons/heart.vtf
Binary file not shown.
8 changes: 0 additions & 8 deletions materials/vgui/replay/thumbnails/buttons/motd.vmt

This file was deleted.

Binary file removed materials/vgui/replay/thumbnails/buttons/motd.vtf
Binary file not shown.
8 changes: 0 additions & 8 deletions materials/vgui/replay/thumbnails/buttons/pda.vmt

This file was deleted.

Binary file removed materials/vgui/replay/thumbnails/buttons/pda.vtf
Binary file not shown.
8 changes: 0 additions & 8 deletions materials/vgui/replay/thumbnails/buttons/shutdown.vmt

This file was deleted.

Binary file not shown.
8 changes: 0 additions & 8 deletions materials/vgui/replay/thumbnails/buttons/twitch.vmt

This file was deleted.

Binary file removed materials/vgui/replay/thumbnails/buttons/twitch.vtf
Binary file not shown.
8 changes: 0 additions & 8 deletions materials/vgui/replay/thumbnails/buttons/x.vmt

This file was deleted.

Binary file removed materials/vgui/replay/thumbnails/buttons/x.vtf
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"UnlitGeneric"
{
"$basetexture" "vgui\replay\thumbnails\glyphs\glyph_hudmode_centered"
"$translucent" 1
"$alpha" 1
"$vertexalpha" 1
"$ignorez" 1
"$vertexcolor" 1
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"UnlitGeneric"
{
"$basetexture" "vgui\replay\thumbnails\icons\glyph_hudmode_default"
"$translucent" 1
"$alpha" 1
"$vertexalpha" 1
"$ignorez" 1
"$vertexcolor" 1
}
Binary file not shown.
9 changes: 9 additions & 0 deletions materials/vgui/replay/thumbnails/icons/glyph_reload.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"UnlitGeneric"
{
"$basetexture" "vgui\replay\thumbnails\icons\glyph_reload"
"$translucent" 1
"$alpha" 1
"$vertexalpha" 1
"$ignorez" 1
"$vertexcolor" 1
}
Binary file not shown.
Binary file added resource/fonts/TF2Crosshairs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions resource/gamemenu.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
"GameMenu" [$WIN32]
{
"VRModeButton"
{
"label" "#MMenu_VRMode_Activate"
"command" "engine vr_toggle"
"subimage" "glyph_vr"
"OnlyWhenVREnabled" "1" // fix pls
}
// im a hud theif
"MinmodeButton"
{
"label" "Toggle Minmode"
"command" "engine toggle cl_hud_minmode"
"subimage" "../vgui/replay/thumbnails/icons/glyph_hudmode_default"
"tooltip" "Toggle Minmode"
}
"SteamWorkshopButton"
{
"label" "#MMenu_SteamWorkshop"
"command" "engine OpenSteamWorkshopDialog"
"subimage" "glyph_steamworkshop"
"tooltip" "#MMenu_SteamWorkshop"
}

// These buttons are only shown while in-game
// and also are positioned by the .res file
"CallVoteButton"
{
"label" ""
"command" "callvote"
"OnlyInGame" "1"
"subimage" "icon_checkbox"
"tooltip" "#MMenu_CallVote"
}
"MutePlayersButton"
{
"label" ""
"command" "OpenMutePlayerDialog"
"OnlyInGame" "1"
"subimage" "glyph_muted"
"tooltip" "#MMenu_MutePlayers"
}
"RequestCoachButton"
{
"label" ""
"command" "engine cl_coach_find_coach"
"OnlyInGame" "1"
"subimage" "icon_whistle"
"tooltip" "#MMenu_RequestCoach"
}
"ReportPlayerButton"
{
"label" ""
"command" "OpenReportPlayerDialog"
"OnlyInGame" "1"
"subimage" "glyph_alert"
"tooltip" "#MMenu_ReportPlayer"
}
}
31 changes: 30 additions & 1 deletion resource/scheme/clientscheme_borders.res
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,36 @@ Scheme
}
}
}


ReloadHudBorder
{
"inset" "0 0 1 1"
"backgroundtype" "2"
Left
{
"1"
{
"color" "TanDarker"
"offset" "0 1"
}
}

}

ReloadHudBorder2
{
"inset" "0 0 1 1"
"backgroundtype" "2"
Right
{
"1"
{
"color" "TanDarker"
"offset" "0 1"
}
}

}
// ===========================================
// default edited border

Expand Down
4 changes: 2 additions & 2 deletions resource/scheme/clientscheme_colors.res
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Scheme
"low" "200 45 45 255" // low ammo/hp
"lowdark" "175 45 45 255" // low ammo/hp
"overheal" "75 175 255 255" // overhealed
"ubercharge1" "60 160 255 255" // overhealed
"ubercharge2" "95 205 255 2555" // overhealed
"ubercharge1" "192 28 0 255" // uber 1
"ubercharge2" "255 28 0 255" // uber 2 (fades into annd back to 1)
"meter1" "255 192 0 255"
"meter2" "255 128 0 255"
"meter3" "255 64 0 255"
Expand Down
Loading

0 comments on commit 45acccf

Please sign in to comment.