Arma 3
Not enough ratings
MAWL Visible Laser
   
Award
Favorite
Favorited
Unfavorite
Data Type: Composition
Meta: Dependency
File Size
Posted
Updated
4.453 KB
16 Oct, 2021 @ 1:59pm
16 Oct, 2021 @ 4:53pm
2 Change Notes ( view )

Subscribe to download
MAWL Visible Laser

Description
B.E. Meyers MAWL Visible Laser Beam. Stole code from POLPOX visible laser to align the beam and gave it color just like from Garandthumbs video about it.

Just drop the trigger down in editor and sync up any units whom have a laser and instead of a IR laser, it will be visible.
35 Comments
r0dx864  [author] 2 Apr, 2022 @ 9:24am 
probably if one were to change the foreach objects to all players or all playable/switchable with JIT...
mfrisch100 2 Apr, 2022 @ 12:04am 
Is there a way to integrate this into the Dynamic Recon Ops missions?
r0dx864  [author] 31 Mar, 2022 @ 11:43am 
it is now.
银色子弹 30 Mar, 2022 @ 5:46pm 
When is the upload or update applicable to the normal version of the game? I want it
mfrisch100 28 Mar, 2022 @ 7:16am 
You're awesome r0dx864. This fixed the issue. Thank you so much for your help!
r0dx864  [author] 28 Mar, 2022 @ 5:50am 
mfrisch100: on the line: " if((_x isIRLaserOn currentWeapon _x)||(_x getvariable ["mawl_visible_laser_on",false]))then{", add in the code: "if(((primaryweapon _x)==(currentweapon _x))&&((_x isIRLaserOn currentWeapon _x)||(_x getvariable ["mawl_visible_laser_on",false])))then{".
to fix the default laser offset: in the code, on the line that starts with _accessories, there is an array [-1,-1,-1], you could set that to the offset where you think the laser should go for weapons that do not have a proxy for the laser attachment config.
mfrisch100 27 Mar, 2022 @ 11:39pm 
I see, thank you. Is there a way to fix this? I am using my pistol/laser only at night. Would it be perhaps possible to deactivate the visible laser if the pistol is drawn to allow the normal i game laser?
r0dx864  [author] 27 Mar, 2022 @ 12:11pm 
mfrisch100: it is because of the attachment not having an offset in the config of the mod your using more than likely.
mfrisch100 27 Mar, 2022 @ 9:22am 
Works perfect with rifles but it behaves weird with pistol/lasers. Somehow if shows two lasers - one coming from the helmet. Any idea how to fix that? Thank you!
mfrisch100 9 Mar, 2022 @ 5:11am 
The laser works very well and can easily be modified. Five *****

Only little downside it that it cannot be loaded as a mod to make it work in missions.