]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - Docs/mapping.txt
Update cvar names used in some examples
[xonotic/xonotic.git] / Docs / mapping.txt
index 6a0c01ed074f75ecbbf22c7a301917878600681b..de13f2ad44f194457c5de737f8ea1a650d4e977d 100644 (file)
@@ -380,9 +380,9 @@ mapinfo file.
 \r
 To do this, I can add the following lines to my mapinfo file:\r
 \r
-    settemp_for_type ctf g_balance_laser_primary_force 200\r
-    settemp_for_type all g_start_weapon_shotgun 0\r
-    settemp_for_type all g_start_weapon_uzi 1\r
+    settemp_for_type ctf g_balance_blaster_primary_force 200\r
+    settemp_for_type all g_balance_shotgun_weaponstart 0\r
+    settemp_for_type all g_balance_machinegun_weaponstart 1\r
     settemp_for_type all sv_cullentities_trace 0\r
 \r
 These "settemp" settings are automatically removed when the map is left and\r