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.init 923B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # This is the OpenRaider RC file
  2. #####################################
  3. [Video.OpenGL]
  4. Driver=/usr/lib/libGL.so.1
  5. Width=1280
  6. Height=720
  7. FullScreen=false
  8. Font=~/.OpenRaider/data/test.ttf
  9. [Audio.OpenAL]
  10. Enable=true
  11. [Input.Mouse]
  12. SensitivityX=1.0
  13. SensitivityY=1.0
  14. [OpenRaider.Engine]
  15. PakDir=~/.OpenRaider/paks/
  16. AudioDir=~/.OpenRaider/music/
  17. HomeDir=~/.OpenRaider/data/
  18. DisplayFPS=false
  19. MapDebug=false
  20. ModelDebug=false
  21. DumpTexture=false
  22. #Script=tr3/tombPC.dat
  23. #Music=tr4/039_TR4_Title_Q10.wav
  24. #Music=tr4/103_A3_Out_Night.wav
  25. #Music=tr4/108_A8_Coastal.wav
  26. [OpenRaider.Console]
  27. bind +console 96
  28. bind +forward 119
  29. bind +backward 115
  30. bind +jump 32
  31. bind +crouch 99
  32. bind +left 97
  33. bind +right 100
  34. #bind +attack 122
  35. #r_light 1 # Enable GL Lighting
  36. #r_fog 1 # Enable depth fog
  37. #r_particle 1 # Enable particle test
  38. #r_portal 1 # Enable portal rendering
  39. # Support for external configs
  40. @include ~/.OpenRaider/custom.cfg