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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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 = 10
  29. cam_min = 2.0
  30. cam_max = 2.4
  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 = ralph
  40. shirt_logo = 4
  41. shirt_color_r = 0.54
  42. shirt_color_g = 0.4
  43. shirt_color_b = 0.05
  44. shoe_color_r = 0.02
  45. shoe_color_g = 0.02
  46. shoe_color_b = 0.02
  47. #-----------------
  48. #deck settings
  49. ##############
  50. deck_index = 7
  51. deck_color_r = 1
  52. deck_color_g = 1.0
  53. deck_color_b = 1
  54. trucks_r = 0.46
  55. trucks_g = 0.03
  56. trucks_b = 0.03
  57. wheel1_r = 1
  58. wheel1_g = 0.71
  59. wheel1_b = 0.08
  60. wheel2_r = 1
  61. wheel2_g = 0.71
  62. wheel2_b = 0.08
  63. wheel3_r = 1
  64. wheel3_g = 0.71
  65. wheel3_b = 0.08
  66. wheel4_r = 1
  67. wheel4_g = 0.71
  68. wheel4_b = 0.08
  69. #-------------------
  70. #2d filter settings
  71. ###################
  72. #brightness / contrast
  73. bc = 0
  74. BC_BRIGHTNESS = 1.01
  75. BC_CONTRAST = 1.03
  76. #HDR
  77. hdr = 0
  78. avgL = 0.56
  79. HDRamount = 0.01
  80. #Ambient Occlusion
  81. ao = 0
  82. onlyAO = 0
  83. aowidth = 23.0
  84. aoradius = 96.0
  85. #Depth of Field
  86. dof_on = 0
  87. #Bloom
  88. bloom_on = 0
  89. #FXAA
  90. fxaa = 0
  91. FXAA_SPAN_MAX = 8.0
  92. #-------------------
  93. #sun settings
  94. #############
  95. sun_strength = 1.0
  96. ambient_strength = 0.68
  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.1
  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.4