Seats Network Optimizer
Добавить в игру через Steam
Нажмите «Подписаться»
На странице Steam войдите в аккаунт, если потребуется.
Подписаться
О материале
«Seats Network Optimizer» — материал мастерской Garry’s Mod. Аддоны, карты, персонажи и инструменты для песочницы. Данные Steam, описание автора и ссылка для установки через подписку. Совместимость редакцией не проверена.
Описание автора
Optimizer for servers & multiplayer games
This addon is designed to significantly reduce network usage when using numerous seats and prisoner pods. This addon is totally useless in a local game, but it can decrease the network usage related to prop_vehicle_prisoner_pod on servers. It works for standalone seats, passenger seats, SCars, Sit anywhere, prisoner pods.
Important
Note: The same trick applies to (not handled in this add-on):
- env_sprite entities with an animated material
If you are a mapper, please make a lua_run entity triggered by a logic_auto entity, with the following Lua code:
for _,e in ipairs(ents.FindByClass('env_sprite'))do e:AddEFlags(EFL_NO_THINK_FUNCTION)end
How can I know how much traffic is saved?
Type in console: net_graph 3 The red trace is about entities traffic. It can get much lower with this addon.
Note
A problem causing non-seat vehicles to fail has been fixed on Feb 27, 2016.
How does it work?
The problem is that the internal Think of prop_vehicle_prisoner_pod entities produces a useless network usage, which is noticeable when there are many of them. The Seats Network Optimizer disables the internal Think of each prop_vehicle_prisoner_pod, and re-enables one of them on each server's Think. Also when you use or leave a seat, its internal Think is re-enabled until the animation is finished. More details in this bug report: High network usage caused by the prop_vehicle_prisoner_pod's Think
Как установить и запустить
Откройте оригинальную страницу в Steam Workshop, проверьте версию игры, зависимости и порядок загрузки в описании автора. Нажмите «Подписаться» и дождитесь загрузки Steam. Включите материал в меню модификаций или контента игры, если это требуется. Совместимость и запуск редакцией не проверены.