Meisseli's Hud for GPP © 2010

Licensed under CC BY-NC 3.0: http://creativecommons.org/licenses/by-nc/3.0/

Version: 1.21

0. Changelog

	- v1.21
		- Added the new demos menu in the main menu

	- v1.2
		- Added main menu options
		- Added more crosshair dot options
		- Resized the in-game clock so 12-hour display shows properly and it's distinguishable from timer
		- Resized the info panel to show elements properly
		- Removed the useless "usable" sign from the human HUD

	- v1.12
		- Centered certain HUD elements that were not previously so
		- Fixed speed meter position
		- Moved spectator text to bottom right
		- Added an option to center player names

	- v1.11
		- Added fullscreen human radar
		- Teamoverlay position fixed as to not run into votes
		- Modified the red cross contrast for better visibility
		- Moved the stamina bolt by 1px

	- v1.1
		- Fixed issues with stamina bar and widescreen aspect ratios
		- Added a reloading indicator
		- Modified the human health colour ranges
		- Added a crude fix to human inventory widescreen issue
		- Added install and uninstall config files
	
1. Credits

	- Superpie (modified from his HUD)

2. Installation

	1. Uninstall any old HUDs.
	2. Unzip the contents of this zip to your "tremulous/base" folder.
	3. Move the "z_hudoptions.pk3" file to the same folder where vms-gpprXXXX.pk3 files are (Windows: Application Data/Tremulous/gpp, Linux: .tremulous/gpp).
	3. Run Tremulous and open the console from main menu (press ~).
	4. Type "/exec ui/GPP-Meis/install.cfg" and press ENTER.

3. Options

	The HUD includes some options that you can change with the main menu options. Alternatively, you can also set them manually:
	   
		seta meis_humanXhair 0/1-8 (crosshair dot off/on)
		seta meis_stageCounter 0/1 (stage counter off/on)
		seta meis_infopanel 0/1 (infopanel off/on)
		seta meis_reloadSign 0/1 (reloading indicator off/on)
		seta meis_scannerFullScreen 0/1 (human radar fullscreen off/on)
		seta meis_centerPlayerNames 0/1 (center player names off/on)
       
	You may also want to bind a setting toggle to a key:
	
		bind f10 "toggle meis_infopanel"
		
	for example.
	
4. Widescreen issue

	For a yet unresolvable issue the human inventory isn't shown correctly with widescreen aspect ratios. This has to be fixed either with the main menu options or manually with a cvar:
	
		seta meis_widescreen 0 (default value, non-widescreen aspect ratio)
		seta meis_widescreen 1 (16:10 aspect ratio)
		seta meis_widescreen 2 (16:9 aspect ratio)

5. Uninstallation

	1. Run Tremulous and open the console from main menu (press ~).
	2. Type "/exec ui/GPP-Meis/uninstall.cfg" and press ENTER.

6. Disclaimer

	I am not liable for any damage this HUD might cause to your computer hardware/Tremulous/sexual life/whatever. Use at your own risk.

7. Contact

	You can find me on IRC (##ddos @ freenode) by the name Meisseli.
