config.yaml 554B

1234567891011121314151617181920212223242526272829303132
  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. subject:
  16. tank1:
  17. global_move_coeff: 3
  18. building:
  19. draw_interior_gap: 2
  20. global:
  21. cache_dir_path: 'cache'
  22. include_path:
  23. maps:
  24. - "maps"
  25. graphics:
  26. - "medias/images"
  27. sounds:
  28. - "medias/sounds"
  29. logging_level: ERROR
  30. debug: true