From: terencehill Date: Wed, 21 Mar 2018 13:26:38 +0000 (+0100) Subject: Update cvar names used in some examples X-Git-Tag: xonotic-v0.8.5~177 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=751ee481012aa3681af24fbfa350efd9dbdd3020 Update cvar names used in some examples --- diff --git a/Docs/mapping.txt b/Docs/mapping.txt index 6a0c01ed..de13f2ad 100644 --- a/Docs/mapping.txt +++ b/Docs/mapping.txt @@ -380,9 +380,9 @@ mapinfo file. To do this, I can add the following lines to my mapinfo file: - settemp_for_type ctf g_balance_laser_primary_force 200 - settemp_for_type all g_start_weapon_shotgun 0 - settemp_for_type all g_start_weapon_uzi 1 + settemp_for_type ctf g_balance_blaster_primary_force 200 + settemp_for_type all g_balance_shotgun_weaponstart 0 + settemp_for_type all g_balance_machinegun_weaponstart 1 settemp_for_type all sv_cullentities_trace 0 These "settemp" settings are automatically removed when the map is left and