Laser – Adjust default laser beam divergence to 0.3 mrad#11159
Merged
Drofseh merged 1 commit intoacemod:masterfrom Dec 12, 2025
Merged
Conversation
PabstMirror
approved these changes
Dec 8, 2025
jonpas
approved these changes
Dec 12, 2025
Member
jonpas
left a comment
There was a problem hiding this comment.
Really nicely written PR, with reasoning, limitations. Awesome!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue:
When merged this pull request will:
ACE_DEFAULT_LASER_BEAMSPREADfrom 1.0 → 0.15 (0.3 mrad)Note: The value
0.15here is not in mrad. Based on in-game geometric testing,0.15corresponds to a physical divergence of ~0.3 mrad.Real-World Laser Divergence Reference
Values compiled with ChatGPT (Free Model) and confirmed with Gemini Thinking (Free Model).
Reason for Selecting 0.3 mrad
Most LTD systems cluster around 0.2–0.3 mrad, so 0.3 mrad best represents the typical baseline, while higher values like 0.6–0.7 mrad seen on Ka-52/Mi-28N are exceptions rather than the norm.
Note
While setting detailed, per-platform beam divergence values would be more accurate, that level of data work and integration is beyond what I can handle.
Visual Demonstration
The example below shows the maximum possible left- and right-side ray offsets generated, and the measured distance between them using the updated value 0.15(0.3mrad).



Please reference the red debug text:
“Distance: %1 m, Beam Diameter: %2 m”
Debug Code
To visualize the beam diameter, insert the code at:
ACE3/addons/laser/functions/fnc_shootCone.sqf
Line 67 in 42e7211
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}.