@Xen
1. just local server with bots should do just fine, recording a demo also works
- The main Objective Timer is located in HudMatchStatus.res and the text below timers in HudObjectiveTimePanel.res
- if_comp for casual/ranked to move things around if necessary
2. idle in casual, stack with friends so you don't get kicked, also HudMatchStatus.res the teamstatus element, animations for dead panel are in hudanimations_tf.txt
@SMESI
vgui_drawtree + Highlight Selected in main menu should work just fine to figure out the bounding boxes of elements, the shop + items are now wrapped in an element, simply moving that should work fine
The scrolling should be fixable by simply making the parent bigger and also change the border of it to NoBorder with a bgcolor_override that makes it transparent (again, vgui_drawtree should be your best friend as hud dev)