mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 10:55:18 +00:00
Update cvar names used in some examples
This commit is contained in:
parent
4c3fe6ebaa
commit
751ee48101
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user