Open Source Tomb Raider Engine
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

OpenRaider.init 1.0KB

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