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

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. set font "$(datadir)/test.ttf"
  8. # Not needed for Mac OS X
  9. set gldriver "/usr/lib/libGL.so.1"
  10. # Windowing
  11. set size "1280x720"
  12. set fullscreen false
  13. # Audio
  14. set audio true # Enable Audio Output
  15. set volume 0.5
  16. # Input
  17. set mouse_x 1.0
  18. set mouse_y 1.0
  19. bind console 96
  20. bind forward 119
  21. bind backward 115
  22. bind jump 32
  23. bind crouch 99
  24. bind left 97
  25. bind right 100
  26. # bind attack 122