Jump to content
Sign in to follow this  
stephen271276

Adding pics using Briefing Manager?

Recommended Posts

Anyone know how to add Pics using the briefing manager?it just asks you for the picture name but says cant find it when i play the mission? Its a jpg file should it be another type?

Share this post


Link to post
Share on other sites

If the image is called

image.jpg

You need to write "image.jpg" in the dialog (remember to add the filename extension at the end)

Share this post


Link to post
Share on other sites

Eample

<img image='image.jpg' width='200' height='200'/>

image should be inside the mission folder with the mission.SQM file. (I don't use a briefing manager, I use a template instead but this would be how it would appear in the briefing.sqf)

Edited by Padjur

Share this post


Link to post
Share on other sites

Did this ever get resolved? I am having a problem also with the Briefing Manager and placing a pic in the briefing. I get an error that says there is something wrong with the dimensions. So I resized the pic to 128 x 128 pixels (which I have seen successfully done, for example in Insurgent Airfiled), but still the image shows up as a black square.

Any suggestions?

Share this post


Link to post
Share on other sites

I'm having the same problem, also with the overview. I can create every aspect of a briefing/overview but when it comes to getting the pictures to work, they just refuse to work!

Share this post


Link to post
Share on other sites

I also don't use the Briefing manager. It can be that you need the pic as .paa file. The pics should have the size 256x128, 512x256, ...

The code to put a pic in your briefing:

<img image='ImageName.jpg'/>

And for the Overview:

<html>

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

<title>Overview</title>
</head>

<body bgcolor="#FFFFFF">
<p align="center">[b]<img src="NameImage.jpg" width="240" height="120">[/b]</p>

<p>.....Here comes your text for the overview.....</p>
<br />

</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  

×