]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Ok weapons: remove more traces of okvortex.
authorLyberta <lyberta@lyberta.net>
Sat, 10 Feb 2018 23:19:42 +0000 (02:19 +0300)
committerLyberta <lyberta@lyberta.net>
Sat, 10 Feb 2018 23:19:42 +0000 (02:19 +0300)
defaultServer.cfg
randomitems-xonotic.cfg

index 89f7a2f7c27b1f10ed1975dd27e14d341db6903c..e89c7f83b12f7a4586f7e611f26d4a3f3c4fc4f2 100644 (file)
@@ -137,9 +137,9 @@ set bot_ai_keyboard_threshold 0.57
 set bot_ai_aimskill_offset 0.3 "Amount of error induced to the bots aim"
 set bot_ai_aimskill_think 1 "Aiming velocity. Use values below 1 for slower aiming"
 set bot_ai_custom_weapon_priority_distances "300 850"  "Define close and far distances in any order. Based on the distance to the enemy bots will choose different weapons"
-set bot_ai_custom_weapon_priority_far   "vaporizer okvortex vortex rifle electro devastator mortar hagar hlac crylink blaster okmachinegun machinegun fireball seeker okshotgun shotgun shockwave tuba minelayer"      "Desired weapons for far distances ordered by priority"
-set bot_ai_custom_weapon_priority_mid   "vaporizer devastator okvortex vortex fireball seeker mortar electro okmachinegun machinegun arc crylink hlac hagar okshotgun shotgun shockwave blaster rifle tuba minelayer"  "Desired weapons for middle distances ordered by priority"
-set bot_ai_custom_weapon_priority_close "vaporizer okvortex vortex okshotgun shotgun shockwave okmachinegun machinegun arc hlac tuba seeker hagar crylink mortar electro devastator blaster fireball rifle minelayer"  "Desired weapons for close distances ordered by priority"
+set bot_ai_custom_weapon_priority_far   "vaporizer oknex vortex rifle electro devastator mortar hagar hlac crylink blaster okmachinegun machinegun fireball seeker okshotgun shotgun shockwave tuba minelayer" "Desired weapons for far distances ordered by priority"
+set bot_ai_custom_weapon_priority_mid   "vaporizer devastator oknex vortex fireball seeker mortar electro okmachinegun machinegun arc crylink hlac hagar okshotgun shotgun shockwave blaster rifle tuba minelayer"     "Desired weapons for middle distances ordered by priority"
+set bot_ai_custom_weapon_priority_close "vaporizer oknex vortex okshotgun shotgun shockwave okmachinegun machinegun arc hlac tuba seeker hagar crylink mortar electro devastator blaster fireball rifle minelayer"     "Desired weapons for close distances ordered by priority"
 set bot_ai_weapon_combo 1      "Enable bots to do weapon combos"
 set bot_ai_weapon_combo_threshold 0.4  "Try to make a combo N seconds after the last attack"
 set bot_ai_friends_aware_pickup_radius "500"   "Bots will not pickup items if a team mate is this distance near the item"
index ebfbe7becfacf095e26b6a4f58ce66826aff2f0f..f25387a43fee43e1ce9111dd5af74437379b93f5 100644 (file)
@@ -31,7 +31,7 @@ set g_random_items_replace_weapon_hook "random" "Classnames to replace hook with
 set g_random_items_replace_weapon_tuba "random" "Classnames to replace tuba with."
 set g_random_items_replace_weapon_okshotgun "random" "Classnames to replace overkill shotgun with."
 set g_random_items_replace_weapon_okmachinegun "random" "Classnames to replace overkill machinegun with."
-set g_random_items_replace_weapon_okvortex "random" "Classnames to replace overkill vortex with."
+set g_random_items_replace_weapon_oknex "random" "Classnames to replace overkill nex with."
 set g_random_items_replace_weapon_porto "random" "Classnames to replace port-o-launch with."
 set g_random_items_replace_weapon_fireball "random" "Classnames to replace fireball with."
 set g_random_items_replace_weapon_minelayer "random" "Classnames to replace mine layer with."
@@ -83,7 +83,7 @@ set g_random_items_weapon_hook_probability 0 "Probability of random hook spawnin
 set g_random_items_weapon_tuba_probability 0 "Probability of random tuba spawning in the map."
 set g_random_items_weapon_okshotgun_probability 0 "Probability of random overkill shotgun spawning in the map."
 set g_random_items_weapon_okmachinegun_probability 0 "Probability of random overkill machinegun spawning in the map."
-set g_random_items_weapon_okvortex_probability 0 "Probability of random overkill vortex spawning in the map."
+set g_random_items_weapon_oknex_probability 0 "Probability of random overkill nex spawning in the map."
 set g_random_items_weapon_porto_probability 0 "Probability of random port-o-launch spawning in the map."
 set g_random_items_weapon_fireball_probability 0 "Probability of random fireball spawning in the map."
 set g_random_items_weapon_minelayer_probability 0 "Probability of random mine layer spawning in the map."
@@ -147,7 +147,7 @@ set g_random_loot_weapon_hook_probability 0 "Probability of random hook spawning
 set g_random_loot_weapon_tuba_probability 0 "Probability of random tuba spawning as loot."
 set g_random_loot_weapon_okshotgun_probability 0 "Probability of random overkill shotgun spawning as loot."
 set g_random_loot_weapon_okmachinegun_probability 0 "Probability of random overkill machinegun spawning as loot."
-set g_random_loot_weapon_okvortex_probability 0 "Probability of random overkill vortex spawning as loot."
+set g_random_loot_weapon_oknex_probability 0 "Probability of random overkill nex spawning as loot."
 set g_random_loot_weapon_porto_probability 0 "Probability of random port-o-launch spawning as loot."
 set g_random_loot_weapon_fireball_probability 0 "Probability of random fireball spawning as loot."
 set g_random_loot_weapon_minelayer_probability 0 "Probability of random mine layer spawning as loot."