Ru/Counter-Strike: Global Offensive Level Creation: Difference between revisions

From Valve Developer Community
< Ru
Jump to navigation Jump to search
m (Using L template for links)
Line 1: Line 1:
{{langsp|title=Создание уровней для Counter-Strike: Global Offensive}}
{{langsp|title=Создание уровней для Counter-Strike: Global Offensive}}
{{subpage|[[:Category:Level Design|Создание уровней]]}}
{{subpage|{{LCategory|Level Design|Создание уровней}}}}


{{csgo}} В этом разделе описываются особенности процесса создания уровней для [[Counter-Strike: Global Offensive]] с использованием [[Counter-Strike: Global Offensive Authoring Tools]]. Для получения общей информации о создании уровней посетите раздел [[:Category:Level Design|создание уровней]].
{{csgo}} В этом разделе описываются особенности процесса создания уровней для {{L|Counter-Strike: Global Offensive}} с использованием {{L|Counter-Strike: Global Offensive Authoring Tools}}. Для получения общей информации о создании уровней посетите раздел {{LCategory|Level Design|создание уровней}}.
__NOTOC__
__NOTOC__
{{category header|background-color=#E0E0E0|border-color=lightgray}}
{{category header|background-color=#E0E0E0|border-color=lightgray}}
Line 8: Line 8:


== Приступая к работе ==
== Приступая к работе ==
* '''[[Counter-Strike: Global Offensive Authoring Tools|Скачивание и установка Counter-Strike: Global Offensive Authoring Tools]]'''
* '''{{L|Counter-Strike: Global Offensive Authoring Tools|Скачивание и установка Counter-Strike: Global Offensive Authoring Tools}}'''


== Основное ==
== Основное ==
* [[Creating_Ladders_(CSGO) | Создание лестниц]]
* {{L|Creating_Ladders_(CSGO)|Создание лестниц}}
*{{en}} [[Lightmapped_4WayBlend|Текстуры 4WayBlend]]
*{{en}} [[Lightmapped_4WayBlend|Текстуры 4WayBlend]]
* [[HDR]]
* {{L|HDR}}
* [[Choosing Player Models|Выбор модели игрока]]
* {{L|Choosing Player Models|Выбор модели игрока}}
* [[Creating a working mini-map|Создание мини-карты]]
* {{L|Creating a working mini-map|Создание мини-карты}}
*{{en}} [[Mapname.txt|Настройка текста экрана загрузки]]
*{{en}} [[Mapname.txt|Настройка текста экрана загрузки]]
*{{en}} [[CS:GO Spectator Tools|Инструменты зрителя]]
*{{en}} [[CS:GO Spectator Tools|Инструменты зрителя]]


===[[Bot|Боты]]===
==={{L|Bot|Боты}}===
*{{en}} [[Nav Mesh|Навигационные сетки]]
*{{en}} [[Nav Mesh|Навигационные сетки]]
*{{en}} [[CS:GO Bot Behavior Trees|Древо поведения ботов]]
*{{en}} [[CS:GO Bot Behavior Trees|Древо поведения ботов]]
Line 27: Line 27:
*{{en}} [[Both Teams are Full error|Все команды укомплектованы!]]
*{{en}} [[Both Teams are Full error|Все команды укомплектованы!]]


=== [[Counter-Strike:_Global_Offensive/Game_Modes|Режимы игры]] ===
=== {{L|Counter-Strike:_Global_Offensive/Game_Modes|Режимы игры}} ===
{| class=wikitable
{| class=wikitable
! Обычный
! Обычный
|
|
* '''[[Creating a Classic Counter-Strike Map|Создание классических карт для Counter-Strike]]''' {{csgo mode|casual}}{{csgo mode|competitive}}{{csgo mode|wingman}}
* '''{{L|Creating a Classic Counter-Strike Map|Создание классических карт для Counter-Strike}}''' {{csgo mode|casual}}{{csgo mode|competitive}}{{csgo mode|wingman}}
** [[Creating a Bomb Defusal Map|Создание карты с закладкой бомбы]]
** {{L|Creating a Bomb Defusal Map|Создание карты с закладкой бомбы}}
** [[Creating a Hostage Rescue Map|Создание карты с захватом заложников]]
** {{L|Creating a Hostage Rescue Map|Создание карты с захватом заложников}}
* {{csgo mode|Wingman|Напарники}}
* {{csgo mode|Wingman|Напарники}}
* [[Setting up 1v1 Warmup Arenas|Настройка арен для разминки 1 на 1]]
* {{L|Setting up 1v1 Warmup Arenas|Настройка арен для разминки 1 на 1}}
|-
|-
! Военные игры
! Военные игры
Line 62: Line 62:
==Ссылки==
==Ссылки==
*{{en}} [[CS:GO Mapper's Reference|Размеры и урон от падения]]
*{{en}} [[CS:GO Mapper's Reference|Размеры и урон от падения]]
<!--* [[Counter-Strike: Global Offensive Textures and Decals|Список текстур и декалей]]-->
<!--* {{L|Counter-Strike: Global Offensive Textures and Decals|Список текстур и декалей}}-->
* [[List of CS:GO Entities|Список объектов]]
* {{L|List of CS:GO Entities|Список объектов}}
* [[:Category:Counter-Strike: Global Offensive Weapons|Список оружия]]
* {{LCategory|Counter-Strike: Global Offensive Weapons|Список оружия}}
* [[List of CS:GO Surface Types|Список типов поверхностей]]
* {{L|List of CS:GO Surface Types|Список типов поверхностей}}
* [[Counter-Strike: Global Offensive Sky List|Список скайбоксов]]
* {{L|Counter-Strike: Global Offensive Sky List|Список скайбоксов}}
* [[List of CS:GO Soundscapes|Список звуковых ландшафтов]]
* {{L|List of CS:GO Soundscapes|Список звуковых ландшафтов}}
* [[List of Counter-Strike: Global Offensive console commands and variables|Список консольных переменных]]
* {{L|List of Counter-Strike: Global Offensive console commands and variables|Список консольных переменных}}
* [[List of CS:GO Maps|Список карт]]
* {{L|List of CS:GO Maps|Список карт}}
* [[Map Prefixes#Counter-Strike.2C_Counter-Strike:_Condition_Zero.2C_Counter-Strike:_Source.2C_and_Counter-Strike:_Global_Offensive|Список префиксов карт]]
* [[Map Prefixes#Counter-Strike.2C_Counter-Strike:_Condition_Zero.2C_Counter-Strike:_Source.2C_and_Counter-Strike:_Global_Offensive|Список префиксов карт]]
* [[BSP Content Extraction (Source)|Извлечение контента из BSP файла]]
* {{L|BSP Content Extraction (Source)|Извлечение контента из BSP файла}}


===VScripting===
===VScripting===
* [[VScript Fundamentals|Основы VScript]]
* {{L|VScript Fundamentals|Основы VScript}}
* [[List of CS:GO Script Functions|Функции VScript]]
* {{L|List of CS:GO Script Functions|Функции VScript}}
* [[CS:GO VScript Examples|Примеры VScript]]
* {{L|CS:GO VScript Examples|Примеры VScript}}


==Теории==
==Теории==
* [[How to Develop a Map That Works|Как создать карту, которая работает]]
* {{L|How to Develop a Map That Works|Как создать карту, которая работает}}
* [[Releasing a Map|Выпуск карты]]
* {{L|Releasing a Map|Выпуск карты}}


==Мастерская==
==Мастерская==
* [[CS:GO Map Publish Tool|Публикация карты в мастерской Steam]]
* {{L|CS:GO Map Publish Tool|Публикация карты в мастерской Steam}}
* [[CS:GO Workshop For Server Operators|Мастерская для управляющих серверами]]
* {{L|CS:GO Workshop For Server Operators|Мастерская для управляющих серверами}}


==Видео==
==Видео==
* [[Counter-Strike: Global Offensive GDC Vault Video List|Список видеороликов GDC Vault, связанных с CS:GO]]
* {{L|Counter-Strike: Global Offensive GDC Vault Video List|Список видеороликов GDC Vault, связанных с CS:GO}}


==Также смотрите==
==Также смотрите==

Revision as of 07:20, 11 July 2024

English (en)Deutsch (de)Polski (pl)Русский (ru)Українська (uk)中文 (zh)Translate (Translate)

Counter-Strike: Global Offensive В этом разделе описываются особенности процесса создания уровней для Counter-Strike: Global Offensive(en) с использованием Counter-Strike: Global Offensive Authoring Tools(en). Для получения общей информации о создании уровней посетите раздел создание уровней(en).

Приступая к работе

Основное

Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Текстуры 4WayBlend
Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Настройка текста экрана загрузки
Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Инструменты зрителя

Боты(en)

Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Навигационные сетки
Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Древо поведения ботов

Ошибки

Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Static Props отображаются чёрным
Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Все команды укомплектованы!

Режимы игры(en)

Обычный
Военные игры
Пользовательский
Кооператив
Бесплатно для всех

Ссылки

Warning icon.png
This article has been marked as a candidate for speedy deletion for the following reason:
Use {{Flag|en}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Размеры и урон от падения

VScripting

Теории

Мастерская

Видео

Также смотрите