config.yaml 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. troop_dumper: "opencombat.strategy.troops.TroopDumper"
  32. troop_schema: "opencombat/strategy/troops.xsd"
  33. units: "opencombat/strategy/units.xml"
  34. teams: "opencombat/strategy/teams.xml"
  35. cache_dir_path: 'cache'
  36. include_path:
  37. maps:
  38. - "maps"
  39. graphics:
  40. - "medias/images"
  41. sounds:
  42. - "medias/sounds"
  43. logging_level: ERROR
  44. debug: false
  45. debug_gui: false