config.yaml 459B

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