Skip to content

Conversation

@sadraiiali
Copy link

  • formation: 5-3-2 / 4-4-2 / 4-3-3
  • offside_trap: 0 / 1
  • pressing: 0 / 1
  • aggressiveness: [0.0, 1.0]

aggresiveness formula :

double new_pos = pos.x + ((pos.x/10) * ((0.5 - setting.aggressiveness)/0.5));
if (new_pos > -52.5)
     pos.x = new_pos;

naderzare and others added 29 commits June 15, 2024 23:05
    bool offensive_kick_planner_use_direct_pass = true;
    bool offensive_kick_planner_use_lead_pass = true;
    bool offensive_kick_planner_use_through_pass = true;
    bool offensive_kick_planner_use_cross_pass = true;
    bool offensive_kick_planner_use_short_dribble = true;
    bool offensive_kick_planner_use_long_dribble = true;
    bool offensive_kick_planner_use_sample_shot = true;
    bool offensive_kick_planner_use_sample_pass = true;
    bool offensive_kick_planner_use_sample_dribble = true;
    string winner_formation_name = "433-433";
    string loser_formation_name = "433-433";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants