В-третьих - они же настраиваемые(кому-то наверное сложно будет.... но рекомендую все же досмотреть до конца

).
By the mp_dotrange settings. See the rcu file for information.
mp_dotrange = displays summary of settings.
mp_dotrange FRIENDLY DEFAULT = resets FRIENDLY dots back to default
mp_dotrange FOE DEFAULT = resets ENEMY dots back to default
Options within each (# is a value in kilometers):
COLOR # = The distance when you can tell if Red or Blue (or Orange, Green, Yellow, etc. in DF)
DOT # = The distance when you can see the dots in the distance (I believe 15 is the default setting)
RANGE # = The distance in which the range of the aircraft is displayed as part of the Icon information
TYPE # = The distance in which the aircraft TYPE is displayed as part of the Icon information
ID # = The distance in which the flight number is displayed as part of the Icon information
NAME # = (Multiplayer only) The distance in which the player name is displayed as part of the Icon information
The entire command would be something like:
mp_dotrange FRIENDLY COLOR 5 DOT 15 RANGE 5 TYPE 5 ID 5 NAME 5
mp_dotrange FOE COLOR 0.1 DOT 15 RANGE 0.1 TYPE 0.1 ID 0.1 NAME 0.1
In the rcu file, they use aliases to assist with these long commands. Here is an example of a customized rcu file:
@set fast off
@set echo on
@set alias on
@set history 20
@file dosturmolog
@file gc.cmd
@alias a alias
@a h history
@a s show
@a md mp_dotrange
@a mdfr md FRIENDLY COLOR 5 DOT 15 RANGE 5 TYPE 5 ID 5 NAME 5
@a mdfo md FOE COLOR 0.1 DOT 15 RANGE 0.1 TYPE 0.1 ID 0.1 NAME 0.1
@a mdnewfr md FRIENDLY COLOR 1.5 DOT 15 RANGE 0.5 TYPE 1.0 ID 0.5 NAME 0.1
@a mdnewfo md FOE COLOR 1.5 DOT 15 RANGE 0.5 TYPE 1.0 ID 0.5 NAME 0.1
@a mdofr md FRIENDLY DEFAULT
@a mdofo md FOE DEFAULT
@a md92ndfr md FRIENDLY COLOR 1.65 DOT 15 RANGE 0.01 TYPE 1.65 ID 0.01 NAME 0.01
@a md92ndfo md FOE COLOR 1.65 DOT 15 RANGE 0.01 TYPE 1.65 ID 0.01 NAME 0.01
@a fon fps START SHOW
@a foff fps STOP
timeout 60000 md92ndfr md92ndfo
Ну а в-четвертых - будет все равно по-другому на следующей неделе.