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

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