Jump to content

Sign in to follow this  
Xen0tech

SP briefing not working

Recommended Posts

I made a briefing and it works fine when I play the mission in MP, but when I play it in SP it doesn't initialize. Do I need to change something?

Share this post


Link to post
Share on other sites

You need a briefing.html

  Quote
<html>

<head>

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

<title>TITLE HERE</title>

</head>

<body bgcolor="#FFFFFF">

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

<hr>

<br>

<h2><a name="Debriefing:End1">You found the intelligence document!</a></h2>

<br>

<p>

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

Well done men you found the intel!

This will provide some very useful information

</p>

<br>

<hr>

<br>

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

<br>

<p>

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

You were KIA

</p>

<br>

<! -----DEBRIEFING END----->

</body>

</html>

This is also a debriefing... This is one from a mission ive made just change the details to what you want and save it as Briefing.html

Edited by Specialist

Share this post


Link to post
Share on other sites

Kool thank you. Is briefing.html the same as briefing.sqf but for SP?

Edited by Xen0tech

Share this post


Link to post
Share on other sites
  Xen0tech said:
Kool thank you. Is briefing.html the same as briefing.sqf but for SP?

No, you still need the briefing.sqf with all of your notes and tasks, you dont need to change that.

EDIT: All you need to change in the briefing.html i posted is the TITLE and the parts where it says you found the intel.

Edited by Specialist

Share this post


Link to post
Share on other sites

Actually, you can even have a completely blank briefing.html file if you want to. As long as the file is present it is enough.

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  

×