atlantisthief 2 Posted June 14, 2014 Hello, I rather have a short question but I simply can't figure it out myself: I want to add a few UAV Pictures in my Briefing, some kind of Intel for the missionplaning. I managed to get the briefing loaded in the game and the pictures to be shown, but they are cut and like that not really usefull: Here are some screenshots: Ingamescreenshot of example uav1.jpg: https://dl.dropboxusercontent.com/u/27198162/Screenshots/arma3%202014-06-14%2019-28-18-617.png (1415 kB) uav1.jpg picture itself: --------------------------------- Ingame example uav2.jpg: https://dl.dropboxusercontent.com/u/27198162/Screenshots/arma3%202014-06-14%2019-25-46-005.png (1401 kB) uav2.jpg picture itself: https://dl.dropboxusercontent.com/u/27198162/Screenshots/uav2.jpg (411 kB) Here is how i call the briefing: Init.sqf[code]call compile preprocessFile "briefing.sqf"; briefing.sqf player createDiaryRecord ["Diary", ["SITUATION", "LOT OF TEXT INFRONT OF THE SCREENSHOT TO HOPEFULLY EXTEND IT! <img image='uav1.jpg'/>"]]; [/code] Any suggestions what to do there? Share this post Link to post Share on other sites
CSLALUKI 30 Posted June 14, 2014 (edited) The correct entry for the picture in brefing.sqf is: player createDiaryRecord ["Diary", ["SITUATION", "[color=#333333]LOT OF TEXT IN FRONT OF THE SCREENSHOT TO HOPEFULLY EXTEND IT! [/color]<img image=""uav1.jpg"" width=""128"" height=""128"" /> "]]; So change the values for the height/width of the image. :) Edited June 14, 2014 by [CSLA]LUKI Share this post Link to post Share on other sites
atlantisthief 2 Posted June 15, 2014 LUKI;2710200']The correct entry for the picture in brefing.sqf is: player createDiaryRecord ["Diary", ["SITUATION", "[color=#333333]LOT OF TEXT IN FRONT OF THE SCREENSHOT TO HOPEFULLY EXTEND IT! [/color]<img image=""uav1.jpg"" width=""128"" height=""128"" /> "]]; So change the values for the height/width of the image. :) Easy as simple ... it works, but there is no way to use a higher resoultion image? Like something to click on to expand it? Share this post Link to post Share on other sites
FrankManic 13 Posted June 15, 2014 On a related note - Anyone know how to make a briefing or load image appear properly once the file has been packed into a .pbo? I have an image that appears just dandy when I look at it on my PC, but once I pack it to .pbo and send it to our dedicated server it no longer appears. Any ideas? I figure either .jpgs don't work when packed or I have the path wrong. Share this post Link to post Share on other sites
fortun 14 Posted June 17, 2014 Easy as simple ... it works, but there is no way to use a higher resoultion image? Like something to click on to expand it? Would love that, atleast to have some bigger picture in the mission to view. The limit seems to be the width that gets cut off Share this post Link to post Share on other sites