Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

1.0 - Initial Release

Compare
Choose a tag to compare
@tmp64 tmp64 released this 27 Oct 10:28
· 283 commits to master since this release

General

Customizable Crosshair

  • Can be enabled using cl_crosshair_custom convar
  • Replace default sprite crosshair when not zoomed in
  • Following settings can be adjusted:
    • Size - cl_crosshair_size in pixels
    • Gap - cl_crosshair_gap in pixels
    • Thickness - cl_crosshair_thickness in pixels
    • Color - cl_crosshair_red, cl_crosshair_green, cl_crosshair_blue from 0 to 255
    • Dot - cl_crosshair_dot 0 or 1
    • T-style - cl_crosshair_t 0 or 1

VGUI2

  • VGUI2 support for client
  • Only supports latest SteamPipe version so it is packaged separately
  • Enhanced scoreboard with a new look
    • Shows players' avatars using Steam API
    • Calculates efficiency for each player ( Kills / (Deaths + 1) )
    • Supports Unicode (non-latin nicknames are drawn correctly)
    • Shows current map and player count

Linux

  • Bugfixed client has been ported to Linux
  • Not all features are available yet. The following hasn't been ported yet:
    • Steam IDs in scoreboard
    • Demo autorecording
    • Colored game console
  • Thanks to @et-nik and EzicMan for help and support