formations.conf~

来自「这是一支完整的uva球队」· CONF~ 代码 · 共 114 行

CONF~
114
字号
# We have the following player types:# -----------------------------------## 0 = PT_UNKNOWN# 1 = PT_GOALKEEPER# 2 = PT_DEFENDER_SWEEPER# 3 = PT_DEFENDER_WING# 4 = PT_MIDFIELDER_CENTER# 5 = PT_MIDFIELDER_WING# 6 = PT_ATTACKER_WING# 7 = PT_ATTACKER## WE HAVE THE FOLLOWING FORMATIONS:# ---------------------------------## 0 = FT_UNKNOWN = 000# 1 = FT_INITIAL = 111# 2 = FT_433_OFFENSIVE# 3 = FT_433_DEFENSIVE# 4 = FT_DEFENSIVE = 442# 5 = FT_OPEN_DEFENSIVE = 442# 6 = FT_ATTACKING = 244## Layout of information per formation:# ------------------------------------# Formation number# Formation type number# X-position of eleven players# Y-position of eleven players# Player types for eleven players# X-attraction factors to ball for each player type# Y-attraction factors to ball for each player type# Booleans denoting for each player type whether to always remain behind ball# Minimal X-coordinate for each player type# Maximal X-coordinate for each player type## Formation 0 = FT_unknown = 0000  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0  # X_pos  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0  # Y_pos   0     0     0     0     0     0     0    0     0     0     0    # P_type  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0                    # X_attr  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0                    # Y_attr   0     0     0     0     0     0     0     0                     # Behind_ball  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0                    # X_min  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0                    # X_max# Formation 1 = FT_initial = 1111-50.0 -16.0 -17.0 -17.0 -16.0  -8.0  -5.0  -5.0  -2.0  -1.0  -1.0  # X_pos  0.0  16.0   5.0  -5.0 -16.0   0.0  10.0 -10.0   0.0  22.0 -22.0  # Y_pos   1     4     2     2     4     5     6     6     8     7     7   # P_type  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0              # X_attr  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0              # Y_attr   0     0     0     0     0     0     0     0     0               # Behind_ball -49.0  -45.0   -45.0   -45.0   -45.0   -45.0   -45.0 -45.0 -45.0  # X_min  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0              # X_max# Formation 2 = FT_433_offensive2-50.0 -16.5 -21.0 -15.0 -16.5  -3.0  0.0   0.0    15.0  18.0  18.0  # X_pos  0.0  10.0   0.0  0.0  -10.0   0.5   11  -11.0   -0.5  19.0 -19.0  # Y_pos  1     4      3     2     4     5     6     6      8     7     7   # P_type  0.0   0.1   0.7  0.65   0.7   0.5  0.7   0.65    0.6              # X_attr  0.0   0.1   0.2   0.4 0.25    0.3  0.25   0.3   0.25              # Y_attr   0     1     1     1     0     0     0     0      0               # Behind_ball  0.0 -50.5 -42.0 -47.0 -45.0  -2.0 -36.0  -36.0   -2.0             # X_min  0.0 -30.0   0.0   2.0   2.0  44.0  42.0   42.0   44.0             # X_max# Formation 3 = FT_433_defensive3-50.0 -13.0 -14.0 -14.0 -13.0  -5.0   0.0   0.0  15.0  18.0  18.0  # X_pos  0.0  16.0   5.0  -5.0 -16.0   0.5  11.0 -11.0  -0.5  20.0 -20.0  # Y_pos   1     3     2     2     3     4     5     5     7     6     6   # P_type  0.0   0.1   0.6   0.6   0.6   0.6   0.5   0.6                    # X_attr  0.0   0.1   0.25  0.35  0.25  0.3  0.25  0.2                    # Y_attr   0     1     1     0     0     0     0     0                     # Behind_ball  0.0 -50.5 -45.0 -45.0 -30.0 -30.0 -45.0   -2.0                   # X_min  0.0 -30.0   0.0  35.0  42.0  42.0  42.0   40.0                   # X_max# Formation 4 = FT_OppGKick4-49.0 -5.0 -5.0 -5.0  -5.0 15.0  20.0  20.0 31.0  31.0  31.0        # X_pos  0.0 20.0  7.0 -7.0 -20.0  0.0  15.0 -15.0  0.0  22.5 -22.5        # Y_pos   1    3    2    2     3    4     5     5    7     6     6         # P_type  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0                     # X_attr  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0                     # Y_attr   0     0     0     0     0     0     0     0                      # Behind_ball  0.0 -52.5 -43.0 -46.0 -37.0 -27.0 -15.0  -20.0                    # X_min  0.0 -36.0   0.0  0.0   18.0  32.0  43.0   45.0                    # X_max# Formation 5 = FT_OppGCath5-49.0 -5.0 -5.0 -5.0  -5.0 10.0  15.0  15.0 20.0  20.0  20.0        # X_pos  0.0 20.0  7.0 -7.0 -20.0  0.0  15.0 -15.0  0.0  25.0 -25.0        # Y_pos   1    3    2    2     3    4     5     5    7     6     6         # P_type  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0                     # X_attr  0.0   0.0   0.0   0.0   0.0   0.0   0.0   0.0                     # Y_attr   0     0     0     0     0     0     0     0                      # Behind_ball  0.0 -52.5 -43.0 -46.0 -37.0 -27.0 -15.0  -20.0                    # X_min  0.0 -36.0   0.0  0.0   18.0  32.0  43.0   45.0                    # X_max# Formation 6 = FT_attacking = 3436-50.0 -12.0 -15.0 -12.0   5.0   0.0   0.0   5.0  15.0  18.0  18.0  # X_pos  0.0  10.0   0.0 -10.0  15.0   6.0  -6.0 -15.0  -0.5  19.0 -19.0  # Y_pos   1     3     2     3     4     5     5     4     7     6     6   # P_type  0.0   0.1   0.6   0.6   0.6   0.6   0.5  0.6                     # X_attr  0.0   0.1   0.25  0.25  0.3  0.35  0.25  0.2                     # Y_attr   0     1     1     0     0     0     0     0                     # Behind_ball  0.0 -50.5 -45.0 -45.0 -30.0 -30.0 -45.0   -2.0                   # X_min  0.0 -30.0   0.0  10.0  42.0  42.0  42.0   44.0                   # X_max

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?