fix: wording
This commit is contained in:
parent
f9bae83466
commit
c0b32cfb02
5 changed files with 5 additions and 5 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
; Level = minReactionTime(s),maxReactionTime(s),headshotProbability,seenThruWallChance,heardThruWallChance,maxWeaponRecoil,aimError
|
; Level = minReactionTime(s),maxReactionTime(s),headshotProbability,seenThruWallChance,heardThruWallChance,maxWeaponRecoil,aimError
|
||||||
;
|
;
|
||||||
; Where:
|
; Where:
|
||||||
; minReactionTime - Minimal time in seconds from time the bot first saw enemy and time he can recognize it.
|
; minReactionTime - Minimal time in seconds from when the bot first saw the enemy to when it can recognize it.
|
||||||
; maxReactionTime - Same as above, but upper cap of the limit.
|
; maxReactionTime - Same as above, but upper cap of the limit.
|
||||||
; headshotProbability - The probability that the bot will aim at the head instead of body, if both body and head are visible.
|
; headshotProbability - The probability that the bot will aim at the head instead of body, if both body and head are visible.
|
||||||
; seenThruWallChance - Chance that the bot will attack the enemy if it believes that it is there and just saw it.
|
; seenThruWallChance - Chance that the bot will attack the enemy if it believes that it is there and just saw it.
|
||||||
|
|
|
||||||
|
|
@ -1750,7 +1750,7 @@ Allows or disallows bots to pickup custom items.
|
||||||
Erlaubt oder verhindert, dass Bots benutzerdefinierte Gegenstände abholen.
|
Erlaubt oder verhindert, dass Bots benutzerdefinierte Gegenstände abholen.
|
||||||
|
|
||||||
[ORIGINAL]
|
[ORIGINAL]
|
||||||
Allows or disallows bots to do map objectives, i.e. plant/defuse bombs, and saves hostages.
|
Allows or disallows bots to do map objectives, i.e. plant/defuse bombs, and save hostages.
|
||||||
|
|
||||||
[TRANSLATED]
|
[TRANSLATED]
|
||||||
Erlaubt oder verbietet Bots, Kartenziele zu erfüllen, d.h. Bomben zu legen/entschärfen und Geiseln zu retten.
|
Erlaubt oder verbietet Bots, Kartenziele zu erfüllen, d.h. Bomben zu legen/entschärfen und Geiseln zu retten.
|
||||||
|
|
|
||||||
|
|
@ -2098,7 +2098,7 @@ Allows or disallows bots to pickup best weapons.
|
||||||
Позволяет или запрещает ботам подбирать лучшее оружие.
|
Позволяет или запрещает ботам подбирать лучшее оружие.
|
||||||
|
|
||||||
[ORIGINAL]
|
[ORIGINAL]
|
||||||
Allows or disallows bots to do map objectives, i.e. plant/defuse bombs, and saves hostages.
|
Allows or disallows bots to do map objectives, i.e. plant/defuse bombs, and save hostages.
|
||||||
|
|
||||||
[TRANSLATED]
|
[TRANSLATED]
|
||||||
Разрешает или запрещает ботам выполнять задания на карте, т.е. закладывать/обезвреживать бомбы и спасать заложников.
|
Разрешает или запрещает ботам выполнять задания на карте, т.е. закладывать/обезвреживать бомбы и спасать заложников.
|
||||||
|
|
|
||||||
|
|
@ -229,7 +229,7 @@ yb_pickup_ammo_and_kits "0"
|
||||||
yb_pickup_best "1"
|
yb_pickup_best "1"
|
||||||
|
|
||||||
//
|
//
|
||||||
// Allows or disallows bots to do map objectives, i.e. plant/defuse bombs, and saves hostages.
|
// Allows or disallows bots to do map objectives, i.e. plant/defuse bombs, and save hostages.
|
||||||
// ---
|
// ---
|
||||||
// Default: "0", Min: "0", Max: "1"
|
// Default: "0", Min: "0", Max: "1"
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ ConVar cv_attack_monsters ("attack_monsters", "0", "Allows or disallows bots to
|
||||||
ConVar cv_pickup_custom_items ("pickup_custom_items", "0", "Allows or disallows bots to pickup custom items.");
|
ConVar cv_pickup_custom_items ("pickup_custom_items", "0", "Allows or disallows bots to pickup custom items.");
|
||||||
ConVar cv_pickup_ammo_and_kits ("pickup_ammo_and_kits", "0", "Allows bots pickup mod items like ammo, health kits and suits.");
|
ConVar cv_pickup_ammo_and_kits ("pickup_ammo_and_kits", "0", "Allows bots pickup mod items like ammo, health kits and suits.");
|
||||||
ConVar cv_pickup_best ("pickup_best", "1", "Allows or disallows bots to pickup best weapons.");
|
ConVar cv_pickup_best ("pickup_best", "1", "Allows or disallows bots to pickup best weapons.");
|
||||||
ConVar cv_ignore_objectives ("ignore_objectives", "0", "Allows or disallows bots to do map objectives, i.e. plant/defuse bombs, and saves hostages.");
|
ConVar cv_ignore_objectives ("ignore_objectives", "0", "Allows or disallows bots to do map objectives, i.e. plant/defuse bombs, and save hostages.");
|
||||||
ConVar cv_smoke_grenade_checks ("smoke_grenade_checks", "2", "Affect bot's vision by smoke clouds.", true, 0.0f, 2.0f);
|
ConVar cv_smoke_grenade_checks ("smoke_grenade_checks", "2", "Affect bot's vision by smoke clouds.", true, 0.0f, 2.0f);
|
||||||
|
|
||||||
// game console variables
|
// game console variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue