r2511 - trunk/data/menu/options

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 7 06:02:19 EDT 2007


Author: div0
Date: 2007-05-07 06:02:19 -0400 (Mon, 07 May 2007)
New Revision: 2511

Modified:
   trunk/data/menu/options/video.menu
Log:
for now, added the preset cfgs to the video menu. Please replace by real buttons, and add the options from the cfg files in the effects menu too. Effects menu then will need a scrollbar.


Modified: trunk/data/menu/options/video.menu
===================================================================
--- trunk/data/menu/options/video.menu	2007-05-07 09:36:42 UTC (rev 2510)
+++ trunk/data/menu/options/video.menu	2007-05-07 10:02:19 UTC (rev 2511)
@@ -71,5 +71,47 @@
 			init	Nex_Action_ResetData
 			target	"::Data::Video"
 		}
+		Derive Nex_Void Seperator2
+		{}
+		Derive Label Presets
+		{
+			text "Video/Effects presets:"
+		}
+		Derive TextButton Low
+		{
+			normal	"low quality"
+			init	Nex_Action_ConsoleCmd
+			syncCmd	"exec low.cfg; vid_restart\n"
+		}
+		Derive TextButton Medium
+		{
+			normal	"medium quality"
+			init	Nex_Action_ConsoleCmd
+			syncCmd	"exec med.cfg; vid_restart\n"
+		}
+		Derive TextButton Normal
+		{
+			normal	"normal quality"
+			init	Nex_Action_ConsoleCmd
+			syncCmd	"exec normal.cfg; vid_restart\n"
+		}
+		Derive TextButton High
+		{
+			normal	"high quality"
+			init	Nex_Action_ConsoleCmd
+			syncCmd	"exec high.cfg; vid_restart\n"
+		}
+		Derive TextButton Ultra
+		{
+			normal	"ultra quality"
+			init	Nex_Action_ConsoleCmd
+			syncCmd	"exec ultra.cfg; vid_restart\n"
+		}
+		Derive TextButton Ultimate
+		{
+			normal	"ulimate quality"
+			init	Nex_Action_ConsoleCmd
+			syncCmd	"exec ultimate.cfg; vid_restart\n"
+		}
 	}
 }




More information about the nexuiz-commits mailing list