Jump to content
Sign in to follow this  
Impavido

Side Specific Breifings

Recommended Posts

I'm trying to get the HTML format for side-specific briefings on MP missions for Arma. The old syntax that I learned from OFP Mission Assistant don't seem to work.

Anybody know the right syntax or have a recommendation for a mod to help me?

Share this post


Link to post
Share on other sites

Disregard, the error was from my own spelling, which is pretty bad if you couldn't tell by the thread title...

rofl.gif

Share this post


Link to post
Share on other sites

Hi Mate,

Sorry to drag this up from the murky depths, bit I dabbled slightly in Op Flash Mission Editor and and now re-learning for the ArmA editor. I'm not a HTML wizard either.

How do you do side specific briefings? What's the syntax and code?

Thanks for any help!

String

Share this post


Link to post
Share on other sites

This is a cut and paste of one of the HTML files for a briefing.

Quote[/b] ]<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">

<meta name="GENERATOR" content="OFP Mission assistant">

<title>OFP Mission</title>

</head>

<body bgcolor="#FFFFFF">

<p><br>

</p>

<br>

<!---------------------------------->

<!---------Main.West------------>

<!---------------------------------->

<br>

<h2><a name="Main.West"></a></h2>

<h6>

ONLY THE WEST TEAM WILL SEE THESE NOTES.

</h6><br>

<br>

<!---------END OF NOTES------------>

<br>

<hr>

<br>

<!---------------------------------->

<!---------Main.East------------>

<!---------------------------------->

<br>

<h2><a name="Main.East"></a></h2>

<h6>

ONLY THE EAST TEAM WILL SEE THESE NOTES

</h6><br>

<br>

<!---------END OF NOTES------------>

<br>

<hr>

<br>

<!---------------------------------->

<!---------Plan.West------------>

<!---------------------------------->

<br>

<h2><a name="Plan.West"></a></h2>

<p>

ONLY THE EWST TEAM WILL SEE THIS BRIEFING TEXT

</p><br>

<hr>

<br>

<!---------------------------------->

<!---------Plan.East------------>

<!---------------------------------->

<br>

<h2><a name="Plan.East"></a></h2>

<p>

ONLY THE EAST TEAM WILL SEE THIS BRIEFING TEXT

</p><br>

<hr>

<!-------------------------->

<!------Debrief 1----------->

<!-------------------------->

<h2><p><a name="Debriefing:End1">INSERT ENDING TITLE</a></p></h2>

<p>

TEXT FOR ENDING #1

</p>

<hr>

<!-------------------------->

<!------Debrief 2----------->

<!-------------------------->

<h2><p><a name="Debriefing:End2">INSERT ENDING TITLE</a></p></h2>

<p>

TEXT FOR ENDING #2

</p>

<hr>

<!-------------------------->

<!------Debrief 3----------->

<!-------------------------->

<h2><p><a name="Debriefing:End3">INSERT ENDING TITLE</a></p></h2>

<p>

TEXT FOR ENDING #3

</p>

<hr>

<br>

</body>

</html>

And you also use hyper-link syntax to make words on the briefing clickable. They will move a curser over a marker when clicked. To do this you enter this in the briefing or notes body:

Quote[/b] ]

<a href="marker:westflag">US BASE</a>

In that example, the highlighter will move to a marker named "westflag" when someone clicks on the words "US BASE"

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×