Skip to content

shipyy/clean-hud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean HUD

This plugins allows for a more in-depth customization of various aspects from SurfTimer.
Supported SurfTimer versions 1.1.2 or above.

Currently allows customization for:

  1. Center Speed
  2. Checkpoints
  3. Key/Mouse Inputs
  4. Map/Stage Info
  5. Finishing Map Info
  6. Timer

Installation

  • Download latest release, exctract and drop the contents of CleanHUD-v*.*.*.zip into your csgo/addons/sourcemod folder

  • Create a new MySQL database configuration called cleanhud on csgo/addons/sourcemod/configs/databases.cfg

"cleanhud"
	{
		"driver"			"mysql"
		"host"				""
		"database"			""
		"user"				""
		"pass"				""
		"port"				""
	}

Requirements

  • version 1.1.2 or above from SurfTimer (and its requirements)
  • A MySQL database

About

In-depth HUD Customization of SurfTimer

Resources

License

Stars

Watchers

Forks

Packages

No packages published