OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: ZapBrannigan on 06 Aug 2007, 23:34:33

Title: Briefing problem
Post by: ZapBrannigan on 06 Aug 2007, 23:34:33
hello, I have a racing mission and I cant get the briefing to work. Can sombody please help me out. I have attached it.
Title: Re: Briefing problem
Post by: Mandoble on 06 Aug 2007, 23:43:36
Abel? Is this for OFP or ArmA?
Title: Re: Briefing problem
Post by: ZapBrannigan on 07 Aug 2007, 03:24:28
Sorry I should have mentioned that it is an Operation Flashpoint mission
Title: Re: Briefing problem
Post by: Tyger on 07 Aug 2007, 05:29:53
Abel is Malden on OFP.

I'll take a look and get back to you Zap.


Okay, as far as I know it should work now. There were spaces such as:
Code: [Select]
<a name = "Plan">
HTML doesn't like those spaces. Also, the comments were incorrectly coded. I suggest you go to the ED and download Chris's ArmA Editor, which will also work for OFP. It's under tools. But the comments like this:
Code: [Select]
<! **** >
should really be <!-- **** -->

Try the attached one and let me know.
Title: Re: Briefing problem
Post by: ZapBrannigan on 08 Aug 2007, 01:32:07
no it still dosent work from what im doing so I may be doing something wrong.
Title: Re: Briefing problem
Post by: JasonO on 08 Aug 2007, 04:37:25
Have you tried Chris's OFP editor yet? It has a Briefing wizard..
Title: Re: Briefing problem
Post by: Tyger on 08 Aug 2007, 05:41:33
I added the information to the ArmA editor and posted it here.

The only things you need to do with it are put it straight into the mission folder. I.E.
C:\Program Files\OperationFlashpoint\Users\Missions\mymission.abel\

You probably already knew that.

How are you testing the mission to check the briefing works?
Title: Re: Briefing problem
Post by: Cheetah on 08 Aug 2007, 09:36:56
Works for me in ArmA. You don't have any objective, but it's showing the plan and notes.
Title: Re: Briefing problem
Post by: ZapBrannigan on 09 Aug 2007, 04:25:31
To test it im just putting the briefing in the mission folder then going into the editor, opening the mission and saving as export to single missions. and when i try and play the mission where the briefing is suposed to be it just shows a black screen.
Title: Re: Briefing problem
Post by: Tyger on 09 Aug 2007, 15:17:19
The mission might not be overwriting the current .pbo you have in the Missions folder. I have that problem a lot too. Try, in the mission editor, holding shift down when you press preview. See if the briefing comes up. If it does, exit OFP, delete the current mission .pbo you have in your directory, and then restart OFP and export the mission again.
Title: Re: Briefing problem
Post by: ZapBrannigan on 10 Aug 2007, 08:08:21
I did what you said with the shift screen, but it just shows that same black screen for the briefing that it does in single missions. Im really sorry.
Title: Re: Briefing problem
Post by: Tyger on 11 Aug 2007, 18:21:35
No that's fine. It just means that the briefing is indeed not working. :P
Title: Re: Briefing problem
Post by: schuler on 11 Aug 2007, 19:59:02
hey do like they say try Chris's OFP editor
http://www.chenderman.com/ARMAEDIT.htm  :dunno:  :D cheers
Title: Re: Briefing problem
Post by: ZapBrannigan on 19 Aug 2007, 22:25:06
I have been gone for a week because I was at a family reunion. But im back and ready to keep trying to make this work.
Ive tried making a new briefing in chris arma editor but it still shows a black screen where the briefing is. thank you
Title: Re: Briefing problem
Post by: ZapBrannigan on 27 Sep 2007, 03:37:48
Got back to work on this, seems that any briefing I make wont work in ofp? ANd any briefing I edited that already works stops working and just shows a black screen.  Maybe I should reinstall my game?
Title: Re: Briefing problem
Post by: Chrispy on 28 Sep 2007, 01:32:07
Okay, firstly, your briefing name is called "Briefing" - I suggest it be lowercase, okay?

Secondly, when I export a mission, then I export the same one, I don't think it overwrites for me. So you might wanna ALT + TAB and delete the .pbo you exported, then export.

Plus, I think the best way to remm/comment something out would be "<!-- TEXT HERE -->" - not "<! TEXT HERE >". BIS use "<! --- TEXT HERE>".

Plus, in HTML, you can't have something like this:

Hints:
-Stay in first person mode, it makes it easier to judge the terrain
-If you crash your bike will explode
-You have no boost on this one

It won't work like that mate. It has to be like this:

Hints:
<br>
-Stay in first person mode, it makes it easier to judge the terrain
<br>
-If you crash your bike will explode
<br>
-You have no boost on this one

"<br>" means the next line - "<br><br>" means two lines. Also, you used the paragraph code in as well ("<p>TEXT HERE</p>") - I'm not sure if OFP supports that (<p> is a better alternative than <br>/<br><br> but I'm not sure if it'll work still).

I attached a briefing.htm file from one of the STOCK missions. Use that. Just edit it to your needs. But don't play around with the real complicated stuff - just the text and basic code like <br>, etc.

Hope that helps. :)

Chris :)