Open Source Tomb Raider Engine
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

1234567891011121314151617181920212223242526272829303132
  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. # 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"