Jump to content
Sign in to follow this  
toxicsludge

Would this be possible?

Recommended Posts

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

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

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

My Coop community already have ones in our community mod - Yes its possible.

Share this post


Link to post
Share on other sites

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
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

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
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×