Jump to content
Cyper

Adding picture in briefing

Recommended Posts

I am aware that you could use a script in the briefing.sqf in ARMA II. In arma 3, however, you can use the modules for briefing.

My question is how do I add a briefing picture in arma 3?

Share this post


Link to post
Share on other sites

So far I know you can add this

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

into together with your text to the module.

However, I would suggest you to use a briefing sqf. Makes alignment of the pictures and overall editing easier.

Share this post


Link to post
Share on other sites

Thank you! :cool:

That was easy. It took me some time to find the right size though! These modules are amazing.

Share this post


Link to post
Share on other sites

I love these modules too and it's pretty much what got me into the mission editing.

Share this post


Link to post
Share on other sites

Yeah. I have been editing missions since early 2010 and I have to say that these modules really makes thing a lot more smooth.

Share this post


Link to post
Share on other sites
On 11/07/2015 at 9:35 PM, Cyper said:

I am aware that you could use a script in the briefing.sqf in ARMA II. In arma 3, however, you can use the modules for briefing.

My question is how do I add a briefing picture in arma 3?

what is the name of this module please?

 

 

Sorry I just found it! 

it is "Create Diary Record" module.

Edited by avengerarts
Found it!

Share this post


Link to post
Share on other sites

What about Debriefing?

I found this, but I want to use the in-game module, which is in Attribute > General

Share this post


Link to post
Share on other sites

Are we talking about the sort of "diary" entries?

I believe this are persistent past the briefing?

Or would it in this case, just appear for the briefing and then disappear on the in game part? 

Share this post


Link to post
Share on other sites

800px-A3_debriefing.jpg

 

 

Look at this image in background of debriefing!

I want to do something like it but I don't know how?1

Share this post


Link to post
Share on other sites
41 minutes ago, avengerarts said:

800px-A3_debriefing.jpg

 

 

Look at this image in background of debriefing!

I want to do something like it but I don't know how?1

unpbo the showcase mission and take a look at it?

 

Share this post


Link to post
Share on other sites
1 hour ago, Midnighters said:

unpbo the showcase mission and take a look at it?

 

 

Can I Unpbo the Campaign missions??? :dozingoff:

Where are they exactly?  

Share this post


Link to post
Share on other sites
class CfgDebriefing
{  

	class End3
	{
		title = "Mission Failed";
		subtitle = "";
		description = "Your team has been killed";
		pictureBackground = "";
		picture = "b_inf";
		pictureColor[] = {0.0,0.3,0.6,1};
	};
};

This is in the description.ext file and in particular you want to have an image defined in the picturebackground section.

 

So for example:

picturebackground = "armaisawesome.paa";

  • Like 2

Share this post


Link to post
Share on other sites

Hello, guys. How can I add a picture in the diary record? I know I must put a script in init.sqf, but it won't work for me. I receive some errors on the screen. I think I can't add the script directly to the diary module init field... Thanks in advance and cheers! 🙂

Share this post


Link to post
Share on other sites
1 hour ago, black_hawk_mw2_87 said:

Hello, guys. How can I add a picture in the diary record? I know I must put a script in init.sqf, but it won't work for me. I receive some errors on the screen. I think I can't add the script directly to the diary module init field... Thanks in advance and cheers! 🙂

Try this one for briefing

 

  • Like 3

Share this post


Link to post
Share on other sites
12 hours ago, Play3r said:

Try this one for briefing

 

Thank you, but I can't make it working, although I tried a lot of different options and variants. Nothing helped...

Share this post


Link to post
Share on other sites

Hmm weird I used it just yesterday and it works fine for me, do you get any error or what happens..

Share this post


Link to post
Share on other sites
1 hour ago, Play3r said:

Hmm weird I used it just yesterday and it works fine for me, do you get any error or what happens..

Yes, some error in the .sqf file. It won't load the Briefing at all. When I try to open it in game, it doesn't show up. Would you send me a ready file with an example? And tell me if I need to put it in the init.sqf file or try it in a different way? Because I've already tried within the init.sqf file. Cheers.

Share this post


Link to post
Share on other sites

Got to wait till Sunday just went on a holiday for the weekend will be back Sunday evening. 

Share this post


Link to post
Share on other sites

Have you DL the init file that is with the video from his dropbox. It tells you what to put inside the init file. Instead of calling it player local init.sqf just call it init.sqf..

Share this post


Link to post
Share on other sites
29 minutes ago, Play3r said:

Have you DL the init file that is with the video from his dropbox. It tells you what to put inside the init file. Instead of calling it player local init.sqf just call it init.sqf..

Yes, I tried this, too. I put only the createDiaryRecord script there, but nothing happens. There was only one code working, but but the pictures didn't show up. I received this error message when I opened the diary in game. Only the text was there, but not mine. It was the text from the example I used. When I use the example itself, it would work correctly. I will paste the code in a while.

 

player createDiaryRecord ["Diary",     ["Surveillance Pictures",     "Picture No.1<br/><br/>     Time: 6.41 UTC<br/><br/>     Date: 13.11.2009<br/><br/>     Location: Altis<br/><br/>     <img image='images\nikos_1.paa' width='367' height='256'/><br/><br/>     Picture No.2<br/><br/>     Time: 6.44 UTC<br/><br/>     Date: 13.11.2009<br/><br/>     Location: Altis<br/><br/>     <img image='images\nikos_2.paa' width='367' height='256'/><br/>"] ];

 

 This is where I found the script. The correct lines and structure can be found there.

Share this post


Link to post
Share on other sites
On 3/30/2019 at 5:51 PM, black_hawk_mw2_87 said:

Thank you very much for the response! 🙂 I will test it soon. 🙂

Did you get it to work ??

  • Like 1

Share this post


Link to post
Share on other sites
On ‎4‎/‎5‎/‎2019 at 5:34 PM, Play3r said:

Did you get it to work ??

Absolutely! I forgot to share the results, sorry for that. I had to rework my file and it looks cool now! Thank you very much again! 🙂

  • Like 2
  • Thanks 1

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

×