Home   Help Search Login Register  

Author Topic: Yet another Briefing Problem.  (Read 599 times)

0 Members and 1 Guest are viewing this topic.

Olphy

  • Guest
Yet another Briefing Problem.
« on: 04 May 2004, 00:36:24 »
Hi.

I am making a Briefing for a mission that I am making at the moment and so far I have managed to overcome most of the obstacles, but have ran into one from whihc I don't know how to fix.

What I am trying to do is to make a Briefing with extra pages accessed by links. But so far I have manahed to get one link working but for some reason the second link does'nt work and for some reason when I open the working one the message I have made for the second on is in the working one...

I'll show you what I have written in my script.


<head>
<title>Briefing</title>
</head>

<body bgcolor="#FFFFFF">

<! ****************************************** >
<! **** Notes section in handwriting >
<! ****************************************** >
<h2><a name="Notes"></a></h2><h6>
Bla Blah Blah Yaddy yadda.
</h6><hr>

<! ****************************************** >
<! **** Plan section >
<! ****************************************** >
<p><a name="Plan"></a>

<! **** Mission plan text **** >
Mission begins at 05.30.
<br><br>
<a href="#Situation">Situation</a><br>
<a href="#Intel">Intel</a><br>
</p><hr>

<h2><a name="Situation"></a>Situation</h2>
<p>
<br>
Blah Blah Blah
<br><br>
Blah Blah Blah
<p><hr>

<h2><a name="Intel"></a>Intel</h2>
<p>
<br>
-Enemy Numbers are said to be within 30-40 Infantry.
<br><br>
-The Enemy are mainly Armed with guns...
<br><br>
-Enemy Morale is said to be high and will act aggressively under fire. etc.
<br><br>
<p align="left"><img src="mission_screenshot_2.jpg" width="198" height="114">
</p><hr>

For some reason "Intel" has moulded itself with "Situation" when in the editor.

Hope someone can find what is wrong with this...

Cheers.

Dubieman

  • Guest
Re:Yet another Briefing Problem.
« Reply #1 on: 04 May 2004, 03:20:17 »
Ahem what i mentioned before in another topic, wizard ahem chris's OFP script editor ahem. ;)

Olphy

  • Guest
Re:Yet another Briefing Problem.
« Reply #2 on: 04 May 2004, 18:11:48 »
Thats what I used tho. I don't think Chris's Script editior has an option for making extra pages like that...

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Yet another Briefing Problem.
« Reply #3 on: 04 May 2004, 18:44:59 »
-The Enemy are mainly Armed with guns...

 :hmm: What else? Flying chickens? :hmm:

Anyway, try changing the names. Like "Intel" to "Int" and Situation to "Sit". Just an idea.

:beat: *Gets Shot* :beat:

Olphy

  • Guest
Re:Yet another Briefing Problem.
« Reply #4 on: 04 May 2004, 19:35:34 »
T'was a Joke. Like a way of Censoring what the Briefing will say... :D

Anyway Ill give it a try.

Dubieman

  • Guest
Re:Yet another Briefing Problem.
« Reply #5 on: 05 May 2004, 01:19:33 »
What an idiot I am just read the first two lines of your post and went ohh he didn't listen to me well I'll tell him again.  :-[

I think the only way to make diff pages is the hard way. :(

Offline SEAL84

  • Members
  • *
  • Always lurking
Re:Yet another Briefing Problem.
« Reply #6 on: 05 May 2004, 01:44:09 »
Here's a generic template I use for my briefings - just plop in the text where you need it.  It's simple but it gets the job done...you can add bells and whistles on your own ;)

Quote
<html>
<head>
<title>MISSION TITLE HERE</title>
</head>
<body>


<! --- ----------------------------->
<! ---    TEXT FOR BRIEFING    --->
<! --- ----------------------------->

<h2><a name="Main"></a></h2>
<! --- Notes section>
<h6>
<p>
THIS IS WHERE YOU TYPE WHAT YOU WANT TO APPEAR IN THE "NOTES" SECTION
</h6>
</p>


<hr>
<! --- Briefing section>
<p><a name="plan"></a>
<a href="#page1">PAGE1</a><br><br>
<a href="#page2">PAGE2</a><br><br>
<a href="#page3">PAGE3</a><br><br>
<a href="#page4">PAGE4</a><br><br>


<h2>ORDERS:</h2><br><br>
I usually put a very short summary of the objectives here - the actual objectives will be listed right below this text.
<br><br>
</p>
<hr>


<h2><a name="page1">PAGE1</a></h2>
<br>
<p>
First page - I use this for background info.
<br><br>
Click the PLAN tab to go back.
</p>
<hr>

<h2><a name="page2">PAGE2</a></h2>
<br>
<p>
Page 2 - I usually put intelligence info here.
<br><br>
Click the PLAN tab to go back.
</p>
<hr>

<h2><a name="page3">PAGE3</a></h2>
<br>
<p>
Page 3 - usually I put friendly forces in here
<br><br>
Click the PLAN tab to go back.
</p>
<hr>

<h2><a name="page4">PAGE4</a></h2>
<br>
<p>
Page 4 - this is usually my signals page - who has what radio callsign, etc
<br><br>
Click the PLAN tab to go back.
</p>
<hr>



<! --- ----------------------------->
<! ---    TEXT FOR OBJECTIVES    --->
<! --- ----------------------------->


<! ---THE FOLLOWING IS THE TEXT FOR THE FIRST SECTION ON THE OBJECTIVE LIST>
<p><a name = "OBJ_1"></a>OBJECTIVE 1 GOES HERE - MAKE SURE YOU'VE CORRECTLY DEFINED YOUR OBJECTIVES AND HAVE AN INIT.SQS FILE.
</p>
<hr>

<! ---THE FOLLOWING IS THE TEXT FOR THE FIRST SECTION ON THE OBJECTIVE LIST>
<p><a name = "OBJ_2"></a>OBJECTIVE 2 GOES HERE.
</p>
<hr>


<! --- ----------------------------->
<! ---   TEXT FOR DEBRIEFINGS    --->
<! --- ----------------------------->
<hr>
<br>
<h2><p><a name="Debriefing:End1">Mission Accomplished</a></p></h2>
<br>
<p>
THIS IS MISSION END #1 - YOU CAN SELECT MISSION ENDINGS VIA THE TRIGGERS IN THE EDITOR.
</p>
<br>

<hr>
<br>
<h2><p><a name="Debriefing:End2">Mission Failed</a></p></h2>
<br>
<p>
TEXT FOR THE 2ND ENDING GOES HERE - IT DOESN'T HAVE TO BE THE "FAILED" ENDING, IT CAN BE WHATEVER YOU WANT.
</p>
<br>

<hr>
<br>
<h2><p><a name="Debriefing:End3">END3</a></p></h2>
<br>
<p>
END3 IF YOU NEED ONE
</p>
<br>

<hr>
<br>
<h2><p><a name="Debriefing:End4">END4</a></p></h2>
<br>
<p>
END4 IF YOU NEED ONE
</p>
<br>

<hr>
<br>
<h2><p><a name="Debriefing:End5">END5</a></p></h2>
<br>
<p>
END5 IF YOU NEED ONE
</p>
<br>

<hr>
<br>
<h2><p><a name="Debriefing:End6">END6</a></p></h2>
<br>
<p>
END6 IF YOU NEED ONE
</p>
<br>
<! --- END OF DEBRIEFING --->
<br>
</body>
</html>


I hope the method of adding pages is clear...Iv'e bolded the parts that set up and then define each page.

Hope this helps you :)