Difference between revisions of "Mission Briefing"

From Team Fortress Wiki
Jump to: navigation, search
m
 
(29 intermediate revisions by 25 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Брифинг по миссии}}
+
[[File:Mission briefing.png|300px|thumb|2Fort's Mission Briefing, summarizing the objective and notes.]]
{{trans|Russian}}
+
{{Quotation|'''The Administrator'''|Mission begins in twenty seconds.|sound=Announcer_begins_20sec.wav}}
 +
The '''Mission Briefing''' is an informative page in the style of a chalkboard that is displayed to the player after connecting to a game. Its purpose is to provide useful details to players about the current map and game type like the map name, game mode, any objectives that must be completed in order to win, and any additional notes relating to the match at hand. Images are provided alongside the text to give additional visual information of key locations of the map, e.g. an important thoroughfare or [[control point (objective)|control point]]. The Mission Briefing is automatically determined by the current [[game mode]] in the same way that the game mode is determined and displayed on the loading screen. The Mission Briefing may also be followed by an instructional video that is designed to showcase the objective for both teams, and how said objective must be completed. The video may be skipped.
  
{{stub}}
+
== Modifying the Mission Briefing ==
 +
[[Custom maps]] can override the Mission Briefing text and images. On dedicated [[community servers]], this is often linked with the [[Dedicated_server_configuration#MOTD|"Message of the Day"]] configuration.
  
[[File:Mission briefing.png|300px|thumb|2Fort's mission briefing]]
+
=== Modifying the text ===
[[Брифинг по мисии]] - это информационная доска, которую видит игрок, после подключения к серверу. На доске показаны задания и примечания для конкретной карты, показаны скриншоты, сделанные в виде фотографии, и помещенные на доску. Брифинг по миссии овтоматически определяется исходя из [[game mode/ru|Игрового режима]], таким образом, игровой режим можно определить по скриншоту. Также брифинг может сопровождаться соответствующим видео.
+
The objective and notes text is stored in a localized text file for the map, and is located in the <code>tf/maps/</code> folder. The text file is named after the map's full filename (without the extension), while non-English versions may be created by appending the language name.
 
 
== Изменение брифинга по миссии ==
 
[[Custom maps/ru|Пользовательские карты]] могут отвергнуть этот текст, так же как и добавить скриншоты.
 
 
 
=== Изменение текста брифинга ===
 
Задания и примечания располагаются в определенном текстовом документе, расположенном в папке <code>tf/maps/</code> . Текстовой документ показан после названия карты (не включая знак "_"), версии на другом языке могут быть добавлены путем изменения названия языка.
 
  
 
  mapname.bsp
 
  mapname.bsp
Line 32: Line 28:
 
  mapname_tchinese.txt
 
  mapname_tchinese.txt
  
Например,для карты <code>cp_dustbowl_b1</code> нужен текстовой документ, названный <code>cp_dustbowl_b1.txt</code> или <code>cp_dustbowl_b1_german.txt</code>.
+
For example, <code>cp_dustbowl_b1</code> would have required the file <code>cp_dustbowl_b1.txt</code> or <code>cp_dustbowl_b1_german.txt</code>.
 +
 
 +
{{c|i|Note:}} ''In most cases, the automatically displayed Mission Briefing text will work. This technique should only be used for maps with custom game modes or if additional information may be required.''
  
{{c|i|Note:}} ''В большинстве случаев, автоматический показ брифинга будет работать. Этот способ нужно использовать для необычных игровых режимов или если нужно добавить некую информацию.''
+
== See also ==
 +
* [[Main menu]]
 +
* [[Heads-up display]]
 +
* [[List of maps]]
 +
* {{vdc|TF2/Modifying the Mission Briefing|Modifying the Mission Briefing}}
  
==Дополнительная информация==
+
{{Template:Mapping nav}}
*Такая инормационная доска может быть найдена на базе у каждой команды, она покрыта уравнениями и диаграммой.
 
  
[[Category:Custom maps/ru]]
+
[[Category:Mapping]]
[[Category:Game modes/ru]]
+
[[Category:GUI]]

Latest revision as of 10:51, 9 August 2023

2Fort's Mission Briefing, summarizing the objective and notes.
Mission begins in twenty seconds.
The Administrator

The Mission Briefing is an informative page in the style of a chalkboard that is displayed to the player after connecting to a game. Its purpose is to provide useful details to players about the current map and game type like the map name, game mode, any objectives that must be completed in order to win, and any additional notes relating to the match at hand. Images are provided alongside the text to give additional visual information of key locations of the map, e.g. an important thoroughfare or control point. The Mission Briefing is automatically determined by the current game mode in the same way that the game mode is determined and displayed on the loading screen. The Mission Briefing may also be followed by an instructional video that is designed to showcase the objective for both teams, and how said objective must be completed. The video may be skipped.

Modifying the Mission Briefing

Custom maps can override the Mission Briefing text and images. On dedicated community servers, this is often linked with the "Message of the Day" configuration.

Modifying the text

The objective and notes text is stored in a localized text file for the map, and is located in the tf/maps/ folder. The text file is named after the map's full filename (without the extension), while non-English versions may be created by appending the language name.

mapname.bsp
mapname_danish.txt
mapname_dutch.txt
mapname_english.txt
mapname_finnish.txt
mapname_french.txt
mapname_german.txt
mapname_italian.txt
mapname_japanese.txt
mapname_korean.txt
mapname_norwegian.txt
mapname_polish.txt
mapname_portuguese.txt
mapname_russian.txt
mapname_schinese.txt
mapname_spanish.txt
mapname_swedish.txt
mapname_tchinese.txt

For example, cp_dustbowl_b1 would have required the file cp_dustbowl_b1.txt or cp_dustbowl_b1_german.txt.

Pictogram info.png Note: In most cases, the automatically displayed Mission Briefing text will work. This technique should only be used for maps with custom game modes or if additional information may be required.

See also