T.Hanford 10 Posted March 9, 2015 I know how to get a texture placed in the editor (like an image or so) but is there a way to scroll over the image or an object to be able to change what the texture is showing? So that when I look at an object, for example a sign, i can use the scroll wheel action menu to select an option that will change the image shown, like a slideshow. I got this idea from a video i saw where they used this as a briefing, but i haven't got the scripting knowledge to do that on my own thanks -Timmyrules Share this post Link to post Share on other sites
dreadedentity 278 Posted March 9, 2015 addAction should get you started in the right direction, good luck Share this post Link to post Share on other sites
IndeedPete 1038 Posted March 9, 2015 There is a projector screen texture hidden somewhere deep in the game PBOs. Can't remember which one but I've stumbeld across it somewhere in signs_f or missions_f_data (Beta, EPA etc). I'd use that one as basis and add the images you want to show to it with PS or Gimp. Then use the User Texture object to display your textures in-game. (If it's meant to be in-game and not in the briefing screen.) Share this post Link to post Share on other sites
kerozen 187 Posted July 10, 2016 There is a projector screen texture hidden somewhere deep in the game PBOs. Can't remember which one but I've stumbeld across it somewhere in signs_f or missions_f_data (Beta, EPA etc). I'd use that one as basis and add the images you want to show to it with PS or Gimp. Then use the User Texture object to display your textures in-game. (If it's meant to be in-game and not in the briefing screen.) Sorry for necroing but has anyone found the projector texture?. I would really love to do something like this Share this post Link to post Share on other sites
kylania 568 Posted July 10, 2016 There's a few things you can use for this. That one seems to be User Texture (10m) under Signs -> Blanks. Helicopters DLC adds in the PC Screen and Apex adds in a few "Rugged Screen"s under Things -> Electronics as well. 4 Share this post Link to post Share on other sites
kerozen 187 Posted July 10, 2016 There's a few things you can use for this. That one seems to be User Texture (10m) under Signs -> Blanks. Helicopters DLC adds in the PC Screen and Apex adds in a few "Rugged Screen"s under Things -> Electronics as well. The thing about the textures is that one is too big and the others are too small... I was using the FOB Revolver Sign (hiding it in a wall) and it looked good but only in certain places. Share this post Link to post Share on other sites
BadHabitz 235 Posted September 19, 2016 Anyone know the init code for using the dual screen object from Apex? Share this post Link to post Share on other sites
bigpoppablunts 53 Posted September 19, 2016 @BadHabitz if you are talking about the ones pictured above then they are just 2 selections 0 and 1. this setObjectTexture [0, "YOURPICTURENAME.jpg"]; and this setObjectTexture [1, "YOURPICTURENAME.jpg"]; 1 Share this post Link to post Share on other sites
loopdk 92 Posted September 19, 2016 why dont use ace? Share this post Link to post Share on other sites
BadHabitz 235 Posted September 19, 2016 @BadHabitz if you are talking about the ones pictured above then they are just 2 selections 0 and 1. this setObjectTexture [0, "YOURPICTURENAME.jpg"]; and this setObjectTexture [1, "YOURPICTURENAME.jpg"]; Perfect, thanks! Share this post Link to post Share on other sites
Devastator_cm 434 Posted September 19, 2016 setObjectTextureGlobal is bugy at the moment. Not working in my mp missions.Anybody has a work around? Are you guys using setObjectTexture in each connected user via script or how? Share this post Link to post Share on other sites
Pjetu 9 Posted September 19, 2016 If you are using Ace 3 just use the slideshow module or function and save time. Read more about the function here: http://ace3mod.com/wiki/framework/slideshow-framework.html#create-slideshow The module is pretty self-explanatory. Share this post Link to post Share on other sites
bigpoppablunts 53 Posted September 19, 2016 @Devastator_cm I do not normally use JPG files. That seems to be what most people have an issue with. All my pictures are showing up fine .paa format. @loopdk and @Pjetu I like what ACE has done with the slideshow. Some do not wish to use the ACE mod which is understandable. There is also a script that does the same thing essentially as the ACE setup. http://www.armaholic.com/page.php?id=28480 Share this post Link to post Share on other sites
Devastator_cm 434 Posted September 19, 2016 I have paa.. :(And also not using pbo but normal mission files Share this post Link to post Share on other sites
GKell 0 Posted November 29, 2017 Hey gents, Im trying to make a script that adds the pictures to those screens. I have a config for the objects because they have useractions on them. These objects are not going to be placed down in an editor and im trying to figure out how to get them to start with the textures on them. Cheers, GKell Share this post Link to post Share on other sites