---------------------------------------------------------------------------------------------------

	creator:	dithes
	   mail:	dithes@gmail.com
	   date:	2012-01-11

---------------------------------------------------------------------------------------------------


---------------------------------------------------------------------------------------------------
HOW TO INSTALL DITHES HUD
---------------------------------------------------------------------------------------------------

0.	Remove or overwrite any old versions.
1.	select the size you want. (the 4x version if you use a conwidth/height close to 640x400, the 128 version if you are using a (much) larger conwidth/height.)
2.	Extract d.hud.pk3 in to your /qw/ folder. (nquake users read below)
3.	Make sure scr_newhud is set to 1.
4.	write: 
		exec hud.d 		for minimal hud
		exec hud_full.d 	for full hud
		exec hud_md.d 		for murdoc hud
		exec hud_mdr.d		for murdoc hud with weapon list to the right.
		exec hud_ca.d		for midair/pov hud.
		exec hud_spec.d 	for spec hud

** Nquake users **

 Do this before you start your quake.

1.	Open your /qw/ folder.
2.	Open pak.lst with notepad.
3	Add d.hud.pk3 to the top of the list.

 Should look like this:

	d.hud.pk3
	frogbot.pak
	debug.pakk
	models.pak
	g_weapons.pak
	v_weapons.pak
	w_weapons.pak
	projectiles.pak
	ktx.pak
	keys.pak
	runes.pak


4.	Save the changes and go to nr3 up top.


---------------------------------------------------------------------------------------------------
HOW TO INSTALL DITHES SIMPLEITEMS
---------------------------------------------------------------------------------------------------

0.	Remove or overwrite any old versions.
1. 	Select the version you want. (the normal version uses ssg sng rl & lg icons on ammo paks, the full version uses all icons (sg, ng, gl on small paks))
2. 	Extract d.simple.pk3 to your /qw/ folder. (nquake users read below)

** Nquake users **

 Do this before you start your quake.

1.	Open your /qw/ folder.
2.	Open pak.lst with notepad.
3.	Add d.simple.pk3 to the top of the list.

 Should look like this:

	d.simple.pk3
	d.hud.pk3
	frogbot.pak
	debug.pakk
	models.pak
	g_weapons.pak
	v_weapons.pak
	w_weapons.pak
	projectiles.pak
	ktx.pak
	keys.pak
	runes.pak


4.	Save the changes and you are ready to go.


---------------------------------------------------------------------------------------------------
HOW TO INSTALL DITHES CROSSHAIRS
---------------------------------------------------------------------------------------------------

0.	Remove or overwrite any old versions.
1. 	Extract d.crosshairs.pk3 to your /qw/ folder. (nquake users read below)
2.	Write: alias "f_weaponchange" "if ('$connectiontype' == 'player') then crosshairimage crosshair_$weapon else crosshairimage crosshair_spec"

** Nquake users **

 Do this before you start your quake.

1.	Open your /qw/ folder.
2.	Open pak.lst with notepad.
3.	Add d.crosshairs.pk3 to the top of the list.

 Should look like this:

	d.crosshairs.pk3
	d.simple.pk3
	d.hud.pk3
	frogbot.pak
	debug.pakk
	models.pak
	g_weapons.pak
	v_weapons.pak
	w_weapons.pak
	projectiles.pak
	ktx.pak
	keys.pak
	runes.pak


4.	Save the changes and go to nr2 up top.


---------------------------------------------------------------------------------------------------