📄 formations.conf
字号:
## formations.conf for SEU-3D# Lines that start '#' are comment lines.## We have the following player types:# -----------------------------------#enum PlayerType#{ # PT_UNKNOWN = 0,# PT_GOALKEEPER = 1,# PT_DEFENDER_CENTRAL = 2,# PT_DEFENDER_SWEEPER = 3,# PT_DEFENDER_WING = 4,# PT_MIDFIELDER_CENTER = 5,# PT_MIDFIELDER_SWEEPER = 6,# PT_MIDFIELDER_WING = 7,# PT_ATTACKER_WING = 8,# PT_ATTACKER_CENTRAL = 9,# PT_JOYSTICK = 10#};# the field length = [48, 55]; field width = [25, 32]##------------------------------------(formation (name 22)(player (num 1)(playerType PT_GOALKEEPER)(initPos -23 0 0.22)(homePos -23 0 0.22)(attraction 0.05 0.05 0)(behindBall yes)(minPos -23.5 -10 0.22)(maxPos -35 20 0.22))(player (num 2)(playerType PT_DEFENDER_CENTRAL)(initPos -13 5 0.22)(homePos -15 4 0.22)(attraction 0.5 0.3 0)(behindBall yes)(minPos -20 -2 0.22)(maxPos 5 12 0.22))(player (num 3)(playerType PT_DEFENDER_CENTRAL)(initPos -16 0 0.22)(homePos -15 -4 0.22)(attraction 0.5 0.3 0)(behindBall yes)(minPos -20 -12 0.22)(maxPos 5 2 0.22))(player (num 4)(playerType PT_MIDFIELDER_WING)(initPos -13 -5 0.22)(homePos -5 0 0.22)(attraction 0.5 0.3 0)(behindBall yes)(minPos -20 -8 0.22)(maxPos 2 8 0.22))(player (num 5)(playerType PT_MIDFIELDER_WING)(initPos -2 5 0.22)(homePos 0 0 0.22)(attraction 0.5 0.3 0)(behindBall no)(minPos -10 -4 0.22)(maxPos 20 10 0.22))(player (num 6)(playerType PT_ATTACKER_CENTRAL)(initPos -2 -5 0.22)(homePos 6 -5 0.22)(attraction 0.5 0.3 0)(behindBall no)(minPos -10 4 0.22)(maxPos 20 -10 0.22))(player (num 7)(playerType PT_ATTACKER_CENTRAL)(initPos -6 0 0.22)(homePos 12 2 0.22)(attraction 0.5 0.3 0)(behindBall no)(minPos 3 -7 0.22)(maxPos 23 7 0.22)))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -