# config file for sc4map.pl # Three Letter Acronym for your empire. Change this! TLA TAE # change the empire names below. # empire colors: empires{ TAE 1.0 0.0 0.0 FOO 0.5 0.0 0.9 BAR 0.8 0.0 0.8 BAZ 0.0 0.5 0.9 QUX 0.5 0.5 0.0 } # miscellaneous colors other{ neutral 0.0 0.0 0.0 nebula 0.0 0.5 0.0 mines 1.0 0.0 0.0 labels 0.0 0.0 0.0 # color for the empire stats at the top. axes 0.5 0.5 0.5 # for the labels on the axes scan 0.7 0.9 0.3 supply 0.0 0.5 0.9 default 0.0 0.0 0.0 # any time something falls through. explored 1.0 1.0 1.0 # areas that have been explored hidden 0.95 0.95 0.95 # areas not yet seen. ltgrid 0.9 0.9 0.9 dkgrid 0.8 0.8 0.8 } # some 'nice' colors: # # dk.blue 0.0 0.0 0.5 # dk. green 0.0 0.5 0.0 # teal 0.0 0.5 0.5 # dk red 0.5 0.0 0.0 # dk purple 0.5 0.0 0.5 # orange 0.5 0.5 0.0 # gray 0.5 0.5 0.5 # black 0.0 0.0 0.0 # blue 0.0 0.0 1.0 # bright green 0.0 1.0 0.0 # cyan 0.0 1.0 1.0 # red 1.0 0.0 0.0 # violet 1.0 0.0 1.0 # yellow 1.0 1.0 0.0 # white 1.0 1.0 1.0 # sky blue 0.5 0.8 0.9 # navy blue 0.1 0.2 0.5