Ru/Entity: Difference between revisions
< Ru
Jump to navigation
Jump to search
(Removing the overviews as it only links to this page.) |
No edit summary |
||
Line 26: | Line 26: | ||
|align="center"|{{L|Mesh entity}} | |align="center"|{{L|Mesh entity}} | ||
|rowspan="2" align="center"|Только {{source2|4}} | |rowspan="2" align="center"|Только {{source2|4}} | ||
|'''Сеточные объекты мира''' доступны только на платформе {{source2|4}}.<br>'''Сеточные объекты мира''' заменяют собой {{L|brush entity|объёмные объекты мира}}, используемые на платформе {{source|4}}. Начиая с {{Source2|4}} больше не используются {{L|BSP}} {{L|brushes|элементы мира}}, | |'''Сеточные объекты мира''' доступны только на платформе {{source2|4}}.<br>'''Сеточные объекты мира''' заменяют собой {{L|brush entity|объёмные объекты мира}}, используемые на платформе {{source|4}}. Начиая с {{Source2|4}} больше не используются {{L|BSP}} {{L|brushes|элементы мира}}, '''объекты мира''', которые нужно было связывать между собой, теперь всё является сеточной геометрией. | ||
|- | |- | ||
|align="center"|{{L|Path entity}} | |align="center"|{{L|Path entity}} | ||
|Path entities are a type of entity recently added to the tools. They can be created with the currently hidden Path Tool (Shift + P). | |'''Path entities''' are a type of entity recently added to the tools. They can be created with the currently hidden Path Tool (Shift + P). | ||
|- | |- | ||
! colspan="3" | по интеграции | ! colspan="3" | по интеграции | ||
Line 38: | Line 38: | ||
|- | |- | ||
|align="center"|{{LCategory|Non-internal entity|Non-Internal entity}} | |align="center"|{{LCategory|Non-internal entity|Non-Internal entity}} | ||
|'''Невстроенный объект''' | |'''Невстроенный объект''' entity is not processed by [[VBSP]] and remains as a separate entity.<br>These are typically interactive objects or characters that the player can interact with or that affect gameplay. | ||
|} | |} | ||
Revision as of 14:54, 16 August 2024

This page has not been fully translated.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.
This notice is put here by LanguageBar template and if you want to remove it after updating the translation you can do so on this page.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.
This notice is put here by LanguageBar template and if you want to remove it after updating the translation you can do so on this page.

This page has not been fully translated.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.
Объект мира (Entity), определённый на платформах Source и
Source 2 как имеющий характеристики, которые и отличают его от «мира » (элементов мира).
Типы объектов
Наименование | Доступность | Информация |
---|---|---|
по виду | ||
Brush entity | ![]() |
Объёмный объект мира (Brush entity) - это объект мира на движках ![]() ![]() (Горячие клавиши по умолчанию: CTRL + T) |
Point entity | ![]() ![]() |
Точечные объекты мира (Point entity) - это объекты мира, созданные в определённой точке координат . Каждый из них имеет собственную область действия только в том случае, если ему дана модель. |
Mesh entity | Только ![]() |
Сеточные объекты мира доступны только на платформе ![]() Сеточные объекты мира заменяют собой объёмные объекты мира , используемые на платформе ![]() ![]() |
Path entity | Path entities are a type of entity recently added to the tools. They can be created with the currently hidden Path Tool (Shift + P). | |
по интеграции | ||
Internal entity | Все платформы | Внутренний объект мира - это объект, который обрабатывается VBSP , а затем удаляется или соединяется с другими. Когда карта запущена, он фактически не существует. (он не учитывается и не занимает лимит объектов ). |
Non-Internal entity | Невстроенный объект entity is not processed by VBSP and remains as a separate entity. These are typically interactive objects or characters that the player can interact with or that affect gameplay. |
Ограничения
В целях распределения памяти на платформах GoldSrc/
Source/
Source 2 установлено ограничение на количество одновременно управляемых объектов .
The combined size (in bytes) of a map's entity data should also be considered, even if the number of entities is within safe limits. Large amounts of entdata can take a noticeably long time to transmit from server to client, and may lead to crashes.
Подробнее смотрите Предел объектов .