config.yaml 417B

12345678910111213141516171819202122232425
  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. global:
  16. include_path:
  17. maps:
  18. - "maps"
  19. graphics:
  20. - "medias/images"
  21. sounds:
  22. - "medias/sounds"
  23. logging_level: DEBUG
  24. debug: true