r2649 - branches/nexuiz-2.0/data branches/nexuiz-2.0/data/menu/data branches/nexuiz-2.0/data/menu/options trunk/data trunk/data/menu/data trunk/data/menu/options

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 21 12:58:19 EDT 2007


Author: esteel
Date: 2007-05-21 12:58:19 -0400 (Mon, 21 May 2007)
New Revision: 2649

Modified:
   branches/nexuiz-2.0/data/default.cfg
   branches/nexuiz-2.0/data/menu/data/key.menu
   branches/nexuiz-2.0/data/menu/options/key.menu
   trunk/data/default.cfg
   trunk/data/menu/data/key.menu
   trunk/data/menu/options/key.menu
Log:
added +use on g to default binds and menu (drops key in KH), added g for dropweapon (SO told me CS uses that key and it was still free)


Modified: branches/nexuiz-2.0/data/default.cfg
===================================================================
--- branches/nexuiz-2.0/data/default.cfg	2007-05-21 15:42:45 UTC (rev 2648)
+++ branches/nexuiz-2.0/data/default.cfg	2007-05-21 16:58:19 UTC (rev 2649)
@@ -513,6 +513,8 @@
 bind MWHEELUP weapnext
 bind MWHEELDOWN weapprev
 bind BACKSPACE dropweapon
+bind g dropweapon
+bind f +use
 
 // misc
 bind e +hook

Modified: branches/nexuiz-2.0/data/menu/data/key.menu
===================================================================
--- branches/nexuiz-2.0/data/menu/data/key.menu	2007-05-21 15:42:45 UTC (rev 2648)
+++ branches/nexuiz-2.0/data/menu/data/key.menu	2007-05-21 16:58:19 UTC (rev 2649)
@@ -58,13 +58,18 @@
 	Item Data_Nex_Key DropWeapon
 	{
 		target		"dropweapon"
-		defValue	"'BACKSPACE'"
+		defValue	"'BACKSPACE' 'g'"
 	}
 	Item Data_Nex_Key WeapLast
 	{
 		target		"weaplast"
 		defValue	"'MOUSE4'"
 	}
+	Item Data_Nex_Key Use
+	{
+		target		"+use"
+		defValue	"'g'"
+	}
 	Item Data_Nex_Key Zoom
 	{
 		target		"+zoom"

Modified: branches/nexuiz-2.0/data/menu/options/key.menu
===================================================================
--- branches/nexuiz-2.0/data/menu/options/key.menu	2007-05-21 15:42:45 UTC (rev 2648)
+++ branches/nexuiz-2.0/data/menu/options/key.menu	2007-05-21 16:58:19 UTC (rev 2649)
@@ -213,6 +213,11 @@
 						text	"Last Used Weapon"
 						target	"Data::Key::WeapLast"
 					}
+					Derive Nex_Key_Template Use
+					{
+						text	"Use (Drop Key in KH)"
+						target	"Data::Key::Use"
+					}
 					Derive Nex_Void Seperator2
 					{}
 					Derive Title Weapons

Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2007-05-21 15:42:45 UTC (rev 2648)
+++ trunk/data/default.cfg	2007-05-21 16:58:19 UTC (rev 2649)
@@ -513,6 +513,8 @@
 bind MWHEELUP weapnext
 bind MWHEELDOWN weapprev
 bind BACKSPACE dropweapon
+bind g dropweapon
+bind f +use
 
 // misc
 bind e +hook

Modified: trunk/data/menu/data/key.menu
===================================================================
--- trunk/data/menu/data/key.menu	2007-05-21 15:42:45 UTC (rev 2648)
+++ trunk/data/menu/data/key.menu	2007-05-21 16:58:19 UTC (rev 2649)
@@ -58,13 +58,18 @@
 	Item Data_Nex_Key DropWeapon
 	{
 		target		"dropweapon"
-		defValue	"'BACKSPACE'"
+		defValue	"'BACKSPACE' 'g'"
 	}
 	Item Data_Nex_Key WeapLast
 	{
 		target		"weaplast"
 		defValue	"'MOUSE4'"
 	}
+	Item Data_Nex_Key Use
+	{
+		target		"+use"
+		defValue	"'g'"
+	}
 	Item Data_Nex_Key Zoom
 	{
 		target		"+zoom"

Modified: trunk/data/menu/options/key.menu
===================================================================
--- trunk/data/menu/options/key.menu	2007-05-21 15:42:45 UTC (rev 2648)
+++ trunk/data/menu/options/key.menu	2007-05-21 16:58:19 UTC (rev 2649)
@@ -213,6 +213,11 @@
 						text	"Last Used Weapon"
 						target	"Data::Key::WeapLast"
 					}
+					Derive Nex_Key_Template Use
+					{
+						text	"Use (Drop Key in KH)"
+						target	"Data::Key::Use"
+					}
 					Derive Nex_Void Seperator2
 					{}
 					Derive Title Weapons




More information about the nexuiz-commits mailing list