Advertisement
smeghammer

config.lua

Mar 13th, 2014
2,947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. config =
  2. {
  3. graphics =
  4. {
  5. start_in_fullscreen = true,
  6. auto_size = false,
  7. virtual_texturing = true,
  8. hzb_culling = false,
  9. dynamic_cube_mapping = false,
  10. dynamic_cube_mapping_options =
  11. {
  12. quality = 1,
  13. resolution = 0
  14. },
  15. resolution =
  16. {
  17. fullscreen =
  18. {
  19. width = 1280,
  20. height = 720
  21. },
  22. windowed =
  23. {
  24. width = 1280,
  25. height = 720
  26. }
  27. },
  28. refresh_rate =
  29. {
  30. numerator = 60317,
  31. denominator = 1000
  32. },
  33. vsync = false,
  34. ambient_occlusion = false,
  35. view_distance = 3,
  36. anti_aliasing =
  37. {
  38. enabled = false
  39. },
  40. post_processing =
  41. {
  42. motion_blur =
  43. {
  44. enabled = false
  45. },
  46. quality = 1
  47. },
  48. shadows =
  49. {
  50. resolution = 1,
  51. translucent_shadows =
  52. {
  53. enabled = false
  54. }
  55. },
  56. texturing =
  57. {
  58. quality = 1
  59. },
  60. particles =
  61. {
  62. quality = 1
  63. },
  64. maxmipskip = 5
  65. },
  66. carmodgeddon =
  67. {
  68. enabled = false,
  69. folder = "carmodgeddon"
  70. },
  71. localisation =
  72. {
  73. country = "GB",
  74. language = "en"
  75. }
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement