toxicsludge 12 Posted December 12, 2013 Would it be possible to make a...I'm not sure of the terminology...you know those wearable strobe lights that soldiers wear, that are only visible using NVGs so you can easily identify allies in darkness? I think that would add a nice immersion into co-op missions. Share this post Link to post Share on other sites
scorch_052 127 Posted December 12, 2013 Yes, they were present in ArmA 2 OA. I believe they have been added via the IR Grenades in the 1.08 patch to ArmA 3. All you need is a script to attach it to yourself. Share this post Link to post Share on other sites
toxicsludge 12 Posted December 12, 2013 Hmm could be interesting...once I check them out ingame I might have a play to see what I can do :) Share this post Link to post Share on other sites
alduric 10 Posted December 12, 2013 My Coop community already have ones in our community mod - Yes its possible. Share this post Link to post Share on other sites
kremator 1065 Posted December 12, 2013 Perhaps not the most informative thread title? Share this post Link to post Share on other sites
13islucky 10 Posted December 12, 2013 How about those IR reflective strips or whatever the correct terminology for them? Are they technically possible? Share this post Link to post Share on other sites
scarecrow398 43 Posted December 12, 2013 How about those IR reflective strips or whatever the correct terminology for them? Are they technically possible? From memory it can be done but they're not very effective, as there's no IR lights in game for it to reflect off you just have glowing white strips that look kinda meh. Share this post Link to post Share on other sites
tonic-_- 53 Posted December 12, 2013 You could do it the cheeky way with the new IR grenades and scripting.. Example: meh = "B_IRStrobe" createVehicle [0,0,0]; meh attachTo[player,[0,0,0],"leftshoulder"]; Share this post Link to post Share on other sites
toxicsludge 12 Posted December 13, 2013 You could do it the cheeky way with the new IR grenades and scripting..Example: meh = "B_IRStrobe" createVehicle [0,0,0]; meh attachTo[player,[0,0,0],"leftshoulder"]; would I add this in each players init field for a coop mission?---------- Post added at 09:57 ---------- Previous post was at 09:55 ---------- My Coop community already have ones in our community mod - Yes its possible. Would this be something you would consider sharing? Share this post Link to post Share on other sites