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.

OpenRaider.ini 624B

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