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

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