Jump to content
Sign in to follow this  
jordan_dj21

How do i put mission breifings in edited missions

Recommended Posts

I've tried to put mission breifings into a mission i've created using the OFP template below:

However, none of the text i inputted appeared when i pressed shift+ preview in the mission editor screen.

I've created a file in my mssion folder called briefing.html

Do i need to do something else??

<html>

<head>

<meta http-equiv="Content-Type"

content="text/html; charset=windows-1250">

<meta name="GENERATOR" content="ofp">

<title>Title</title>

</head>

<body bgcolor="#FFFFFF">

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

<! --- "Notes" section >

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

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

<p>

Write some text here - it will be in the "Notes" section.

<br><br>

You can use some <a href="marker:MarkerName">links</a> too.

</p>

<hr>

<! --- End of Notes>

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

<! --- Missions plan >

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

<p><a name="plan"></a>

Short description of the mission.

</p>

<hr>

<p><a name = "OBJ_1"></a>First objective.

</p>

<hr>

<p><a name = "OBJ_2"></a>Second objective.

</p>

<hr>

<! --- End of "Plan" section>

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

<! --- debriefings --->

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

<hr>

<br>

<h2><p><a name="Debriefing:End1">Title</a></p></h2>

<br>

<p>

DescriptionEnd1

</p>

<br>

<hr>

<br>

<h2><p><a name="Debriefing:End2">Title</a></p></h2>

<br>

<p>

DescriptionEnd2

</p>

<br>

<! --- end of debriefings --->

</body>

</html>

Share this post


Link to post
Share on other sites
However, none of the text i inputted appeared when i pressed shift+ preview in the mission editor screen.

Where did you get that shift+preview thing? :/ Doesnt work for me at least.

Share this post


Link to post
Share on other sites

it says it in the OFPEC breifing guide. Is it wrong then?? Or have i just done the code wrong?

Share this post


Link to post
Share on other sites
it says it in the OFPEC breifing guide. Is it wrong then?? Or have i just done the code wrong?

Apparently it does work, I just havent heard it before (being away from ofp for years).

Quick search on their forum showed up that few things might affect it. Like some commands, how long you press the shift etc.

http://www.ofpec.com/index.p....25096.0

Share this post


Link to post
Share on other sites
I've tried to put mission breifings into a mission i've created using the OFP template below:

However, none of the text i inputted appeared when i pressed shift+ preview in the mission editor screen.

I've created a file in my mssion folder called briefing.html

Do i need to do something else??

<html>

<head>

<meta http-equiv="Content-Type"

content="text/html; charset=windows-1250">

<meta name="GENERATOR" content="ofp">

<title>Title</title>

</head>

<body bgcolor="#FFFFFF">

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

<! --- "Notes" section >

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

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

<p>

Write some text here - it will be in the "Notes" section.

<br><br>

You can use some <a href="marker:MarkerName">links</a> too.

</p>

<hr>

<! --- End of Notes>

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

<! --- Missions plan >

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

<p><a name="plan"></a>

Short description of the mission.

</p>

<hr>

<p><a name = "OBJ_1"></a>First objective.

</p>

<hr>

<p><a name = "OBJ_2"></a>Second objective.

</p>

<hr>

<! --- End of "Plan" section>

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

<! --- debriefings --->

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

<hr>

<br>

<h2><p><a name="Debriefing:End1">Title</a></p></h2>

<br>

<p>

DescriptionEnd1

</p>

<br>

<hr>

<br>

<h2><p><a name="Debriefing:End2">Title</a></p></h2>

<br>

<p>

DescriptionEnd2

</p>

<br>

<! --- end of debriefings --->

</body>

</html>

if i remeber right u better change "Notes" section on "mission plan" and Mission plan on Notes, or u will have Notes in Mission plan and mission plan in Notes

Share this post


Link to post
Share on other sites

This will solve all your problems.

Its BAS-Frame work.

http://www.armaholic.com/page.php?id=912

Its easy to use and it bypass alot of headache's

Thou there are other's out there. this is made for arma. at least try it . and i promise that you will use it all the time

here is The briefing html

<html>

<head>

<meta http-equiv="Content-Type"

content="text/html; charset=windows-1250">

<meta name="GENERATOR" content="ofp">

<title>Title</title>

</head>

<body bgcolor="#FFFFFF">

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

<! --- NOTES -->

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

<h2><a name="Main"></a>Notes</h2>

<h4><p>

<br>

*** Insert mission notes here. ***

<br><br>

<a href="#Credits">[Mission Credits]</a><br>

</p></h4>

<hr>

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

<! --- End of NOTES -->

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

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

<! --- PLAN -->

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

<h2><a name="plan"></a>Plan</h2>

<h4><p>

<br>

*** Insert mission briefing here. Two examples of marker links are: <a href="marker:mkrInsertion">insertion point</a> and <a href="marker:mkrExtraction">extraction point</a>.***

</p></h4>

<hr>

<h4><p><a name = "OBJ_1"></a>*** Insert objective #1 here. ***</p></h4>

<hr>

<h4><p><a name = "OBJ_2"></a>*** Insert objective #2 here. ***</p></h4>

<hr>

<h4><p><a name = "OBJ_3"></a>*** Insert objective #3 here. ***</p></h4>

<hr>

<h4><p><a name = "OBJ_4"></a>*** Insert objective #4 here. ***</p></h4>

<hr>

<h4><p><a name = "OBJ_5"></a>*** Insert objective #5 here. ***</p></h4>

<hr>

<h4><p><a name = "OBJ_6"></a>*** Insert objective #6 here. ***</p></h4>

<hr>

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

<! --- End of PLAN -->

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

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

<! --- DEBRIEFINGS -->

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

<hr>

<br>

<h2><p><a name="Debriefing:End1">Ending #1</a></p></h2>

<br>

<h4><p>

*** Insert debriefing #1 here. ***

</p></h4>

<br>

<hr>

<br>

<h2><p><a name="Debriefing:End2">Ending #2</a></p></h2>

<br>

<h4><p>

*** Insert debriefing #2 here. ***

</p></h4>

<br>

<hr>

<br>

<h2><p><a name="Debriefing:End3">Ending #3</a></p></h2>

<br>

<h4><p>

*** Insert debriefing #3 here. ***

</p></h4>

<br>

<hr>

<br>

<h2><p><a name="Debriefing:End4">Ending #4</a></p></h2>

<br>

<h4><p>

*** Insert debriefing #4 here. ***

</p></h4>

<br>

<hr>

<br>

<h2><p><a name="Debriefing:End5">Ending #5</a></p></h2>

<br>

<h4><p>

*** Insert debriefing #5 here. ***

</p></h4>

<br>

<hr>

<br>

<h2><p><a name="Debriefing:End6">Ending #6</a></p></h2>

<br>

<h4><p>

*** Insert debriefing #6 here. ***

</p></h4>

<br>

<hr>

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

<! --- End of DEBRIEFINGS -->

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

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

<! --- MISSION CREDITS -->

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

<hr>

<h2><a name="Credits"></a>Mission Credits</h2><br>

<h4>

<p>

Version: *** n-n-n (DD MMM CCYY) ***

<br>

Designer(s): *** Insert name(s) here. ***

<br>

<br>

*** Insert further credits here. ***

<br>

<br>

Made with BAS f.<br>

<br>

<br>

<a href="#Main">[back to Notes Menu]</a>

</p>

</h4>

<hr>

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

<! --- End of MISSION CREDITS -->

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

</body>

</html>

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  

×