| 1 |
I am adding functionality to the custom line widget to have units
|
1 |
I am adding functionality to the custom line widget to have units
|
| 2 |
\n
|
2 |
\n
|
| 3 |
Here is a game where I used it: https://zero-k.info/Battles/Detail/1288908
|
3 |
Here is a game where I used it: https://zero-k.info/Battles/Detail/1288908
|
| 4 |
\n
|
4 |
\n
|
| 5 |
I will need 4 image for these. Please use existing sizes/colors from existing states found at: https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaUI/Images/commands/states/
|
5 |
I will need 4 image for these. Please use existing sizes/colors from existing states found at: https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaUI/Images/commands/states/
|
| 6 |
\n
|
6 |
\n
|
| 7 |
I want something like:
|
7 |
I want something like:
|
| 8 |
\n
|
8 |
\n
|
| 9 |
For rank 0 (front rank):
|
9 |
For rank 0 (front rank):
|
| 10 |
[color=red]----0---- [/color]
|
10 |
[color=red]----0---- [/color]
|
| 11 |
[color=gray]--------- [/color]
|
11 |
[color=gray]--------- [/color]
|
| 12 |
[color=gray]--------- [/color]
|
12 |
[color=gray]--------- [/color]
|
| 13 |
[color=gray]--------- [/color]
|
13 |
[color=gray]--------- [/color]
|
| 14 |
\n
|
14 |
\n
|
| 15 |
For rank 1 (middle-front rank):
|
15 |
For rank 1 (middle-front rank):
|
| 16 |
[color=gray]--------- [/color]
|
16 |
[color=gray]--------- [/color]
|
| 17 |
[color=red]----0---- [/color]
|
17 |
[color=red]----0---- [/color]
|
| 18 |
[color=gray]--------- [/color]
|
18 |
[color=gray]--------- [/color]
|
| 19 |
[color=gray]--------- [/color]
|
19 |
[color=gray]--------- [/color]
|
| 20 |
\n
|
20 |
\n
|
| 21 |
For rank 2 (middle-back rank):
|
21 |
For rank 2 (middle-back rank):
|
| 22 |
[color=gray]--------- [/color]
|
22 |
[color=gray]--------- [/color]
|
| 23 |
[color=gray]--------- [/color]
|
23 |
[color=gray]--------- [/color]
|
| 24 |
[color=red]----0---- [/color]
|
24 |
[color=red]----0---- [/color]
|
| 25 |
[color=gray]--------- [/color]
|
25 |
[color=gray]--------- [/color]
|
| 26 |
\n
|
26 |
\n
|
| 27 |
For rank 3 (back rank):
|
27 |
For rank 3 (back rank):
|
| 28 |
[color=gray]--------- [/color]
|
28 |
[color=gray]--------- [/color]
|
| 29 |
[color=gray]--------- [/color]
|
29 |
[color=gray]--------- [/color]
|
| 30 |
[color=gray]--------- [/color]
|
30 |
[color=gray]--------- [/color]
|
| 31 |
[color=red]----0---- [/color]
|
31 |
[color=red]----0---- [/color]
|
| 32 |
\n
|
32 |
\n
|
| 33 |
But you can use your art skill to make it look better. Probably don't want it too fancy.
|
33 |
But you can use your art skill to make it look better. Probably don't want it too fancy.
|
| 34 |
\n
|
34 |
\n
|
| 35 |
The
main
issues
left
with
line
formation
are
testing,
artwork,
and
excluding
all
planes
other
then
crane.
|
35 |
The
main
issues
left
with
line
formation
are
testing,
artwork,
excluding
all
planes
other
than
crane,
and
excluding
units
that
are
under
construction.
|