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.3KB

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