PMC websites shut down November 13th 2025 unless web hosting fees are paid. See up to date status from PMC Website Hosting and Domain Registration Fee Status forum topic. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond November 13th 2025 when web hosting fees are due.

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 revisionPrevious revision
Next revision
Previous revision
arma2:missions:briefing [2009/06/05 22:18] – added markers and images. snakemanarma2:missions:briefing [2024/08/01 21:14] (current) – links added. snakeman
Line 1: Line 1:
-====== Creating Briefing ======+====== ArmA 2 Creating Briefing ======
  
-How to create a briefing.+[[https://www.pmctactical.org/forum/viewforum.php?f=50|ArmA 2 Forum]], [[:arma2|ArmA 2 Home]], [[arma2:config|ArmA 2 Config]], [[arma2:file_formats|ArmA 2 File Formats]], [[arma2:missions|ArmA 2 Missions]], [[arma2:modeling|ArmA 2 3D Modeling]], [[arma2:scripting|ArmA 2 Scripting]], [[arma2:terrain|ArmA 2 Terrain]], [[arma2:texturing|ArmA 2 Texturing]], [[arma2:tools|ArmA 2 Tools]]
  
-I haven't seen 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.+How to create briefing.
  
-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.+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.
  
 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 41:
 </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 87:
 </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 103: Line 109:
   * 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