Shuvit game master repo. http://shuvit.org
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.

config_sample.ini 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. #shuvit settings configuration file
  2. #debug
  3. ######
  4. #show framerate
  5. framerate = 0
  6. #show profile
  7. profile = 0
  8. #----------
  9. #resolution
  10. ###########
  11. resx = 1920
  12. resy = 1080
  13. fullscreen_on = 1
  14. music_player = 0
  15. #----------
  16. #level
  17. ######
  18. level = warehouse
  19. #------------
  20. #replay recorder
  21. ###############
  22. recorder_on = 1
  23. #--------------
  24. #camera
  25. #######
  26. cam_height = -0.4
  27. focal_length = 10
  28. cam_min = 1.4
  29. cam_max = 2.0
  30. cch_targetHeight = 0.5
  31. #character settings
  32. ###################
  33. character = becky
  34. shirt_logo = 1
  35. shirt_color_r = 0.35
  36. shirt_color_g = 0
  37. shirt_color_b = 0
  38. shoe_color_r = 0.23
  39. shoe_color_g = 0
  40. shoe_color_b = 0
  41. #-----------------
  42. #deck settings
  43. ##############
  44. deck_index = 2
  45. deck_color_r = 1
  46. deck_color_g = 1.0
  47. deck_color_b = 1
  48. trucks_r = 0
  49. trucks_g = 0.53
  50. trucks_b = 0
  51. wheel1_r = 0.08
  52. wheel1_g = 0.08
  53. wheel1_b = 0.08
  54. wheel2_r = 0.08
  55. wheel2_g = 0.08
  56. wheel2_b = 0.08
  57. wheel3_r = 0.08
  58. wheel3_g = 0.08
  59. wheel3_b = 0.08
  60. wheel4_r = 0.08
  61. wheel4_g = 0.08
  62. wheel4_b = 0.08
  63. #-------------------
  64. #2d filter settings
  65. ###################
  66. #brightness / contrast
  67. bc = 1
  68. BC_BRIGHTNESS = 1.3
  69. BC_CONTRAST = 1.0
  70. #HDR
  71. hdr = 1
  72. avgL = 0.7
  73. HDRamount = 0.65
  74. #Ambient Occlusion
  75. ao = 1
  76. onlyAO = 0
  77. aowidth = 1.0
  78. aoradius = 16
  79. #Depth of Field
  80. dof_on = 1
  81. #Bloom
  82. bloom_on = 1
  83. #FXAA
  84. fxaa = 1
  85. FXAA_SPAN_MAX = 8.0
  86. #-------------------
  87. #sun settings
  88. #############
  89. sun_strength = 0.9
  90. ambient_strength = 0.2
  91. sun_rot_x = -0.05
  92. sun_rot_y = -0.05
  93. shadow_on = 0
  94. #------------
  95. #physics
  96. ########
  97. JUMPHEIGHT = 800
  98. MAX_VEL = 6.7
  99. SPEEDUP = 0.055
  100. SPEEDPUMP = 0.14#.09
  101. SPEEDPUMPFAST = 0.16#.13
  102. PUMP_SPEED_SENS = 0.4
  103. PUMP_SENS = 0.98
  104. ACCEL = 10
  105. CRUISE = 9
  106. COUNTDOWN = 20#pump and speed stuff
  107. pump_downforce = -0.1
  108. man_sens_l = 0.03
  109. man_sens_r = 0.08
  110. man_sens_side = 0.035
  111. turn_rotation = 0.02
  112. turn_addx = 0.004
  113. turn_air_rotation = 0.07
  114. grass_mult = 0.98
  115. ylimit = 0.84
  116. antibounce = -10.0
  117. gravity = -11