arma2:missions:briefing
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
arma2:missions:briefing [2009/06/05 22:18] – added markers and images. snakeman | arma2:missions:briefing [2024/08/01 21:14] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Creating Briefing ====== | + | ====== |
- | How to create a briefing. | + | [[https:// |
- | I haven' | + | How to create |
- | In Arma 2 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 2 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: | ||
</ | </ | ||
</ | </ | ||
- | |||
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: | ||
</ | </ | ||
+ | Color example: | ||
+ | <code cpp> | ||
+ | <font color='# | ||
+ | <font color='# | ||
+ | <font color='# | ||
+ | <font color='# | ||
+ | </ | ||
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 " | 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 " | ||
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:// |
arma2/missions/briefing.1244240290.txt.gz · Last modified: 2009/06/05 22:18 by snakeman