Cyper 18 Posted July 11, 2015 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
R3vo 2654 Posted July 11, 2015 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
Cyper 18 Posted July 11, 2015 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
Imperator[TFD] 444 Posted July 13, 2015 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
Cyper 18 Posted July 14, 2015 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
avengerarts 15 Posted April 11, 2017 (edited) 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 April 11, 2017 by avengerarts Found it! Share this post Link to post Share on other sites
avengerarts 15 Posted April 14, 2017 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
Midnighters 152 Posted April 14, 2017 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
avengerarts 15 Posted April 14, 2017 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
Midnighters 152 Posted April 14, 2017 41 minutes ago, avengerarts said: 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
avengerarts 15 Posted April 14, 2017 1 hour ago, Midnighters said: unpbo the showcase mission and take a look at it? Can I Unpbo the Campaign missions??? Where are they exactly? Share this post Link to post Share on other sites
Imperator[TFD] 444 Posted April 15, 2017 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"; 2 Share this post Link to post Share on other sites
black_hawk_mw2_87 74 Posted March 28, 2019 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
Play3r 147 Posted March 28, 2019 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 3 Share this post Link to post Share on other sites
black_hawk_mw2_87 74 Posted March 29, 2019 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
Play3r 147 Posted March 29, 2019 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
black_hawk_mw2_87 74 Posted March 29, 2019 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
Play3r 147 Posted March 29, 2019 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
Play3r 147 Posted March 29, 2019 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
black_hawk_mw2_87 74 Posted March 29, 2019 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
Play3r 147 Posted March 30, 2019 https://community.bistudio.com/wiki/Briefing.html Have you looked at this page. maybe you can make it work this way. Share this post Link to post Share on other sites
Play3r 147 Posted March 30, 2019 https://www.dropbox.com/sh/z9p756lnxygop0v/AAAEb36jDOVjXs4vob_5j1gCa?dl=0 Just found this over TeamViewer on my pc at home. just copy it into your game folder and you have a briefing that shows pictures. 3 Share this post Link to post Share on other sites
black_hawk_mw2_87 74 Posted March 30, 2019 1 hour ago, Play3r said: https://www.dropbox.com/sh/z9p756lnxygop0v/AAAEb36jDOVjXs4vob_5j1gCa?dl=0 Just found this over TeamViewer on my pc at home. just copy it into your game folder and you have a briefing that shows pictures. Thank you very much for the response! 🙂 I will test it soon. 🙂 1 Share this post Link to post Share on other sites
Play3r 147 Posted April 5, 2019 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 ?? 1 Share this post Link to post Share on other sites
black_hawk_mw2_87 74 Posted April 11, 2019 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! 🙂 2 1 Share this post Link to post Share on other sites