Home   Help Search Login Register  

Author Topic: help with briefing  (Read 568 times)

0 Members and 1 Guest are viewing this topic.

Offline 456820

  • Contributing Member
  • **
help with briefing
« on: 21 Dec 2004, 20:20:37 »
ive made a briefing well its part from a different mission i made im just experientin can anyone verify it cause it wont work with me.
  what i want is after the mission plan and before the objectives a link saying "Forces" wich will take me to a new page with "The forces are big they have tanks and men" said on it with another link back to the plan page
  can anyone correct it and tell me were i went wrong or just were i went wrong. (i read snYpirs tut i didnt really understand any of it and what i did understand went in to this "briefing" wich didnt work) so anoyin. another thing befoe you start questioning how the briefing makes sense its just an experimental thing.

AK-Chester

  • Guest
Re:help with briefing
« Reply #1 on: 21 Dec 2004, 21:48:02 »
You mean something like this (?):
Code: [Select]
<html>

<!------------------------------------------------------------------------->
<!-- Briefing file for Operation Flashpoint -->
<!-- Generated by Chris' OFP Script Editor -->
<!-- Create Briefing Wizard -->
<!------------------------------------------------------------------------->

<body>

<!------------------------------------------------>
<!-- Notes Section (in handwriting) -->
<!------------------------------------------------>
<h2><a name="Main"></a></h2><h6>
Im dreading this operation after what i saw in the HQ of Malden but this is why i got trained...
</h6><hr>

<!------------------------------------------------>
<!-- Plan Section -->
<!------------------------------------------------>
<p><a name="Plan"></a>

<!-- Mission Plan -->
You will start <a href="marker:start">here</a> in your blackhawk you will need to parachute out of it just a few hundred metres from your main objsctive the <a href="marker:1">town</a> clear it from russian troops and armour then get in touch with us.
<br><br>
<a href="#Forces">Forces</a></p>
<hr>

<!-- Objective 1 -->
<p><a name="OBJ_1">Parachute from your blackhawk</a></p>
<hr>

<!-- Objective 2 -->
<p><a name="OBJ_2">Clear the <a href="marker:1">town</a> of enemy troops and armour</a></p>
<hr>

<!------------------------------------------------>
<!-- Debriefing Section -->
<!------------------------------------------------>

<!-- End #1 -->
<h2><br><a name="Debriefing:End1">Quick re-take</a></h2><br>
<p>Congrats soldier you pulled through a very difficult operation no doubt thanks to you keep up your geat work in field</p>
<hr>

<!------------------------------------------------>
<!--Additional Pages Section -->
<!------------------------------------------------>
<h3><a name="Forces">Forces</a></h3><br>
<p>The forces are big they have tanks and men...</p>
<hr>

</body>
</html>
Hope you get it.

Oh, and make sure you name the file briefing.html and not briefing.sqs (like you did in your zip file).

Offline 456820

  • Contributing Member
  • **
Re:help with briefing
« Reply #2 on: 22 Dec 2004, 09:27:53 »
i named it ".sqs" so you can change it i do normally name it ".html" and thanks

Offline 456820

  • Contributing Member
  • **
Re:help with briefing
« Reply #3 on: 22 Dec 2004, 09:41:47 »
yes thanks that works fine but im still not sure how to make a link back to yhe plan page?

Offline 456820

  • Contributing Member
  • **
Re:help with briefing
« Reply #4 on: 22 Dec 2004, 10:07:37 »
snYpir is totaly right about using paragraph tags and how you get unexpected results ive got two plans mixed with objective 1 two links to the same place and im sure ive done it right but im just a rookie at .html files so i wouldnt know can any one help

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:help with briefing
« Reply #5 on: 22 Dec 2004, 11:31:56 »
find attached your briefing all fixed and ready to go.

actually not quite.

you'll notice the link from your 'additional information' page back to the plan section doesn't change the paper background. this is a bug in opf. i would suggest leaving the link out and letting the player use the standard navigation tabs on the ringbinder. that side-steps the bug and keeps everything working smoothly.


Rokket

  • Guest
Re:help with briefing
« Reply #6 on: 22 Dec 2004, 12:37:03 »
Remember, OFP doesn['t actually use HTML< it uses HTML for its own purposes. That spells Trouble, with a capital OFP.

bored_onion

  • Guest
Re:help with briefing
« Reply #7 on: 22 Dec 2004, 12:41:16 »
i always say its better to link to extra sections from and back to the notes page because it removes the paper bug. you can still write "See additional information in your notes" in the plan.

Offline 456820

  • Contributing Member
  • **
Re:help with briefing
« Reply #8 on: 22 Dec 2004, 20:02:51 »
thanks ive finaly got it working