config.yaml 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. core:
  2. cycle_duration: 0.25
  3. use_x_cores: 2
  4. terminals:
  5. sync: True
  6. game:
  7. look_around:
  8. frequency: 1
  9. engage:
  10. frequency: 1
  11. move:
  12. walk_ref_time: 3
  13. run_ref_time: 1
  14. crawl_ref_time: 10
  15. rotate_ref_time: 0 # seconds per degrees
  16. subject:
  17. tank1:
  18. global_move_coeff: 3
  19. rotate_ref_time: 0.1111 # seconds per degrees
  20. building:
  21. draw_interior_gap: 2
  22. global:
  23. state_loader: "opencombat.state.StateLoader"
  24. state_dumper: "opencombat.state.StateDumper"
  25. state_schema: "opencombat/state.xsd"
  26. state_template: "opencombat/state_template.xml"
  27. unit_stash: "opencombat.strategy.unit.stash.UnitStash"
  28. team_stash: "opencombat.strategy.team.stash.TeamStash"
  29. teams_schema: "opencombat/strategy/teams.xsd"
  30. units_schema: "opencombat/strategy/units.xsd"
  31. cache_dir_path: 'cache'
  32. include_path:
  33. maps:
  34. - "maps"
  35. graphics:
  36. - "medias/images"
  37. sounds:
  38. - "medias/sounds"
  39. logging_level: ERROR
  40. debug: false
  41. debug_gui: false