Добро пожаловать

на сайт Infotex

Чтобы целиком оценить наш сайт советуем вам зарегистрироваться или войти под своим логином! Регистрация на нашем сайте позволит Вам быть его полноценным участником. Вы сможете добавлять новости на сайт, оставлять свои комментарии, просматривать скрытый текст и многое другое.
В случае возникновения проблем с регистрацией, обратитесь к администратору сайта.




Регистрация | Забыли пароль?

Регистрация на сайте временно отключена.

 Главная Главная  Форум Форум  Галерея Галерея  Файлы Файлы  Новости Новости  Сайты Сайты  Обратная связь Обратная связь  Рекомендовать нас Рекомендовать нас
История мини чата Написать
[ Авг 20, 06:53 ] Koshak: Давно это было)))
[ Авг 16, 19:06 ] DzonWick: Оууу! Помню как Леша сервера ( моды ) делал. =)
[ Июль 31, 19:54 ] Koshak: Да есть что вспомнить )))
[ Июль 31, 19:53 ] Monumental: Как его можно забыть ? Здесь прошла добрая часть жизни) Особенно вечерние посиделки в чате Comfort ) Благодарность за труды ваши не имеет границ )
[ Июль 31, 19:51 ] Koshak: Жаль что прошли те весёлые времена... Я рад что ещё помнят этот форум )))

Раздел Закачки

Файлы->Дополнения HL->Bugfixed and improved HL release server 0.1.614 [ Поиск ]

Bugfixed and improved HL release server 0.1.614
Название Bugfixed and improved HL release server 0.1.614
Описание Server side changes:
0.1.223 (62 downloads):
Bunnyhop enabled.
Fixed bug with standing corpses and make dead player not solid so it will not lag other players passing over it.
Fixed server crash when one player use tank that is used by other player doesn't having a weapon.
Fix: now player will be respawned even if he holds a key pressed.
Fixed bug when rocket detonate in air because of fuel out, launcher is stuck and not reloading.
Workaround for bug with bouncing satchels causing high load in network channel and leading to choke. Further lowering net load by disabling animation of satchel model (its model has no animation, so nothing is lost). Corrected precache model for a satchel.
Fixed: occasional crash after player leaved server while using tank.
Integrated reversed spectator mode code.
Change: Do 10000 damage on team switching instead of 900. This could be needed for some mods that sets more then 100 health to players.
Say to all in chat about joining player.
Fixed bug in FreeLook spectator mode when player is stick to a floor trying to move some angle upward along a plane.
Remove deployed satchels on: death, disconnect, entering spectator mode and any other case where all weapons are stripped, even if not carry satchels control (dropped after deploying).
More responsive status bar (targeted players names, HP, AP in teamplay) via more frequent updates.
Fixed mp_fragsleft calculation for non-teamplay mode: Bug with 9999 when no one yet connected and bug with counting frags of disconnected players. Other bugs related to disconnected players counting.
Set FCVAR_SERVER on allow_spectators so it is exported to rules.
Spectator Mode:
- Added leaving spectators feature.
- Printing entering/leaving spectators events in chat.
- Logging of entering/leaving spectators events.
- Changed view modes cycle order: Roaming->FirstPerson->Chase Locked->Chase Free->Chase Overview->Free Overview.
- Will spectate same target after returning to spectator mode.
- Fixed: Don't switch from dead player to another if dead for more than 2 seconds. Just continue to spectate him.
- Fixed: Bug when spectator has wrong visibility after target respawns. Now observers use the visibility of their target.
- Fix: Allow selecting dead player as target for spectating.
- Fix: Forcibly respawn on leaving spectator mode.
- Made checks of spectating target more consistent.
- Added check not allowing to spectate disconnected clients.
- Fixed Bug: spectators shown as usual players in their teams if any player change the team.
- Fixed StartDeathCam function. Now player will nicely overlook area after a death.
- Enable "Cancel" button in team select menu (accessible via Enter when in spectator mode).
- StopObserver function will always reset and respawn player.
- Player will keep it's view point when entering Roaming spectator mode.
- Added selection of view spot in Roaming spectator mode from "info_intermission", "info_player_coop", "info_player_start" and "info_player_deathmatch" entities.
- Updates spectator's HUD in First Person mode with health/armor/weapon/ammo/pain info.
- Even more responsive status bar: it will disappear instantly same as it appear.
- Send AllowSpec message to enable Spectate command button in Team select panel.
- Send Spectator message so plugins (in AMXX for example) could use them (it is not used in client DLL).
- Made allow_spectators "1" by default.
- Added feature to block frequent Spectator command usage. Default is 5 seconds delay. Use spectator_cmd_delay cvar to change the delay (range is from 1 and higher).
- Setup visibility of spectating target only for InEye mode.
- Spectators reposition to target on its spawn - fixes PAS bug.
- Show players in scoreboard in usual death match in two groups: players and spectators separately, show group of spectators separately in team death match mode. For death match mode and AMXX installed there should be su-27.amxx plugin installed to achieve described effect.
- Spectators could use say_team to chat between them self.
Fix for not storing previous weapon on auto switch upon pickup more powerful one. Now lastinv command can be used to switch back to weapon carried before pickup. Thanks to KORD_12.7.
Host Say: no assertion anymore in debug configuration for UTF text, cut tail spaces in texts.
Fixed camera bug: reset view entity on player spawn.
Fix players detection as bots: Clear client flags in ClientDisconnect, because engine doesn't clear them before calling ClientConnect, but only before ClientPutInServer, on next connection to this slot. Thanks to Turanga_Leela.
Remove think of weapon in touch event, preventing bug with further materialize and secondary attach. Also removes repeating thinking of weapons gave by default.
Added missed WeapPickup messages to crowbar and glock.
Fixed repeating switching between gauss and egon when no ammo.
Let all know that new player has zero score (bug in scoreboard).
0.1.250 (3 downloads):
Fixed rpg idle animation.
Fixed fast repeating sound of empty reload of rpg on +attack holding.
Fixed delay on primary attack with empty rpg launcher.
Fix to don't show rpg laser spot when reloading.
Added links to libm and libstdc++ for linux. Server now could be run with default hlds_run.
0.1.257 (2 downloads):
Downgrading to gcc-2.95 under linux, this gives old style vtable placements and should solve offset problems for AMXX plugins and modules.
0.1.258 (74 downloads):
Removed link to libstdc++ under linux. Let's see, may be it will work without it. :D
0.1.484 2012-09-10 (34 downloads):
Refactored team names and list processing code in teamplay mode.
Added validity check on model name set by player for incorrect characters like: <>:;%?*"|/ and empty model name. This will also prevent different invisible model bug usages.
Switch newly connected players to first person mode.
Register VGUIMenu message on a server. This prevents bug with clients that came from miniAG server.
Added "menuselect" client command processing to deathmatch mode. It do nothing, but will prevent "unknown command" reply.
Fullupdate command flood check. No more then 2 commands within 5 second are allowed.
Fixed chat flood control. Now it will check in burst mode: 3 messages within 0.5 sec with penalty of 2 seconds.
Dedicated server will now run startup config file. Startup config filename is constructed by adding "startup_" string to filename specified in servercfgfile cvar.
Fixed bug with satchels: when all satchel deployed and player standing on new ones for pickup, explode and after pickup you can't select satchels because satchels weapon is delayed stripped from player.
Fixed fullupdate command to resend HideHUD, FOV, CurrentWeapon and Ammo info.
Fixed UTIL_FindEntityInSphere function so that it will not return NULL on entity without class in code (so it will not stop searching entities on map entity from CS for example).
Removed usages (only write usages existed) of "team" info buffer field.
0.1.503 2012-09-28 (39 downloads):
Restore RemovePlayerItem virtual function signature, use some different way to destroy items on exaust (fixes problems with plugins that using it). Thanks to GordonFreeman at aghl.ru.
0.1.533 2012-10-20 (55 downloads):
Spinning Corpses Fix (credits: omega from thewavelength.net).
Added precaching of item_healthkit and ammo_9mmbox on world start so plugins may spawn them later. Thanks to KORD_12.7 at aghl.ru.
Fixed bug in RetireWeapon when there is no another weapon to switch to. Thanks to Koshak at aghl.ru.
0.1.544 2012-11-19 (10 downloads):
Prevent clients from using commands before PutInServer happen, i.e. before spawn. This will effectively block spambots.
Register IconInfo message on a server. This prevents bug with clients that came from XDM server. Thanks to TesterYYY at aghl.ru.
Register StatusIcon message on a server.
0.1.549 2012-11-23 (10 downloads):
Added custom user messages from AGmini to prevent bug with clients that came from it.
0.1.557 2012-11-26 (122 downloads):
Allow unstuck from a satchel, for example if player spawns on it.
0.1.595 2013-02-11 (6 downloads):
Fixed quotes and tail spaces removal in say messages.
#11: Fixed bug with single player: Weapons can't be changed in single player. Mark player as connected on restoring from save file.
0.1.614 2013-02-13:
#1: Added server-side cvar mp_notify_player_status to allow selecting notifications about join/leave/spectate.
#16: Fixed egon beam in first person spectator mode to go from weapon viewmodel (server-side change for all client types).

Источник: http://aghl.ru/
Прислано Koshak
размер 1018.49 Kb
Голосов
Демо ссылка -
Скриншоты -
Скачать файл
Скачать файл
Комментарии

Статистика
Всего 59 файлов
Самые скачиваемые: DR-1X_Technical_Supplement
Самые просматриваемые: Greylink DC++ 0.61
Самые лучшие по оценкам: Готовый сервер Infotex_Terminator

Пользователи в разделе файлы: 1 (0 Зарегистрированных 1 гостей и 0 скрытых пользователей)
Пользователи:



MKPortal©2003-2008 mkportal.it
Logan ©2007-2011 RusMKPortal
Время: 0.03997 сек 5.05MB обращениями в базу данных 25