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 745B

123456789101112131415161718192021222324252627282930313233343536
  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. set font "$(datadir)/test.ttf"
  8. # set font "$(datadir)/font.pc"
  9. # Not needed for Mac OS X
  10. set gldriver "/usr/lib/libGL.so.1"
  11. # Windowing
  12. set size 1280 720
  13. set fullscreen false
  14. # Audio
  15. set audio true # Enable Audio Output
  16. set volume 0.5
  17. # Input
  18. set mouse_x 0.75
  19. set mouse_y 0.75
  20. bind menu "escape"
  21. bind console "backquote"
  22. bind forward 'w'
  23. bind backward 's'
  24. bind left 'a'
  25. bind right 'd'
  26. bind jump "space"
  27. bind crouch "leftctrl"
  28. bind use "leftmouse"
  29. bind holster "rightmouse"
  30. bind walk "leftshift"