Open Source Tomb Raider Engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unix.in 683B

123456789101112131415161718192021222324252627282930313233
  1. # OpenRaider configuration file
  2. # File locations
  3. set basedir "@CMAKE_INSTALL_PREFIX@"
  4. set datadir "$(basedir)/share/OpenRaider"
  5. set pakdir "$(datadir)"
  6. set audiodir "$(datadir)"
  7. set font "$(datadir)/test.ttf"
  8. # set font "$(datadir)/font.pc"
  9. # Windowing
  10. set size 1280 720
  11. set fullscreen false
  12. # Audio
  13. set audio true # Enable Audio Output
  14. set volume 0.5
  15. # Input
  16. set mouse_x 0.75
  17. set mouse_y 0.75
  18. bind menu "escape"
  19. bind debug 'q'
  20. bind forward 'w'
  21. bind backward 's'
  22. bind left 'a'
  23. bind right 'd'
  24. bind jump "space"
  25. bind crouch "leftctrl"
  26. bind use "leftmouse"
  27. bind holster "rightmouse"
  28. bind walk "leftshift"