Difference between revisions of "Mission Briefing"

From Team Fortress Wiki
Jump to: navigation, search
(This is the english page.)
Line 1: Line 1:
{{trans|Russian}}
 
 
{{DISPLAYTITLE:Брифинг по миссии}}
 
 
 
{{stub}}
 
{{stub}}
  
 
[[File:Mission briefing.png|300px|thumb|2Fort's mission briefing]]
 
[[File:Mission briefing.png|300px|thumb|2Fort's mission briefing]]
[[Брифинг по мисии]] - это информационная доска, которую видит игрок, после подключения к серверу. На доске показаны задания и примечания для конкретной карты, показаны скриншоты, сделанные в виде фотографии, и помещенные на доску. Брифинг по миссии овтоматически определяется исходя из [[game mode/ru|Игрового режима]], таким образом, игровой режим можно определить по скриншоту. Также брифинг может сопровождаться соответствующим видео.
+
The [[Mission Briefing]] is the informational chalkboard that is shown to the player after connecting to a game server. The board lists the objectives and notes for the current map, as well as screenshots of the map, appearing as Polaroids, taped to the chalkboard. The mission briefing is automatically determined by the [[game mode]] entities present in the map, in the same way the game mode is determined for the loading screen. The briefing may also be followed with the map's Introduction Video.
  
== Изменение брифинга по миссии ==
+
== Modifying the Mission Briefing ==
[[Custom maps/ru|Пользовательские карты]] могут отвергнуть этот текст, так же как и добавить скриншоты.
+
[[Custom maps]] can override the mission briefing text, as well as add the Polaroid screenshots.
  
=== Изменение текста брифинга ===
+
=== Modifying the briefing text ===
Задания и примечания располагаются в определенном текстовом документе, расположенном в папке <code>tf/maps/</code> . Текстовой документ показан после названия карты (не включая знак "_"), версии на другом языке могут быть добавлены путем изменения названия языка.
+
The objective and notes text is stored in a localized text file for the map, located in the <code>tf/maps/</code> folder. The text file is named after the map's full filename (without the extension), and non-English versions may be created by appending the language name.
  
 
  mapname.bsp
 
  mapname.bsp
Line 33: Line 29:
 
  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 require the file <code>cp_dustbowl_b1.txt</code> or <code>cp_dustbowl_b1_german.txt</code>.
  
{{c|i|Note:}} ''В большинстве случаев, автоматический показ брифинга будет работать. Этот способ нужно использовать для необычных игровых режимов или если нужно добавить некую информацию.''
+
{{c|i|Note:}} ''In most cases, the automatically displayed briefing will work. This technique should only be used for maps with custom game modes, or if additional information may be required.''
  
==Дополнительная информация==
+
==Trivia==
*Такая инормационная доска может быть найдена на базе у каждой команды, она покрыта уравнениями и диаграммой.  
+
*Similar versions of the chalkboard can also be found in the spawn area of each team, covered in equations and diagrams.  
  
[[Category:Custom maps/ru]]
+
[[Category:Mapping]]
[[Category:Game modes/ru]]
 

Revision as of 11:32, 24 October 2010

2Fort's mission briefing

The Mission Briefing is the informational chalkboard that is shown to the player after connecting to a game server. The board lists the objectives and notes for the current map, as well as screenshots of the map, appearing as Polaroids, taped to the chalkboard. The mission briefing is automatically determined by the game mode entities present in the map, in the same way the game mode is determined for the loading screen. The briefing may also be followed with the map's Introduction Video.

Modifying the Mission Briefing

Custom maps can override the mission briefing text, as well as add the Polaroid screenshots.

Modifying the briefing text

The objective and notes text is stored in a localized text file for the map, located in the tf/maps/ folder. The text file is named after the map's full filename (without the extension), and 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 require the file cp_dustbowl_b1.txt or cp_dustbowl_b1_german.txt.

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

Trivia

  • Similar versions of the chalkboard can also be found in the spawn area of each team, covered in equations and diagrams.