Open Source Tomb Raider Engine
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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"