OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: D_P_ on 19 Mar 2007, 06:58:54

Title: add a picture to the briefing
Post by: D_P_ on 19 Mar 2007, 06:58:54
I want to add a picture to my briefing...back in ofp i used:
Code: [Select]
<p align="center"><img src="titleimage1.jpg" width="200" height="200"></p>But doesn't seem to be working for amra?

am I missing something? ???
Title: Re: add a picture to the briefing
Post by: Cheetah on 19 Mar 2007, 07:15:59
Are you sure that your picture has 2^2 dimensions (256 X 256, 128 X 128) ?
Title: Re: add a picture to the briefing
Post by: D_P_ on 19 Mar 2007, 08:30:31
sure does.  :confused:
Title: Re: add a picture to the briefing
Post by: Planck on 19 Mar 2007, 13:19:32
What are the dimensions of your picture?


Planck
Title: Re: add a picture to the briefing
Post by: D_P_ on 20 Mar 2007, 07:44:35
256X256 - it shows up in mp, but not in the editor  ???
Title: Re: add a picture to the briefing
Post by: Ruffneck on 20 Mar 2007, 11:26:38
I havent done this yet (Im at work)

Must I simply transform the pic to the correct size, rename and then add that line to mission.sqm file or description.ext??

Can I add it on any line?
Title: Re: add a picture to the briefing
Post by: Cheetah on 20 Mar 2007, 15:28:40
The line for the picture has to be written in HTML format in the briefing.html. I suggest taking a look at Chris' Script Editor, I think that you can automatically make your briefing, saving you the trouble of knowing the correct briefing.html format.
editor (http://www.ofpec.com/ed_depot/the_files/OFPResources/tools/CHOFPSE_310.zip).