]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - Overkill_Setting.md
How to downgrade
[xonotic/xonotic.wiki.git] / Overkill_Setting.md
1 Overkill is a special mutator for Xonotic. See its [tutorial](Overkill_Tutorial) for details.
2
3 Overkill has been merged into the main game and will be available in 0.8 release!
4
5 Server owners looking to run the new overkill on their server will need to change a few things before running their updated server though;
6 The following options are required in server.cfg for overkill to run properly:
7
8 exec balance-overkill.cfg
9 g_overkill 1
10 g_spawn_near_teammate 1
11 g_spawn_near_teammate_ignore_spawnpoint 1
12 g_dodging 1
13 g_nades 1
14
15 Optionally, if you wish to use legacy ammo reloading, instead of the new ammo charging system, you may set the following cvar in server.cfg as well:
16 g_overkill_ammo_charge 0
17
18 Also, for wall dodging (extra push when dodging against walls), you may also add this to server.cfg:
19
20 sv_dodging_wall_dodging 1 
21
22 That's all there is to it! Happy overkilling!