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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. [Network.Server]
  12. Enable=false
  13. #Name=OpenRaider Server Beta 1
  14. #Dedicated=true
  15. Port=27910
  16. [Input.Mouse]
  17. SensitivityX=1.0
  18. SensitivityY=1.0
  19. [OpenRaider.Engine]
  20. PakDir=~/.OpenRaider/paks/
  21. AudioDir=~/.OpenRaider/music/
  22. HomeDir=~/.OpenRaider/data/
  23. DisplayFPS=false
  24. MapDebug=false
  25. ModelDebug=false
  26. DumpTexture=false
  27. #Script=tr3/tombPC.dat
  28. #Music=tr4/039_TR4_Title_Q10.wav
  29. #Music=tr4/103_A3_Out_Night.wav
  30. #Music=tr4/108_A8_Coastal.wav
  31. [OpenRaider.Console]
  32. bind +console 96
  33. bind +forward 119
  34. bind +backward 115
  35. bind +jump 32
  36. bind +crouch 99
  37. bind +left 97
  38. bind +right 100
  39. #bind +attack 122
  40. #r_light 1 # Enable GL Lighting
  41. #r_fog 1 # Enable depth fog
  42. #r_particle 1 # Enable particle test
  43. #r_portal 1 # Enable portal rendering
  44. # Support for external configs
  45. @include ~/.OpenRaider/custom.cfg