Правила форума Гаранты форума
Размещение рекламы AMX-X компилятор

Здравствуйте, гость Вход | Регистрация

Наши новости:

14-дек
24-апр
10-апр
11-апр

Боты PODBot не пишут в чат

, Помогите!
Статус пользователя TheArtemMaps
сообщение 9.1.2020, 18:15
Сообщение #1
Стаж: 6 лет 8 месяцев
Город: Киев

Сообщений: 703
Благодарностей: 64
Полезность: < 0

Всем привет! Столкнулся я с такой проблемой. В чат не пишут боты PODBot. В конфигурациях чат включён и файл чата есть,но в чат не пишут! Проблемы небыло на ОС Windows а вот на LINUX REHLDS сервере не пишут они в чат! Что делать?! ubeysya.gif
Конфигурация ботов:
podbot.cfg
# This is the Pod-Bot Config File (for HL Counter-Strike)
#
# Any line begining with '#' in the first column is a comment line
#
# Make sure no Line exceeds 80 Characters !!!
#
# The following commands are supported in the bot.cfg file:
#
# All arguments in square Brackets are optional if you don't
# specify them a random value will be chosen
#
#
# pb_minbots <value> - configure the minimum number of bots that will run
# on this dedicated server.
#
# pb_maxbots <value> - configure the maximum number of bots that will run
# on this dedicated server.
#
# pb_minbotskill <value> - Sets the minimum Skill if Bots are created without
# specifying the Skill (0-100)
# pb_maxbotskill <value> - Sets the maximum Skill if Bots are created without
# specifying the Skill. Must be bigger than minbotskill
# of course !
#
# pb_chat <1|0> - Turns on/off Botchatting. Bots chat if they killed
# someone, if the Bomb was planted or if they are dead
# and bored. NOTICE: BotChat.txt must be there even if
# Botchat is turned off !
#
# add [skill] [personality] [team] [name] - Adds a Bot using a Skill
# from 0-100, personality is 1 Normal , 2 Aggresive , 3 Deffensive
# team is 1 for Terrorists, 2 for Counter Terrorists and 5 to
# use auto-assign, name is of course the name for this Bot
# If you don't specify the arguments, a random skill will be
# chosen and the Bot will be auto-assigned with a Name he chooses
# randomly from "Botnames.txt". You can edit this File to add some
# names you like better ! NOTICE: Don't delete BotChat.txt ! It will
# be used !
#
#
# pb_jasonmode <1|0> - Turns on/off Jason Mode ! Meaning Bots don't buy
# weapons and only use the knife for combat ! Greets
# to Auxois ! (Thanks for hosting btw.) Use this for
# much fun with e.a. cs_estate or cs_office
#
#
# pb_wptfolder <folder> - Sets the default Folder for loading/saving Waypoint
# Files. This folder HAS to be inside the POD-Bot
# Directory ! Don't put it into quotation marks and
# don't use spaces or a trailing backslash !
#
# pb_detailnames <1|0> - Turns on/off the Skilldisplay behind names and the
# [POD] before the name
#
# pb_numfollowuser <number> - Sets the maximum number of Bots in the team to
# follow the same user (when Radio Command
# "Follow Me" is used). Default is 3
#
# pb_maxweaponpickup <number> - Sets the maximum number of weapons Bots are
# allowed to pickup during a round
#
#
# pb_shootthruwalls <1|0> - This Variable specifies if Bots are allowed to
# shoot through Walls if they saw an enemy or if
# they heard someone on the other Side of a Wall
#
# pb_usespeech <1|0> - Turns on/off usage of HL Engine Speech Synthesis


# This sets the Waypoint Folder (in the POD-Bot Directory)
# for loading/saving waypoints. Don't use a trailing backslash or spaces.
# This doesn't work for the first game you create (default is wptdefault).
# But when creating for the second time (or loading with newmap) this
# directory will be used.
pb_wptfolder wptdefault

# Set the value to 1 to turn on welcome messages at start the game
pb_welcomemsgs 0

# Use this to turn on/off the Speech Synthesis
pb_usespeech 0

# These 2 lines below supports a minimum and maximum number
# of bots running on a server. Bots will be added to the server
# until the total number of players (bots and humans) reaches the
# max_bots value. Each time a new player joins the server, a bot will be
# kicked from the server unless there are only min_bots number of bots
# currently on the server. After players disconnect from the server, bots
# will be automatically added back to the server until the total number
# of players reaches max_bots again. You should make max_bots be AT LEAST
# one less than the maxplayers value (otherwise no one will be able to join
# your server).
# These 2 cvars below are limits for the function pb fillserver
# and pb removebots.
# You can stop this function by writing pb_maxbots = 0.
# Ths function is also not working in the case if pb_bot_quota_match
# is grater than 0 (in that case amount of bots follow the number
# humans * pb_bot_quota_match - of course in the min/maxbots limit).
pb_minbots 0
pb_maxbots 30

pb_bot_quota_match 0

# Changing the setting below forces bots joining to certain team.
# Useful if You want to have always bots in one team against humans.
# Argument values: "ANY", "T", "CT"
pb_bot_join_team "ANY"

# Changing the setting below forces bots using the specyfied skin - the same
# for all bots from one team - regardless of pb add or pb fillserver
# parameters.
# Useful if You want to have always bots in one team with the same skin.
# Argument values: 1,2,3,4 - they are foreced skins, 5 - default - no forcing
pb_skin 5

# These Settings below specify the Rate (in Seconds) of updating
# some of the Bot Checks. If you've got a slow computer you could
# try changing these to higher values to get some performance back.
# NOTE: This seriously affects the Bots Perception. If you have a
# fast computer you might try lowering them to get better even
# better playing results
pb_timer_sound 0.5
pb_timer_pickup 0.3
pb_timer_grenade 0.5

# Set this to 0 to disallow Bot Logo Spraying
pb_spray 1

# Set this to 1 to switch on the Free For All mode
# (The bots will also kill their teammates)
pb_ffa 0

# This Variable specifies if Bots are allowed to shoot through Walls
# if they saw an enemy or if they heard someone on the other Side of
# a Wall (additional Settings are specified in "botskill.cfg")
pb_shootthruwalls 1

# passwordkey - need set as setinfo to get access to main podbot menu
# usage (in below example You may need to write Your-own passwordkey instead
# _pbadminpw - if You changed the default setting for it):
# setinfo _pbadminpw "your_password"
pb_passwordkey "_pw"

# Set the password to have access to podbot menu on DS by 'pb menu'
# console command typed in client's admin PC or called from the binded key.
# Example of bind on Your client PC:
# bind "=" "pb menu"
pb_password "trew"

# This value sets the maximum number of Bots to follow a user
pb_numfollowuser 5

# Remove the Comments on the Line below to add Bots that have at least
# a Skill You want
pb_minbotskill 95

# Remove the Comments on the Line below to limit Bots to the specified skill
pb_maxbotskill 100

# This value sets the maximum number of weapons Bots are allowed to
# pickup during one round
pb_maxweaponpickup 10

# Set the below value to delay bots re-join after new map start
pb_mapstartbotdelay 10

# Set the below value to 1 to enable auto kill bots if all human players
# are dead already (default is 0)
pb_autokill 0

# Set the below value to to delay (in seconds) autokill bots if
# autokill is enabled - above (default is 45s)
pb_autokilldelay 45

# Remove the Comments on the Line below to turn on Jason Mode !
# pb_jasonmode 0

# Set the below option to 0 to turn off the Skilldisplay and
# the [POD] before the name
pb_detailnames 0

# The setting below specifies the danger factor with which the bots
# will weighten any waypoint where they have been killed in the past,
# in order to avoid it later. The higher the value, the more the bot
# will care about these waypoints and pick other routes instead.
# Progression is logarithmic. Warning: higher values require more CPU.
pb_dangerfactor 800

# Switches to on/off Botchatting
pb_chat 1

# Switches to on/off radio command usage and reacting for bots
# (switching it off will affect - for example - they will not follow
# the user !!!)
pb_radio 0

# pb_aim_type 1-4 (default 4)
# 1 = inhuman turns
# 2 = constant angle velocity
# 3 = botaim1
# 4 = botaim2
pb_aim_type 4

# The line below binds the User Menu to the "=" key. Of course you
# can bind this to any key you like.
bind "=" "pb menu"

# VERTICAL (up/down) spring stiffness of the aiming system. This value affects
# the quickness of the crosshair movement, as well as the frequency of
# the resulting oscillations.(default: 13.0)
pb_aim_spring_stiffness_x 13.0

# HORIZONTAL (left/right) spring stiffness of the aiming system. This value
# affects the quickness of the crosshair movement, as well as the frequency of
# the resulting oscillations. (default: 13.0)
pb_aim_spring_stiffness_y 13.0

# VERTICAL (up/down) damping coefficient of the aiming system. This value also
# affects the quickness of the crosshair movement, and the amplitude of
# the resulting oscillations.(default: 0.22)
pb_aim_damper_coefficient_x 0.22

# HORIZONTAL (left/right) damping coefficient of the aiming system. This value
# also affects the quickness of the crosshair movement, and the amplitude of
# the resulting oscillations.(default: 0.22)
pb_aim_damper_coefficient_y 0.22

# VERTICAL (up/down) error margin of the aiming system. This value affects how
# far (in game length units) the bot will allow its crosshair to derivate from
# the ideal direction when not targeting any player in particular.
# (default: 2.0)
pb_aim_deviation_x 2.0

# HORIZONTAL (left/right) error margin of the aiming system. This value affects
# how far (in game length units) the bot will allow its crosshair to derivate
# from the ideal direction when not targeting any player in particular.
# (default: 1.0)
pb_aim_deviation_y 1.0

# Perpendicular influence of the vertical axis on a HORIZONTAL movement. This
# value affects how much (in fraction of 1) the bot will be disturbed when
# moving its crosshair on an axis by the inherent movement on the other axis.
# (default: 0.25)
pb_aim_influence_x_on_y 0.25

# Perpendicular influence of the horizontal axis on a VERTICAL movement. This
# value affects how much (in fraction of 1) the bot will be disturbed when
# moving its crosshair on an axis by the inherent movement on the other axis.
# (default: 0.17)
pb_aim_influence_y_on_x 0.17

# Maximal value in seconds after which the aiming system will re-evaluate its
# ideal direction. This affects how often a bot will attempt to correct an
# imprecise crosshair placement by moving the crosshair inside the error
# margin bounds defined by the botaim_deviation CVARs.(default: 1.2)
pb_aim_offset_delay 1.2

# Fraction of the full speed the aiming system will adopt as speed when aiming
# at nothing in particular. This affects how slow the bot will move its
# crosshair when targeting nobody, relatively to its full speed capacity.
# (default: 0.5)
pb_aim_notarget_slowdown_ratio 0.5

# Fraction of the estimated target's velocity the aiming system will rely on
# when aiming at a moving target. This affects how well the bot will be able
# to track moving targets on the fly, and whether it will have a tendancy
# to aim ahead of it or behind it. (default: 2.2)
pb_aim_target_anticipation_ratio 2.2

# Weapons, equipment and ammo restriction (for buying)
# bit numbers meaning - the left one is the 0 in that string cvar
# Pistols restriction
# 0 - KNIFE
# 1 - USP
# 2 - GLOCK18
# 3 - DEAGLE
# 4 - P228
# 5 - ELITE
# 6 - FIVESEVEN
# Shotgun restrictions
# 7 - M3
# 8 - XM1014
# SMG restrictions
# 9 - MP5NAVY
# 10 - TMP
# 11 - P90
# 12 - MAC10
# 13 - UMP45
# Rifles restrictions
# 14 - AK47
# 15 - SG552
# 16 - M4A1
# 17 - GALIL
# 18 - FAMAS
# 19 - AUG
# 20 - SCOUT
# 21 - AWP
# 22 - G3SG1
# 23 - SG550
# Machine Gun restriction
# 24 - M249
# Shield restriction
# 25 - SHIELD
pb_restrweapons "00000000000000000000000000"

# 0 - vest
# 1 - vest and helmet
# 2 - flashbang
# 3 - he grenade
# 4 - smoke grenade
# 5 - defuser
# 6 - night vision googles
# 7 - primary ammo
# 8 - secondary ammo
pb_restrequipammo "000000000"

# Remove the comments on the lines below to have Bots
# join automatically if you start a new map

pb add 100
pb add 100
pb add 100
pb add 100
pb add 100
pb add 100
pb add 100


Мои плагины:
plugins.ini
;=== Плагин ===; ;=== Назначение ===;
fresh_bans_1.4.0b.amxx ;Бансистема
reaimdetector.amxx debug ;Античит (Настройка в: amxmodx\configs\reaimdetector.ini)
amx_gag.amxx ;Глушилка чата-микро
;Менеджер карт - (Neugomon)
admin.amxx ;Подключаем админов из файла users.ini
admincmd.amxx ;Базовые команды админа (кик/слэп/бан)
players_menu.amxx ;Меню действий с игроками (кик/бан и т.д)
adminchat.amxx ;Отдельный чат для админов
antiflood.amxx ;Запрещает посылать сообщения в чат чаще, чем раз в N секунд
mapsmenu.amxx ;Админское меню карт(голосование за смену карты, смена карты и т.д)
restmenu.amxx ;Менюшка, позволяющая запрещать использование определённых видов оружия
adminvote.amxx ;Возможность админам устраивать голосования
c4timer.amxx ;Отчёт до взрыва бомбы
statscfg.amxx ;Конфигурация статистики
say_me_and_hp.amxx ;/me /hp

;=== Выключенные плагины ===;
sayme.amxx ;/me /hp
statsx_top15.amxx ;Статистика сервера /top15, /rank и т.д (Заменён на Advanced Experience System 0.5.9)
statsx_shell.amxx ;Статистика сервера (Заменён на statsx_top15.amxx)
;mapmanager.amxx debug ;Менеджер карт - (Mistrick)
anti_spam_flashlight.amxx ;Анти спам фанариком
re_vipka.amxx ;Вип система №2
;===========================;

;=== Визуальные фан плагины (По умолчанию выклечены) ===;
weapon_icon.amxx ;Иконка оружия находящегося в руках
hs_blood.amxx ;Добавляет эффект крови на HeadShot
render.amxx ;Меню свечения, для VIP игроков, (чат команда /render - открыть меню)
;===========================;

;=== Остальные плагины ===;
auto_rr.amxx ;Авто рестарт раунда в начале карты
demorecoder.amxx ;Авто запись демки/демок
menufront_end.amxx ;Основное меня админа "amxmodmenu"
MenuGen.amxx ;/dopmenu и /menu - для удобства игрокам и админам (Настройка в: amxmodx\configs\MenuGen.ini)
re_ideal_vip.amxx ;Вип система №1 (Настройка в: amxmodx\configs\ideal_vip.cfg)
invisible_spectator.amxx ;Невидимка для админа команда в консоле amx_spectate
wmenu.amxx ;Оружейка для админа
admin_esp.amxx ;Админ-ВХ
screen_maker.amxx ;Скриншот меню + Автоскрины при бане
log_connect.amxx ;Логи коннекта игроков
fire_in_the_hole.amxx ;Анонс кто кинул какую гранату
screen_fade.amxx ;Мерцание экрана при убийстве
afk_control.amxx ;Кикает АФК игроков
;ping_control.amxx ;Кикает игроков с высоким пингом
damager.amxx ;Показывает урон над прицелом
rs_and_game_name.amxx ;Обнуление счета /rs, и позволяет изменить Имя игры в списке серверов (2 в 1)
top_awards.amxx ;Топ 3 игрок получает випку
;info_rank.amxx ;Показывает в начале каждого раунда позицию игрока в ранке
parachute.amxx ;Парашют (Использовать могут все игроки)
adverts.amxx ;Анонс - реклама (Настройка в: amxmodx\configs\adverts.ini)
;hud_message_dead.amxx ;Худ сообщения - реклама ТОЛЬКО для мертвых игроков - зрителей
block_advert.amxx ;Блокирует написании ссылок, рекламных ников!
anti_reklama.amxx ;Блокирует написании IP адресов и ссылок
;spect_bot.amxx ;Висит бот в зрителях
chatmanager.amxx ;Чат-Менеджер
rc_basechanger.amxx ;Чекер баз: addons\rechecker\bases, (Для чека одной базы: addons\rechecker - resources.ini ОТКЛЮЧИТЕ плагин)
rc_logging.amxx ;Логер для чекера
deagsmapmanager.amxx debug
kill_assist.amxx debug
speclist.amxx debug
;kills_counter.amxx debug
uaio_manager.amxx debug
uaio_admin.amxx debug
amxx_podbotmenu.amxx debug
Round_weapon.amxx debug
amx_gore_ultimate.amxx debug
status_monitor.amxx debug
shot_light.amxx debug
;Blue_Fade.amxx debug
ultimate_sounds.amxx debug
grenadetrail_like_csgo.amxx debug
;wcm_music.amxx debug
nuke_bombs.amxx
team_grenade_trail.amxx
rockthevote_custom.amxx
grab.amxx
;block_key.amxx
amx_blockip.amxx
night_maplist.amxx
rock2ban.amxx
;bhop_menu.amxx
admin-restore.amxx
shop.amxx
nice_player_bonus_1.6.amxx
nice_killer.amxx
INFO_RANK_V0.1.amxx debug
admin_spec_esp.amxx
;amx_sysbizz.amxx
;statsmarquee.amxx
csnadedrops.amxx
hostage_events.amxx
Leader.amxx debug
;nademessages.amxx
;ultimate_sounds.amxx
imitate.amxx
map_spawns_editor.amxx
;admin_ghost.amxx debug
amx_heconc.amxx debug
firstbloodex.amxx
BombSite_Radar.amxx
deathtype_effects.amxx
adminmenu181.amxx
adminmenu182.amxx
amx_bancs.amxx
instant_autoteambalance.amxx
Achievements_v2.0.amxx debug
LeaderModel.amxx
steam_bonus.amxx
steam_prefix.amxx
RegisterSystem.amxx
RegisterSystemDatatTansferor.amxx
New_Hook.amxx
shotadmin.amxx
;top_vip.amxx
autobuyfix.amxx
;Christmas_C4.amxx
;fireworks2.amxx
ny_admin_models.amxx
SantaHat.amxx
TreeSpawner.amxx
present.amxx debug
awpoff.amxx debug
ChristmasTree.amxx
NYKillEffect.amxx
GHW_Weapon_Replacement.amxx
newyear_rbs.amxx
backweapons.amxx
CSGO_Graffiti_Plugin.amxx
vip_rank.amxx
votebans_wtf.amxx
real_hostages.amxx
ultimate_effects.amxx
ultimate_informer.amxx debug
shit_rbs.amxx
afundm.amxx
precache_info.amxx
;new_year.amxx
fireworks2.amxx
night_day.amxx
dhud_message_dead.amxx
;x-warvote.amxx
;x-war.amxx
bonustime_rbs.amxx
piss_rbs.amxx debug
QuakeSounds.amxx debug
Camera_Changer.amxx
realradio.amxx
;portal.amxx
;adminweaponplugin.amxx
Bullet_Whizz.amxx
fallscream.amxx
BulletTracers_Updated.amxx
ghost.amxx
steam_models.amxx
knifeduel_improved.amxx
killassist_rbs.amxx
crux_ansata.amxx
skull.amxx


meta list:
meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] SafeNameAndChat RUN - SafeNameAndChat. v1.1 ini ANY ANY
[ 2] Reunion RUN - reunion_mm_i386. v0.1.0.8 ini Start Never
[ 3] ReAuthCheck RUN - reauthcheck_mm_i v0.1.6 ini Start Never
[ 4] VoiceTranscoder RUN - VoiceTranscoder. v2017RC3 ini ANY ANY
[ 5] AMX Mod X RUN - amxmodx_mm_i386. v1.9.0.5 ini Start ANY
[ 6] Rechecker RUN - rechecker_mm_i38 v2.5 ini Chlvl ANY
[ 7] WHBlocker RUN - whblocker_mm_i38 v1.5.696 ini Chlvl ANY
[ 8] ReSemiclip RUN - resemiclip_mm_i3 v2.3.9 ini Chlvl ANY
[ 9] NetBufExtender RUN - nbex.so v1.0 ini ANY Never
[10] AntiDlFile RUN - antidlfile_i386. v1.4 ini Start Never
[11] POD-Bot mm RUN - podbot_mm_i386.s v3.0B19d ini Chlvl ANY
[12] AMXX CRACKER RUN - amxx_cracker_amx v1.0 pl5 ANY ANY
[13] CStrike RUN - cstrike_amxx_i38 v1.9.0.5 pl5 ANY ANY
[14] CSX RUN - csx_amxx_i386.so v1.9.0.5 pl5 ANY ANY
[15] Fun RUN - fun_amxx_i386.so v1.9.0.5 pl5 ANY ANY
[16] FakeMeta RUN - fakemeta_amxx_i3 v1.9.0.5 pl5 ANY ANY
[17] Ham Sandwich RUN - hamsandwich_amxx v1.9.0.5 pl5 ANY ANY
[18] GeoIP RUN - geoip_amxx_i386. v1.9.0.5 pl5 ANY ANY
[19] MySQL RUN - mysql_amxx_i386. v1.9.0.5 pl5 ANY ANY
[20] SQLite RUN - sqlite_amxx_i386 v1.9.0.5 pl5 ANY ANY
[21] Engine RUN - engine_amxx_i386 v1.9.0.5 pl5 ANY ANY
[22] ReAPI RUN - reapi_amxx_i386. v5.10.0. pl5 ANY Never
[23] ReAimDetector RUN - reaimdetector_am v0.2.2 pl5 ANY Never
23 plugins, 23 running


amxx version
amxx version
AMX Mod X 1.9.0.5249 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Jun 19 2019 13:31:53
Built from: https://github.com/alliedmodders/amxmodx/commit/6cecb34
Build ID: 5249:6cecb34
Core mode: JIT+ASM32


Билд сервера:
Билд сервера
BUILD 1965 SERVER (0 CRC)
Server # 33


И еще кому не тяжело переведите этот файл botchat.txt на русский тоисть не так должно быть как в файле а именно как я пишу типо. Ну это по желанию а так спасибо заранее!

Помогите решить проблему пожалуйста!!! ubeysya.gif

Отредактировал: TheArtemMaps, - 9.1.2020, 18:23
Прикрепленные файлы:
Прикрепленный файл  botchat.txt ( 60,36 килобайт ) Кол-во скачиваний: 28


Register System <== Register System от m0skVi4a ;]
45.137.155.4:45265 <== сервер зомби
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   Цитировать сообщение
Статус пользователя $@NyA
сообщение 9.1.2020, 18:44
Сообщение #2


Иконка группы

Стаж: 18 лет

Сообщений: 987
Благодарностей: 529
Полезность: 1050

ОффТоп
Не поленился и подсчитал...
127 подключенных плагинов...
Это действительно много.
Пора принимать меры

По теме:
На Линуксе всегда возможные проблемы и это уже перестало удивлять...

По чату:
Думаю не составит труда самому это сделать,но если желания и охоты нет - могу перевести.


МультиМод CS
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя TheArtemMaps
сообщение 9.1.2020, 19:06
Сообщение #3
Стаж: 6 лет 8 месяцев
Город: Киев

Сообщений: 703
Благодарностей: 64
Полезность: < 0

$@NyA,
Ну если можешь то переведи)


Register System <== Register System от m0skVi4a ;]
45.137.155.4:45265 <== сервер зомби
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя $@NyA
сообщение 9.1.2020, 23:45
Сообщение #4


Иконка группы

Стаж: 18 лет

Сообщений: 987
Благодарностей: 529
Полезность: 1050

TheArtemMaps,
Код:
[KILLED]
6bIJI Bpar - cmaJI FRAG!
%v CerogH9I TbI CJIuBaeLLIb no noJIHou!


Я думаю изначально кто переводил,тот знал что он делает)

Ведь эсли написать "чисто" на русском
Код:
[KILLED]
Был враг - стал ФРАГ!
%v Сегодня ты сливаешь по полной !


Не факт,что будет отображаться.
Ты проверь - будет ли эта система работать)

P.S.Эсли будет - то я отказываюсь переводить.Много печатать.
Я думал,что там с английского нужно - то взялся бы за дело.

Ну а тебе тоже влом,да?)))



МультиМод CS
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя TheArtemMaps
сообщение 10.1.2020, 1:16
Сообщение #5
Стаж: 6 лет 8 месяцев
Город: Киев

Сообщений: 703
Благодарностей: 64
Полезность: < 0

$@NyA,
Нит я буду переводить взавтра переводить начну
Оно будет отображатся если в UTF-8 сохранить без BOM

$@NyA,
Ну вот типо английская версия чата:
botchat.txt
# All Bot Chat Messages are stored here
#
# Any line begining with '#' in the first column is a comment line
# No line should pass 79 Characters!(equivilent to this alphabetical line)
#
#abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz
#
# Messages for each Type of Chat begin with a marker enclosed in []
#
# Marker Types:
#
# [BOMBPLANT] Holds the Messages for the Counter Terrorists
# if a Bomb got planted
# [KILLED] Bots say this Message if they killed somebody
# [DEADCHAT] Bots say these Lines if they are dead and in
# Spectator Mode
#
# %f = Name of Player with the most frags
# %m = Mapname
# %r = Time until Round ends
# %s = Name of Player to reply
# %t = Name of Teammate alive
# %v = Last Victim of this Bot
#
# Counter Messages for Bomb planted:
# Minimum Number is 1!
#
[BOMBPLANT]
HEY!!! They're tryin to kill Kenny! Those bastards!!!!
oh no %t, what did they do to the plants?
we got %r left to figure what they want to bomb!!
FIDEL CASTRO DID IT! no....WAIT SADDAM DID IT!! no....wait...
sssshhhhh... %t, did you hear that beeping noise? was that your watch?
...Aaaaaaaaaaaa I DON'T WANN DIE....im famous and yer not %t.
#
#
# Messages after killing somebody:
# Minimum Number is 1
# For the %v the name of the victim will
# be inserted
# NOTE: Include a %v placeholder in every Line!
#
[KILLED]
%v, this reminds me of a Slayer song...all this bloodshed
Sorry, %v. can we do the scene again?
so....how do you like being worm food %v???
Yer supposed to be dead, %v its part of the game!!!!!
Sorry, %v. that looked as good as an Andy Worhol painting!
%v, ill use the rubber bullets next time !
Whatsamatter, %v?? lose your head? hahaha gotta keep cool!!
I had to do it, %v. You understand. The Director said so!!
hey %v.......MUAHAHAHAHAHAHAHAHAHAHA
%v, I enjoyed that one!! Lets play it again Sam
I've always been better, %v. AND YOU KNOW THIS ...MAN!!!!!!.
Hip-Hop is phat %v!!
Look at all that blood %v YEEEEEEEEEEEHAAAAAAAAAAAAAAA?
That'll teach you, %v !
Hey, %v! Ju can start callin me Scarface..Ju Piece o' CHIT!!!!
are you talking to me %v??
%v get it right this time, dont stand in front of my bullets.
%v, what are you laying around for??? hehe
#
#
# Chat Messages when dead and bored
# Minimum Number is 9!
#
[DEADCHAT]
Stop playing Dead....we see that you do that well now get up.
It makes me sick to look at you FAMOUS idiots!
It's time to change your diapers %v haha yer acting like a baby
I am an actor not a game player, thats why im losing
I get weak in the knees when I see %s comin at me!
no way %f!! No human is that quick
Look at that score!!.. %f is good at this gaming stuff, too bad the movies suck!!
Spectating is something normal people do....not us.
Have you heard of Metallica?
My whole family is full of winners....so i will win too!
Why are we playing this game, we should be shooting a scene?
WTF, I wish someone better than %s would join the server.
are James and Lars still on???
why is %f always winning??
The game is ok but all this waiting........
Why does everyone keep trying to hurt me, where are my stuntmen??
Our team is going to win for sure
CS, a game for the rich!
This is even close to real looking, good work on the set !!
%r and %t are still alive! Something must be very wrong...
Stop waiting around you freaks!! There's only %r left !!
How much money does the winner get? hehe
Still %r left in this round...do something!!!
This game isnt going to get me more famous than I already am!
you know for famous people we sure are stipud, uh, i mean stupid
I can't believe this...this is crazy!
this game is good to take out some of that agresion i have
Look at those well-paid retarded idiots !
I usually don't play this with famous people !
%f You act like my sister...she's a Tomboy
Not %m again!!! Be original for crying out loud!
%f is really rockin the set
%f when's your next movie coming out?
%f are you coming to the award show again this year?
%f how much money do you make a year nowadays?
%f get off your lazy butt and find them!!
%f The day is long and you are making it longer again
%f were your parents musicians?
%f i need some more sugar with this coffee
%f gimme a smoke please
What music are you listening to??
I need my beauty sleep %t, you guys take em out for me!
...All that and a bag of chips with a side order of bacon!
I really like this %m, it jams on gameplay.
I want more money for this...they arent paying me enough for the humiliation
Who's on first???
Whatever happened to Wu-Tang?? they had style for musicians
Im rich...i dont have to put up with this crap
Well, I believe my contract is up....time to go.
Anyone here like doing love scenes???
Where have all the good times gone??
Dear fellow famous people....KILL FASTER !!!!
I think i have to go now...bye, cu at the coke party later
LOL! Look at %t ... WTF ?...never seen anything like that before !
I have an audition, B R B
Are any of these weapons real, i never used them in my scenes?
I need to understand this agresion I see here today
I would have made more money with Porn
I'm off ta snort this real fast, B R B
WTF, I mean why not guys, vote me as Mayor, Jesse the Body Ventura did it...
Vote %f out he didnt bring enough cash to place his bet on who wins!!!
Aren't we getting a bit old for this?
I didnt realize that this was so difficult...Movies are cooler
Anyone remember Animal House??
HEY %f isnt it time you stopped using that weapon?
Lets all act like we are dead....see if we can fool em next round.
Woah %f has better stats than me again, he must be on caine!!
I'm really good at this, its not special effects !
I'm tired, lets leave %t !!
I smoke a lot when i have to wait, why do famous actors have to wait?
WTF, ....??
#
#
# Start of the "dynamic" replies from here
# After each @KEY Tag you need to specify the
# keywords in quotation marks and uppercase. You can
# have several keywords (aliases) each separated by a comma.
# After the keywords line, the answers or messages to this
# special keyword need to be given. In theory there can be an unlimited
# number of answers of course you should care about the used memory ;)
#
#
[REPLIES]
@KEY "WHO'S ON FIRST"
Whats on Second?, %s
I don't know but this isnt Baseball
I forgot how that one goes, it was a classic tho!
I'm not a fan of baseball, sorry %s

@KEY "AGRESION"
I think you need to learn how to spell first it's aggression
you cant spell you way out of a paper bag...a.g.g.r.e.s.s.i.o.n
the correct spelling is AGGRESSION

@KEY "FAMOUS"
Who's famous %s??
Whats so cool about Fame? THE MONEY!!!!!
My fame is due to hard work *snicker*
Ever see a drugged up famous person??? lol
Famous Schmamous....we are all normal people

@KEY "PORN"
yeah %s, you need to enjoy anal for that though....
I already saw some early footage of you %s, with Ron Jeremy hehe
mmmmmmmmm Chasey Lain
Porn??? ARE YOU NUTS??

@KEY "ANIMAL HOUSE"
John Belushi ruled in that movie %s
Thats how my College scene went down !!
wow, %s, you like those vintage films...vintage for me anyway :)
I'm gonna order a pizza and rent that right now CU L8TR !

@KEY "WAIT", "WAITING"
MAN you are so impatient %s
Would you please stop complaining %s have patience
back in my Army days it was all....Hurry up and Wait
You are just going to have to deal with it
Please tell some jokes %s, I'm bored too

@KEY "AGAIN"
quit your whining, it will all be over soon
I think you have a serious problem
yeah and dont let that happen again

@KEY "WISH"
%s, what do you want ?
Wishes are cool, Can i have 3 of them %s!
Wish wish wish.....andthing else you do?
thats wishful thinking

@KEY "B R B"
NOOOOOOOOO DONT GOOOOOOOOOOOOO %s!
can someone tell me what brb means?
Come on %s, you keep saying you're leaving but you're still here!
ok see you around %s
CU
bye, take care

@KEY "HEHE", "HAHA", "LOL", ":)", "WTF"
yeah lol, %s!
What's so funny, %s...
hihi
haha
hehe
:)
LMAO
ROFL
ROFLMAO

@KEY "I THINK ", "I BELIEVE "
don't think, %s..... DO ;-)
And I think you should sit back down and play!
Plz give me your ICQ Number %s
I think you're retarded
I believe you're retarded

@KEY "WU-TANG", "METALLICA", "DREAM THEATER", "HIP-HOP", "MUSIC", "SLAYER"
Umm...I don't care as long as it's not commercial
Trance beats make me dizzy when I'm drunk
Busta Rhymes is the fastest rapper..and has great style too
um...METALLICA RULLLLLLZZZZZZZZZZZZZ
Dream Theater is the most perfect band !!
just gimme one night with Kylie Minogue.....MUAHAHAHAHA

@KEY "WELL-PAID", "MONEY", "CASH", "RICH"
You make more money than I do!!
Well-Paid......hahaha that must be a joke
Where are you from %s ? cuz where I'm from no one has money
Just change your producer and you'll have money %s!
you can't be well paid %s....your movies doesn't sell hahahaha
being rich is so cool...you can do anything ...or not do anything hehe

@KEY "WIN", "WINNING", "WINNERS", "WINNER"
Is winning all you ever think about %s?
It's best to not think about the win....just have fun
I am a Winner Type so you actually have no real chance...
Speaking of win.....I'm going to Vegas, not de_vegas

@KEY "SORRY", "EXCUSE"
Yeah, but only non-famous people have to say sorry, or excuse me
The excuse doesn't help me now, %s!
THERE IS NO EXCUSE!!! yer not sorry!!!
Dont worry about it...

@KEY "WHAT", "WHY", "WHERE", "WHO", "WHEN", "HOW"
You will never find out, %s!
No idea, %s
What is this, %s, 20 Questions ??
Find out yourself, %s !

@KEY "REAL"
define real for me please
nothing in this world is real
dream on, real doesnt exist in an actors schedule
real huh....get a real life, stop acting all the time

@KEY "SCENE", "SCENES"
oh YES... a LOVE scene!!!
I have to shoot a scene tomorrow so i can play today
What kind of scene??
If its a love scene make sure you forget your parts after the kiss ! hehe

@KEY "STUNTMEN"
I never use stuntmen in my scenes
I'm afraid of the things they make us do and need stuntmen too
Stuntmen are crazy, who wants to jump off buildings for a living
dont cry...they are trained professionals LOL

@KEY "NUTS"
yeah i got a pair a nuts %s

@KEY "MOVIE", "MOVIES"
Man, cant we talk about something besides our jobs??
My movies have the best action scenes
a movie is just a movie...but the Matrix is real!!
what would i do if couldnt act.

@KEY "ACT", "ACTING"
you couldnt act your way out of a wet paper bag
acting? none of us can really act...its the director making us look good
acting is my life. my whole life is just an act. OMG IM SO DEPRESSED
Act like a fag....itll look funny with that weapon in your hand!
did anyone attend acting school?

@KEY "COKE", "HASH", "DRUGS"
damn....no wonder everyone things actors have drug problems....WE DO!
drugs sex and movies....in that order !! hihi
coke huh....coca cola drinkers party :)
drugs help me deal with being so ...so famous and RICH!

[UNKNOWN]
Bla bla bla...
What did you say, %s?
Concentrate on the game, %s!
Chatting with you %s is so great! I always wanted to meet you
These chat-messages are freaking me out! I feel like I know you all!
Don't spam, %s!
How do you all type so fast, I can't keep up!
Yeah, %s. You're right!......as if
No way, %s...this is insane
Where are you from originaly, %s?
I can't believe how you can play and win all the time, %f!
YEAH RIGHT! HAHA SURE!!!
I believe you!!!
OK, uhuh LOL
Why is everybody always saying the same things???
Hey %s....oh nevermind!
What are you talking about %s
Who said that? I resemble that remark
Oh, really? I'm so impressed...*snicker*
Very funny, %s! you must be on drugs.
%s !
ZZZZZZZzzzzzzZZZZZZZZZZZZZZZzzzzzzzzzzzzZZZZZZZZ
Wazzzzuuuuuuup? haha
I thought all of you action heros would be good at this...guess not hehe
Have you got ICQ, %s?
OMG you're weird in person! i'd rather watch your movies.
I aint got the cash to buy me some more hash
Roger That, Colonel, I'm on my way
Huh? WTF, what was that all about ?
Silly rabbit...um....i forgot the rest


$@NyA,
Ну так что проблема с чатом решаема?


Register System <== Register System от m0skVi4a ;]
45.137.155.4:45265 <== сервер зомби
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя $@NyA
сообщение 10.1.2020, 1:27
Сообщение #6


Иконка группы

Стаж: 18 лет

Сообщений: 987
Благодарностей: 529
Полезность: 1050

TheArtemMaps,
Ото возможно оно на Линуксе и не пашет,т.к. сейчас переведено.
Ведь он чувствителен к регистру ( может бред ляпнул )
Возможно с "правильной" Русской версией и заработает.

Цитата
Оно будет отображатся если в UTF-8 сохранить без BOM

Это вопрос? или уже проверил?
Раз уж проверил - можно приступать к роботе...


МультиМод CS
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя TheArtemMaps
сообщение 10.1.2020, 2:05
Сообщение #7
Стаж: 6 лет 8 месяцев
Город: Киев

Сообщений: 703
Благодарностей: 64
Полезность: < 0

$@NyA,
да я проверил там русское отображается


Register System <== Register System от m0skVi4a ;]
45.137.155.4:45265 <== сервер зомби
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
  Ответить в данную темуНачать новую тему
 
0 пользователей и 1 гостей читают эту тему: