Note about Separated Lasers the needed distance for separation (to do not suffer multiple heat when firing) is calculated in 3D, so not only the distance in x-axis counts, but y and z-axises too. When the weapon positions are in the same level in the vertical y-axis, you can use the Pythagorean theorem on the differences of x and z coordinates to determine the exact distance.
Most lasers need 30m, but some (the new better ones) need 50m for separation, as you can see in the second column in this table.
Chimera Gunship's forward center laser position is 68m far in the z axis from the side ones, so the smallest distance is 63m between the x coordinates of the two side lasers, eligible for the 50m separation.
I have a suggestion for the aft lasers below: if you move the firing position of one at least 48m forwad in the z-axis, you can get separated aft lasers too and the laser beam visually still start within the hull.
Code: Select all
"weapon_position_forward" = // triple fore lasers, 50 m seperated
(
"31.5 9.3 -11.0",
"0.0 7.0 57.0",
"-31.5 9.3 -11.0"
);
"weapon_position_aft" = // double rear lasers, 50 m seperated
(
"8.0 -1.0 -38.0",
"-8.0 -1.0 10.0"
);