Пятница, 2025-07-04, 13:44:16
Приветствую Вас Гость | RSS
Главная | Регистрация | Вход
SITE LOGO
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Модератор форума: diesel, deps  
Server TF2
depsДата: Понедельник, 2011-08-29, 18:09:18 | Сообщение # 1
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline
Настройка выделенного сервера Team Fortress 2

TF2_cvarlist
TF2_Bots
TF2_cvarlist перевод



подпись
 
depsДата: Понедельник, 2011-08-29, 18:27:02 | Сообщение # 2
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline
"Идти в бесконечность V.2" - Новая версия скрипта для спая, предназначен для использования вкупе с Клок-Н-Даггером. Весь секрет скрипта - замедление скорости бега игрока, благодаря чему можно пройти намного дальше, и с меньшим ожиданием при регенерации в случае появления шанса быть обнаруженным.
Скрипт включается кнопкой [Page Up], после чего движения заметно замедляются. Чтобы скрипт работал правильно и без лагов, советую добавить строчку в autoexec.cfg : fps_max 70
Внимание! скрипт использует комманду wait! при попытке использования его на серверах, где она запрещена, игра зависнет!
Список изменений:
- Исправлен недочёт, вызывавший спам ошибками в консоли.
- Изменён wait скорости движения - клок-н-даггер теперь кончается(в отличии от старой версии), но передвижение с ним теперь реально.
Скрипт(ложить в spy.cfg):
Bind pgup walker
alias "walker" "startwalk"
alias "walkleft" ""
alias "walkright" ""
alias "walkforward" ""
alias "walkback" ""
alias "startwalk" "-forward;-back;-moveleft;-moveright;bind w +walkforward;bind s +walkback;bind a +walkleft;bind d +walkright;alias walker stopwalk;alias walkrepeat walkrepeatx;walkrepeat"
alias "stopwalk" "-walkforward;-walkback;-walkleft;-walkright;bind w +forward;bind s +back;bind a +moveleft;bind d +moveright;alias walker startwalk;alias walkrepeat"
alias "walkrepeatx" "walkforward;walkleft;walkright;walkback;wait 2;-moveleft;-moveright;-forward;-back;wait 5;walkrepeat"
alias "+walkleft" "alias walkleft +moveleft"
alias "-walkleft" "alias walkleft"
alias "+walkright" "alias walkright +moveright"
alias "-walkright" "alias walkright"
alias "+walkforward" "alias walkforward +forward"
alias "-walkforward" "alias walkforward"
alias "+walkback" "alias walkback +back"
alias "-walkback" "alias walkback"


подпись
 
depsДата: Понедельник, 2011-08-29, 18:28:10 | Сообщение # 3
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline
Zoom
Скрипт для пользователей FOV 90.
Положить в sniper.cfg
Заменить mouse4 на любую другую кнопку по желанию.

bind mouse4 "+zoom"
alias +zoom "+attack;cl_crosshair_scale 10;fov_desired 90;wait 3;fov_desired 89;wait 3;fov_desired 88;wait 3;fov_desired 87;wait 3;fov_desired 86;wait 3;fov_desired 85;wait 3;fov_desired 84;wait 3;fov_desired 83;wait 3;fov_desired 82;wait 3;fov_desired 81;wait 3;fov_desired 80;wait 3;fov_desired 79;wait 3;fov_desired 78;wait 3;fov_desired 77;wait 3;fov_desired 76;wait 3;fov_desired 75"
alias -zoom "-attack;cl_crosshair_scale 16;fov_desired 75;wait;fov_desired 76;wait;fov_desired 77;wait;fov_desired 78;wait;fov_desired 79;wait;fov_desired 80;wait;fov_desired 81;wait;fov_desired 82;wait;fov_desired 83;wait;fov_desired 84;wait;fov_desired 85;wait;fov_desired 86;wait;fov_desired 87;wait;fov_desired 88;wait;fov_desired 89;wait;fov_desired 90"


подпись
 
depsДата: Понедельник, 2011-08-29, 18:29:02 | Сообщение # 4
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline
Нужно в папке \Half-Life\SteamApps\*твой акк*\team fortress 2\tf\cfg в каждый конфиг каждого класса прописать

подпись
 
depsДата: Понедельник, 2011-08-29, 18:31:25 | Сообщение # 5
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline
Change sensitivity while scoped

This script will change the mouse sensitivity only when you are scoped. There are obvious benefits to this... you can have a high sensitivity when with secondary weapons, and a slower more accurate rifle while scoped.

Change 1.4 and 4.5 in the sensitivity area to whatever you want. 1.4 is the sensitivity I like when scoped, and 4.5 is the sensitivity the rest of the time.

-aim // This resets the sensitivity.

alias "aim" "+aim"
alias "+aim" "sensitivity 1.4; alias aim -aim" // Sensitivity when scoped.
alias "-aim" "sensitivity 4.5; alias aim +aim" // Sensitivity when non-scoped.

bind "space" "+jump; -aim" // If the sensitivity messes up, hit SPACE.
bind "mouse2" "aim; +attack2; wait 40; -attack2" // You can change mouse2 to whatever you use for scoping.

Alternately, use the cvar: zoom_sensitivity_ratio "#" where # is the multiple of your regular sensitivity you want.

For example: 4.5 normal and 1.4 zoomed = 0.311 (1.4/4.5) so: zoom_sensitivity_ratio "0.311"


подпись
 
depsДата: Понедельник, 2011-08-29, 18:35:21 | Сообщение # 6
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline
List of useful console commands




hud_ commands

hud_combattext 0/1 - turns the damage text above enemies off/on

miscellaneous commands


For moderators/admins

changelevel <mapname> - changes the map
cvarlist - View complete cvar list.
exec - Execute config file.
map <mapname> - changes the map and restarts the server - server operator only
Starts a new server if entered on the main menu - useful for bypassing the "Create New Server" dialog and map drop-down menu
maps - Display list of maps.
rcon_password <password> - gives player access to rcon commands
nextlevel <mapname> - sets the next map to be played
rcon <command> - executes an rcon command

For recording

record <demo name> - records a demo
stop - stops the recording of a demo
startmovie <moviename> avi - opens up the source recorder during demo play back and allows for high quality avi format recording
endmovie - stops source recorder
host_framerate <number> - tells the source recorder to record at a constant framerate
host_timescale <number> - use in conjunction with host_framerate to produce a smooth video output


подпись
 
depsДата: Понедельник, 2011-08-29, 18:35:33 | Сообщение # 7
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline


подпись
 
depsДата: Понедельник, 2011-08-29, 18:52:27 | Сообщение # 8
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline


подпись
 
depsДата: Понедельник, 2011-08-29, 19:23:54 | Сообщение # 9
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline


подпись
 
depsДата: Понедельник, 2011-08-29, 21:09:35 | Сообщение # 10
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline
перед добавлением ботов нужно создать NAVigations Points
вводить в консоле
sv_cheats 1
nav_analyze

начнется анализ карты, создание navpoint'ов и запись их на диск. После записи карта перезапустится.
теперь в консоле
sv_cheats 0
tf_bot_add 10 //добавить десяток ботов



подпись
 
depsДата: Понедельник, 2011-08-29, 21:18:10 | Сообщение # 11
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline


подпись
 
depsДата: Понедельник, 2011-08-29, 21:46:01 | Сообщение # 12
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline
Источник

Create bots.cfg in your cfg folder and place the script code into it. Before you start, you need to prepare the map.. lets take cp_coldfront for instance:

load a map you want to play on
open console
enter sv_cheats 1
nav_generate
Wait untill a waypoint file be created(map will be restarted once process be finished)(btw once you've done that, there's no need to repeat 3,4 and 5 anymore, if you wana play on this map again)
exec bots

So now you're all set. All you need - join blue team, select your class and add some bots. There's a little manual about bot add console commands:
CWbots2 - spawn ClanWar teams with 1 soldier on blue team(that means that there's one free place to play as soldier)
CWbots1 - spawn CW teams with 1 scout on blue team
CWbots4 - spawn CW teams with no demoman on blue team

CWbots7 - spawn CW teams with no medic on blue team
HLbots1 - spawn highlander teams with no scout in blue team(as you already saw, these numbers represent class select menu)
HLbots2 - spawn highlander teams with no soldier in blue team
HLbots3 - spawn highlander teams with no pyro in blue team
HLbots4 - spawn highlander teams with no demoman in blue team
HLbots5 - spawn highlander teams with no heavy in blue team
HLbots6 - spawn highlander teams with no engineer in blue team
HLbots7 - spawn highlander teams with no medic in blue team
HLbots8 - spawn highlander teams with no sniper in blue team

HLbots9 - spawn highlander teams with no spy in blue team

Bored? just "exec bots" once again and try another class\gametype.

Enjoy ^^ p.s. Play real clanwars and highlanders. Way more fun. ^^ bots act too tough\simple. They're easy ones to deal with, once you've learned their pattern.

p.p.s. Once you load bots.cfg, it applies next config: - Kick all bots - Bots don't taunt - Bots keeps their classes after death - Difficulty set to 3(Expert) - No criticals - No spread - No auto team balance


подпись
 
depsДата: Понедельник, 2011-08-29, 21:51:26 | Сообщение # 13
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline


подпись
 
depsДата: Понедельник, 2011-08-29, 21:54:10 | Сообщение # 14
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline
исходник


Well, I was bored and tired of getting owned as a medic so I made this. note: add bind mouse1 "+attack to all classes' .cfg except the medics



подпись
 
depsДата: Суббота, 2012-04-07, 20:36:45 | Сообщение # 15
Генералиссимус
Группа: Администраторы
Сообщений: 64
Репутация: 0
Статус: Offline
Параметры командной строки

Идентификаторы приложений в Steam


подпись
 
  • Страница 1 из 1
  • 1
Поиск:

Copyright MyCorp © 2025
Используются технологии uCoz