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 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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 = spine
  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 = 2.0
  29. cam_max = 2.4
  30. cch_targetHeight = 0.5
  31. cam_walk_height = 0.8
  32. cam_walk_min = 2.4
  33. cam_walk_max = 3
  34. cam_idle_height = 0.5
  35. walk_focal_length = 14
  36. #character settings
  37. ###################
  38. character = becky
  39. shirt_logo = 3
  40. shirt_color_r = 0.61
  41. shirt_color_g = 0.61
  42. shirt_color_b = 0.61
  43. shoe_color_r = 0.16
  44. shoe_color_g = 0.02
  45. shoe_color_b = 0.02
  46. #-----------------
  47. #deck settings
  48. ##############
  49. deck_index = 2
  50. deck_color_r = 1
  51. deck_color_g = 1.0
  52. deck_color_b = 1
  53. trucks_r = 0.95
  54. trucks_g = 1.0
  55. trucks_b = 1
  56. wheel1_r = 0.4
  57. wheel1_g = 0.08
  58. wheel1_b = 0.08
  59. wheel2_r = 0.08
  60. wheel2_g = 0.34
  61. wheel2_b = 0.08
  62. wheel3_r = 0.08
  63. wheel3_g = 0.08
  64. wheel3_b = 0.54
  65. wheel4_r = 0.4
  66. wheel4_g = 0.37
  67. wheel4_b = 0.08
  68. #-------------------
  69. #2d filter settings
  70. ###################
  71. #brightness / contrast
  72. bc = 1
  73. BC_BRIGHTNESS = 1.0
  74. BC_CONTRAST = 1.0
  75. #HDR
  76. hdr = 1
  77. avgL = 0.4
  78. HDRamount = 1.3
  79. #Ambient Occlusion
  80. ao = 1
  81. onlyAO = 0
  82. aowidth = 1.0
  83. aoradius = 16
  84. #Depth of Field
  85. dof_on = 1
  86. #Bloom
  87. bloom_on = 0
  88. #FXAA
  89. fxaa = 1
  90. FXAA_SPAN_MAX = 8.0
  91. #-------------------
  92. #sun settings
  93. #############
  94. sun_strength = 0.15
  95. ambient_strength = 0.75
  96. sun_rot_x = -0.05
  97. sun_rot_y = -0.05
  98. shadow_on = 0
  99. #------------
  100. #physics
  101. ########
  102. JUMPHEIGHT = 800
  103. MAX_VEL = 6.7
  104. SPEEDUP = 0.055
  105. SPEEDPUMP = 0.14#.09
  106. SPEEDPUMPFAST = 0.16#.13
  107. PUMP_SPEED_SENS = 0.4
  108. PUMP_SENS = 0.98
  109. ACCEL = 10
  110. CRUISE = 9
  111. COUNTDOWN = 20#pump and speed stuff
  112. pump_downforce = -0.1
  113. man_sens_l = 0.03
  114. man_sens_r = 0.08
  115. man_sens_side = 0.035
  116. turn_rotation = 0.02
  117. turn_addx = 0.004
  118. turn_air_rotation = 0.07
  119. grass_mult = 0.98
  120. ylimit = 0.84
  121. antibounce = -10.0
  122. gravity = -10.5