Tyrannis Patch , Macro Pixel Color Solution
Posted: May 28th, 2010, 4:41 pm
Tyrannis patch.
Flatscreen mode (black beams) was removed.
Now the Capacitor options menu icon (triangle) has 3 - 5 different pixels colours (screenshot green marked).
So that the macro knows when one is docked I have found the following solution. In universe open the scanner.
In the red marked position in the scanner, at the field "show all", the pixel colour always stays the same.
Because the scanners overview with the dock process disappears one can use the following command:
e.g.
LABEL : A
IF PIXEL COLOR EQUALS : 1448 : 849 : 171510
GOTO : A
ELSE
ENDIF
Flatscreen mode (black beams) was removed.
Now the Capacitor options menu icon (triangle) has 3 - 5 different pixels colours (screenshot green marked).
So that the macro knows when one is docked I have found the following solution. In universe open the scanner.
In the red marked position in the scanner, at the field "show all", the pixel colour always stays the same.
Because the scanners overview with the dock process disappears one can use the following command:
e.g.
LABEL : A
IF PIXEL COLOR EQUALS : 1448 : 849 : 171510
GOTO : A
ELSE
ENDIF