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.ini 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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 = 1
  15. #----------
  16. #level
  17. ######
  18. level = user2
  19. levelBlend = user2
  20. #------------
  21. #replay recorder
  22. ###############
  23. recorder_on = 1
  24. #--------------
  25. #camera
  26. #######
  27. cam_height = -0.4
  28. focal_length = 26
  29. cam_min = 2.9
  30. cam_max = 5.0
  31. cch_targetHeight = 0.5
  32. cam_walk_height = 0.8
  33. cam_walk_min = 2.4
  34. cam_walk_max = 3
  35. cam_idle_height = 0.5
  36. walk_focal_length = 14
  37. #character settings
  38. ###################
  39. character = annie
  40. shirt_logo = 2
  41. shirt_color_r = 0.44
  42. shirt_color_g = 0.44
  43. shirt_color_b = 0.44
  44. shoe_color_r = 0.08
  45. shoe_color_g = 0.03
  46. shoe_color_b = 0
  47. #-----------------
  48. #deck settings
  49. ##############
  50. deck_index = 5
  51. deck_color_r = 0.8
  52. deck_color_g = 0.8
  53. deck_color_b = 0.8
  54. trucks_r = 0
  55. trucks_g = 0
  56. trucks_b = 0
  57. wheel1_r = 0.21
  58. wheel1_g = 0.21
  59. wheel1_b = 0.21
  60. wheel2_r = 0.21
  61. wheel2_g = 0.21
  62. wheel2_b = 0.21
  63. wheel3_r = 0.21
  64. wheel3_g = 0.21
  65. wheel3_b = 0.21
  66. wheel4_r = 0.21
  67. wheel4_g = 0.21
  68. wheel4_b = 0.21
  69. #-------------------
  70. #2d filter settings
  71. ###################
  72. #brightness / contrast
  73. bc = 1
  74. BC_BRIGHTNESS = 0.97
  75. BC_CONTRAST = 1.06
  76. #HDR
  77. hdr = 1
  78. avgL = 0.77
  79. HDRamount = 0.03
  80. #Ambient Occlusion
  81. ao = 0
  82. onlyAO = 0
  83. aowidth = 23.0
  84. aoradius = 96.0
  85. #Depth of Field
  86. dof_on = 1
  87. #Bloom
  88. bloom_on = 0
  89. #FXAA
  90. fxaa = 1
  91. FXAA_SPAN_MAX = 8.0
  92. #-------------------
  93. #sun settings
  94. #############
  95. sun_strength = 2.05
  96. ambient_strength = 0.61
  97. sun_rot_x = 0.05
  98. sun_rot_y = 0.05
  99. shadow_on = 0
  100. #------------
  101. #physics
  102. ########
  103. JUMPHEIGHT = 840#800
  104. MAX_VEL = 6.7
  105. SPEEDUP = 0.055
  106. SPEEDPUMP = 0.14#.09
  107. SPEEDPUMPFAST = 0.16#.13
  108. PUMP_SPEED_SENS = 0.4
  109. PUMP_SENS = 0.98
  110. ACCEL = 10
  111. CRUISE = 9
  112. COUNTDOWN = 20#pump and speed stuff
  113. pump_downforce = -0.0
  114. man_sens_l = 0.03
  115. man_sens_r = 0.08
  116. man_sens_side = 0.035
  117. turn_rotation = 0.02
  118. turn_addx = 0.004
  119. turn_air_rotation = 0.07
  120. grass_mult = 0.98
  121. ylimit = 0.84
  122. antibounce = -10.0
  123. gravity = -10.5
  124. fall_height = 0.5
  125. #controller mappings
  126. ########
  127. lar_lts = 0
  128. uad_lts = 1
  129. lar_rts = 2
  130. uad_rts = 3
  131. lt = 4
  132. rt = 5
  133. a_but = 0
  134. b_but = 1
  135. x_but = 2
  136. y_but = 3
  137. l_bump = 9
  138. r_bump = 10
  139. bk_but = 4
  140. st_but = 6
  141. xb_but = 5
  142. lts_pr = 7
  143. rts_pr = 8
  144. l_dp = 13
  145. r_dp = 14
  146. u_dp = 11
  147. d_dp = 12