You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,10 @@ You've been in the situation where the lines are both red and you move and then
5
5
6
6
<imgwidth="201"alt="screen shot 2018-05-20 at 6 53 02 pm"src="https://user-images.githubusercontent.com/50124/40288821-11b0066e-5c83-11e8-98c2-aba640c7dc73.png">
7
7
8
+
The defaults for this mod setup the indirect line and the nearer target obstructed line to stand out. You can change settings as described below to make the lines very customized in appearance.
8
9
9
10
## Features
11
+
- Change the color of direct line of fire indicator drawn between the currently controlled mech and enemy targets
10
12
- Change the color of indirect line of fire indicator drawn between the currently controlled mech and enemy targets
11
13
- Add dashes to the indirect line of fire indicator drawn between the currently controlled mech and enemy targets
12
14
- Change the color of the line of fire indicator for obstructed targets on the attacker and target sides of the obstruction
@@ -27,6 +29,8 @@ The `Color` variables below (`float[4]`) are RGBA colors, where the intensity of
27
29
28
30
Setting | Type | Default | Description
29
31
--- | --- | --- | ---
32
+
`directLineOfFireArcActive` | `bool` | `false` | change the look of the direct firing line arc
33
+
`directLineOfFireArcColor` | `float[4]` | `[0, 1, 0.5, 1]` (light blue) | the color of the direct firing line arc. The default in vanilla is `[1, 0, 0, 1]` (red).
30
34
`indirectLineOfFireArcActive` | `bool` | `true` | change the look of the indirect firing line arc
31
35
`indirectLineOfFireArcColor` | `float[4]` | `[1, 0.5, 0, 1]` (orange) | the color of the indirect firing line arc. The default in vanilla is `[1, 0, 0, 1]` (red).
32
36
`indirectLineOfFireArcDashed` | `bool` | `false` | make the indirect firing line arc a dashed line
0 commit comments