User Tools

Site Tools


arma2:missions:briefing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
arma2:missions:briefing [2009-06-05 22:18]
snakeman added markers and images.
arma2:missions:briefing [2015-07-13 07:59] (current)
snakeman added color example and removed some obsolete stuff.
Line 3: Line 3:
 How to create a briefing. How to create a briefing.
  
-I haven'​t seen a lot of briefings in missions I've played online yet, which is probably out of lack of documentation,​ So I thought to discover it by myself how to make briefings in arma2. +ArmA does not use the briefing.html anymore for the Notes and Tasks sections. The briefing.html is only used for the Debriefing text which is dependent on the EndMission trigger of the mission.
- +
-In Arma BIS has decided to not use the briefing.html anymore for the Notes and Tasks sections. The briefing.html is only used for the Debriefing text which is dependent on the EndMission trigger of the mission.+
  
 An Example briefing: (should actually be renamed to debriefing.html now BIS) An Example briefing: (should actually be renamed to debriefing.html now BIS)
Line 41: Line 39:
 </​html>​ </​html>​
 </​code>​ </​code>​
- 
 These different endings are activated in triggers, but I'm sure everyone knows about them already (the end1 and end2 endings are in the type listbox of the trigger menu) These different endings are activated in triggers, but I'm sure everyone knows about them already (the end1 and end2 endings are in the type listbox of the trigger menu)
  
Line 88: Line 85:
 </​code>​ </​code>​
  
 +Color example:
 +<code cpp>
 +<font color='#​FF0000'>​red</​font>​
 +<font color='#​FFFF00'>​yellow</​font>​
 +<font color='#​008000'>​green</​font>​
 +<font color='#​0000FF'>​blue</​font>​
 +</​code>​
 I suggest you put these commands in a file called briefing.sqf so you keep your other files clean, and then in your init.sqf write execVM "​briefing.sqf"​ I suggest you put these commands in a file called briefing.sqf so you keep your other files clean, and then in your init.sqf write execVM "​briefing.sqf"​
  
Line 102: Line 106:
   * The tskAttackVishnoye is a variable which holds a reference to the task. After youve created the task, you can use that var name to manipulate the task.   * The tskAttackVishnoye is a variable which holds a reference to the task. After youve created the task, you can use that var name to manipulate the task.
   * All these commands are local arg, local effect. So execute them on every machine (throw them in the init.sqf).   * All these commands are local arg, local effect. So execute them on every machine (throw them in the init.sqf).
- 
- 
-====== Notes ====== 
- 
-This tutorial was written by Mike84 in BIS forums topic [[http://​forums.bistudio.com/​showthread.php?​t=73424|here]]. 
arma2/missions/briefing.1244240290.txt.gz · Last modified: 2009-06-05 22:18 by snakeman