r2657 - branches/nexuiz-2.0/Docs branches/nexuiz-2.0/data/maps branches/nexuiz-2.0/data/menu/data trunk/Docs trunk/data/maps trunk/data/menu/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue May 22 15:33:37 EDT 2007


Author: esteel
Date: 2007-05-22 15:33:37 -0400 (Tue, 22 May 2007)
New Revision: 2657

Modified:
   branches/nexuiz-2.0/Docs/mapping.txt
   branches/nexuiz-2.0/data/maps/ctf_basementctf.mapcfg
   branches/nexuiz-2.0/data/maps/ctf_basementctf_exit.cfg
   branches/nexuiz-2.0/data/maps/rune_aneurysm.mapcfg
   branches/nexuiz-2.0/data/maps/rune_aneurysm_exit.cfg
   branches/nexuiz-2.0/data/menu/data/weapon.menu
   trunk/Docs/mapping.txt
   trunk/data/maps/ctf_basementctf.mapcfg
   trunk/data/maps/ctf_basementctf_exit.cfg
   trunk/data/maps/rune_aneurysm.mapcfg
   trunk/data/maps/rune_aneurysm_exit.cfg
   trunk/data/menu/data/weapon.menu
Log:
corrected usage/mentioning of the now renamed g_balance_laser_force variable, most important in the menu..


Modified: branches/nexuiz-2.0/Docs/mapping.txt
===================================================================
--- branches/nexuiz-2.0/Docs/mapping.txt	2007-05-22 17:45:48 UTC (rev 2656)
+++ branches/nexuiz-2.0/Docs/mapping.txt	2007-05-22 19:33:37 UTC (rev 2657)
@@ -334,9 +334,9 @@
 	 // set up the exit cfg so we can reset values to what they were before
 	set exit_cfg "maps/dom_wazat1_exit.cfg"
 	 // make a backup
-	set BACKUP_g_balance_laser_force $g_balance_laser_force
+	set BACKUP_g_balance_laser_primary_force $g_balance_laser_primary_force
 	 // map-customized values here
-	set g_balance_laser_force 100
+	set g_balance_laser_primary_force 100
 	 // and on with the rest of the config
 	set g_domination 1		// turn on domination
 	set fraglimit 100		// 100 points to win
@@ -347,10 +347,10 @@
 Then we would make the exit cfg, named "dom_wazat1_exit.cfg":
 
 	 // reset laser damage
-	set g_balance_laser_force $BACKUP_g_balance_laser_force
+	set g_balance_laser_primary_force $BACKUP_g_balance_laser_primary_force
 
 
-When my wazat1 map is run in domination, the laser's force will only be 100.  However, before the map changes, it gets set back to what it was before.  This is because the original value was stored in BACKUP_g_balance_laser_force, then BACKUP_g_balance_laser_force was copied back into g_balance_laser_force when the exit cfg ran.
+When my wazat1 map is run in domination, the laser's force will only be 100.  However, before the map changes, it gets set back to what it was before.  This is because the original value was stored in BACKUP_g_balance_laser_primary_force, then BACKUP_g_balance_laser_primary_force was copied back into g_balance_laser_primary_force when the exit cfg ran.
 
 
 You can set all kinds of values like this, including fog and gameplay options.

Modified: branches/nexuiz-2.0/data/maps/ctf_basementctf.mapcfg
===================================================================
--- branches/nexuiz-2.0/data/maps/ctf_basementctf.mapcfg	2007-05-22 17:45:48 UTC (rev 2656)
+++ branches/nexuiz-2.0/data/maps/ctf_basementctf.mapcfg	2007-05-22 19:33:37 UTC (rev 2657)
@@ -1,9 +1,9 @@
 // set up the exit cfg so we can reset values to what they were before
 //set exit_cfg "maps/ctf_basementctf_exit.cfg"
 // make a backup
-//set BACKUP_g_balance_laser_force $g_balance_laser_force
+//set BACKUP_g_balance_laser_primary_force $g_balance_laser_primary_force
 // map-customized values here
-//g_balance_laser_force 100
+//g_balance_laser_primary_force 100
 // on with the map stuff
 set g_ctf 1
 set fraglimit 100

Modified: branches/nexuiz-2.0/data/maps/ctf_basementctf_exit.cfg
===================================================================
--- branches/nexuiz-2.0/data/maps/ctf_basementctf_exit.cfg	2007-05-22 17:45:48 UTC (rev 2656)
+++ branches/nexuiz-2.0/data/maps/ctf_basementctf_exit.cfg	2007-05-22 19:33:37 UTC (rev 2657)
@@ -1,4 +1,4 @@
 // reset laser damage
-//set g_balance_laser_force $BACKUP_g_balance_laser_force
+//set g_balance_laser_primary_force $BACKUP_g_balance_laser_primary_force
 // reset fog?
 //fog 0

Modified: branches/nexuiz-2.0/data/maps/rune_aneurysm.mapcfg
===================================================================
--- branches/nexuiz-2.0/data/maps/rune_aneurysm.mapcfg	2007-05-22 17:45:48 UTC (rev 2656)
+++ branches/nexuiz-2.0/data/maps/rune_aneurysm.mapcfg	2007-05-22 19:33:37 UTC (rev 2657)
@@ -1,9 +1,9 @@
 // set up the exit cfg so we can reset values to what they were before
 //set exit_cfg "maps/rune_aneurysm_exit.cfg"
 // make a backup
-//set BACKUP_g_balance_laser_force $g_balance_laser_force
+//set BACKUP_g_balance_laser_primary_force $g_balance_laser_primary_force
 // map-customized values here
-//set g_balance_laser_force 100
+//set g_balance_laser_primary_force 100
 // and on with the rest of the config
 set g_runematch 1
 set fraglimit 500

Modified: branches/nexuiz-2.0/data/maps/rune_aneurysm_exit.cfg
===================================================================
--- branches/nexuiz-2.0/data/maps/rune_aneurysm_exit.cfg	2007-05-22 17:45:48 UTC (rev 2656)
+++ branches/nexuiz-2.0/data/maps/rune_aneurysm_exit.cfg	2007-05-22 19:33:37 UTC (rev 2657)
@@ -1,2 +1,2 @@
 // reset laser damage
-//set g_balance_laser_force $BACKUP_g_balance_laser_force
+//set g_balance_laser_primary_force $BACKUP_g_balance_laser_primary_force

Modified: branches/nexuiz-2.0/data/menu/data/weapon.menu
===================================================================
--- branches/nexuiz-2.0/data/menu/data/weapon.menu	2007-05-22 17:45:48 UTC (rev 2656)
+++ branches/nexuiz-2.0/data/menu/data/weapon.menu	2007-05-22 19:33:37 UTC (rev 2657)
@@ -63,7 +63,7 @@
 	}
 	Item Data_Cvar LaserForce
 	{
-		cvarName	"g_balance_laser_force"
+		cvarName	"g_balance_laser_primary_force"
 		defValue	400
 
 		[DataLink_Setting]

Modified: trunk/Docs/mapping.txt
===================================================================
--- trunk/Docs/mapping.txt	2007-05-22 17:45:48 UTC (rev 2656)
+++ trunk/Docs/mapping.txt	2007-05-22 19:33:37 UTC (rev 2657)
@@ -334,9 +334,9 @@
 	 // set up the exit cfg so we can reset values to what they were before
 	set exit_cfg "maps/dom_wazat1_exit.cfg"
 	 // make a backup
-	set BACKUP_g_balance_laser_force $g_balance_laser_force
+	set BACKUP_g_balance_laser_primary_force $g_balance_laser_primary_force
 	 // map-customized values here
-	set g_balance_laser_force 100
+	set g_balance_laser_primary_force 100
 	 // and on with the rest of the config
 	set g_domination 1		// turn on domination
 	set fraglimit 100		// 100 points to win
@@ -347,10 +347,10 @@
 Then we would make the exit cfg, named "dom_wazat1_exit.cfg":
 
 	 // reset laser damage
-	set g_balance_laser_force $BACKUP_g_balance_laser_force
+	set g_balance_laser_primary_force $BACKUP_g_balance_laser_primary_force
 
 
-When my wazat1 map is run in domination, the laser's force will only be 100.  However, before the map changes, it gets set back to what it was before.  This is because the original value was stored in BACKUP_g_balance_laser_force, then BACKUP_g_balance_laser_force was copied back into g_balance_laser_force when the exit cfg ran.
+When my wazat1 map is run in domination, the laser's force will only be 100.  However, before the map changes, it gets set back to what it was before.  This is because the original value was stored in BACKUP_g_balance_laser_primary_force, then BACKUP_g_balance_laser_primary_force was copied back into g_balance_laser_primary_force when the exit cfg ran.
 
 
 You can set all kinds of values like this, including fog and gameplay options.

Modified: trunk/data/maps/ctf_basementctf.mapcfg
===================================================================
--- trunk/data/maps/ctf_basementctf.mapcfg	2007-05-22 17:45:48 UTC (rev 2656)
+++ trunk/data/maps/ctf_basementctf.mapcfg	2007-05-22 19:33:37 UTC (rev 2657)
@@ -1,9 +1,9 @@
 // set up the exit cfg so we can reset values to what they were before
 //set exit_cfg "maps/ctf_basementctf_exit.cfg"
 // make a backup
-//set BACKUP_g_balance_laser_force $g_balance_laser_force
+//set BACKUP_g_balance_laser_primary_force $g_balance_laser_primary_force
 // map-customized values here
-//g_balance_laser_force 100
+//g_balance_laser_primary_force 100
 // on with the map stuff
 set g_ctf 1
 set fraglimit 100

Modified: trunk/data/maps/ctf_basementctf_exit.cfg
===================================================================
--- trunk/data/maps/ctf_basementctf_exit.cfg	2007-05-22 17:45:48 UTC (rev 2656)
+++ trunk/data/maps/ctf_basementctf_exit.cfg	2007-05-22 19:33:37 UTC (rev 2657)
@@ -1,4 +1,4 @@
 // reset laser damage
-//set g_balance_laser_force $BACKUP_g_balance_laser_force
+//set g_balance_laser_primary_force $BACKUP_g_balance_laser_primary_force
 // reset fog?
 //fog 0

Modified: trunk/data/maps/rune_aneurysm.mapcfg
===================================================================
--- trunk/data/maps/rune_aneurysm.mapcfg	2007-05-22 17:45:48 UTC (rev 2656)
+++ trunk/data/maps/rune_aneurysm.mapcfg	2007-05-22 19:33:37 UTC (rev 2657)
@@ -1,9 +1,9 @@
 // set up the exit cfg so we can reset values to what they were before
 //set exit_cfg "maps/rune_aneurysm_exit.cfg"
 // make a backup
-//set BACKUP_g_balance_laser_force $g_balance_laser_force
+//set BACKUP_g_balance_laser_primary_force $g_balance_laser_primary_force
 // map-customized values here
-//set g_balance_laser_force 100
+//set g_balance_laser_primary_force 100
 // and on with the rest of the config
 set g_runematch 1
 set fraglimit 500

Modified: trunk/data/maps/rune_aneurysm_exit.cfg
===================================================================
--- trunk/data/maps/rune_aneurysm_exit.cfg	2007-05-22 17:45:48 UTC (rev 2656)
+++ trunk/data/maps/rune_aneurysm_exit.cfg	2007-05-22 19:33:37 UTC (rev 2657)
@@ -1,2 +1,2 @@
 // reset laser damage
-//set g_balance_laser_force $BACKUP_g_balance_laser_force
+//set g_balance_laser_primary_force $BACKUP_g_balance_laser_primary_force

Modified: trunk/data/menu/data/weapon.menu
===================================================================
--- trunk/data/menu/data/weapon.menu	2007-05-22 17:45:48 UTC (rev 2656)
+++ trunk/data/menu/data/weapon.menu	2007-05-22 19:33:37 UTC (rev 2657)
@@ -63,7 +63,7 @@
 	}
 	Item Data_Cvar LaserForce
 	{
-		cvarName	"g_balance_laser_force"
+		cvarName	"g_balance_laser_primary_force"
 		defValue	400
 
 		[DataLink_Setting]




More information about the nexuiz-commits mailing list