.scacol EQUB 0 ; This byte appears to be unused EQUB GREEN ; Missile EQUB GREEN ; Coriolis space station EQUB BLUE ; Escape pod EQUB BLUE ; Alloy plate EQUB BLUE ; Cargo canister EQUB RED ; Boulder EQUB RED ; Asteroid EQUB RED ; Splinter EQUB CYAN ; Shuttle EQUB CYAN ; Transporter EQUB CYAN ; Cobra Mk III EQUB MAG ; Python EQUB MAG ; Boa EQUB MAG ; Anaconda EQUB RED ; Rock hermit (asteroid) EQUB CYAN ; Viper EQUB CYAN ; Sidewinder EQUB CYAN ; Mamba EQUB CYAN ; Krait EQUB CYAN ; Adder EQUB CYAN ; Gecko EQUB CYAN ; Cobra Mk I EQUB BLUE ; Worm EQUB CYAN ; Cobra Mk III (pirate) EQUB CYAN ; Asp Mk II EQUB MAG ; Python (pirate) EQUB CYAN ; Fer-de-lance EQUB CYAN ; Moray EQUB WHITE ; Thargoid EQUB CYAN ; Thargon EQUB CYAN ; Constrictor EQUB 0 ; Cougar EQUB CYAN ; These bytes appear to be unused EQUD 0Name: scacol [Show more] Type: Variable Category: Drawing ships Summary: Ship colours on the scanner Deep dive: The elusive CougarContext: See this variable in context in the source code References: This variable is used as follows: * SCAN uses scacol
[X]
Configuration variable BLUE = YELLOW
Ship that are set to a scanner colour of BLUE in the scacol table will actually be shown in yellow
[X]
Configuration variable CYAN = YELLOW
Ship that are set to a scanner colour of CYAN in the scacol table will actually be shown in yellow
[X]
Configuration variable GREEN = %11111111
Four multicolour bitmap mode pixels of colour %11, which is mostly mapped to green for the notched lines on the dashboard, or light green on the scanner, via the colour mapping in cdump (low nibble)
[X]
Configuration variable MAG = YELLOW
Ship that are set to a scanner colour of MAG in the scacol table will actually be shown in yellow
[X]
Configuration variable RED = %01010101
Four multicolour bitmap mode pixels of colour %01, which is mapped to the danger colour for the dashboard dials, or red on the scanner, via the colour mapping in sdump (high nibble)
[X]
Configuration variable WHITE = %01011010
Four multicolour bitmap mode pixels of colours %01, %01, %10 and %10, for showing Thargoids on the scanner with a striped design of red and yellow