shuvit 5 years ago
parent
commit
a766de177e
1 changed files with 143 additions and 0 deletions
  1. 143
    0
      config_sample.ini

+ 143
- 0
config_sample.ini View File

@@ -0,0 +1,143 @@
1
+#shuvit settings configuration file
2
+
3
+#debug
4
+######
5
+
6
+#show framerate
7
+framerate = 0
8
+#show profile
9
+profile = 0
10
+#----------
11
+
12
+#resolution
13
+###########
14
+
15
+resx = 1920
16
+resy = 1080
17
+fullscreen_on = 1
18
+music_player = 0
19
+#----------
20
+
21
+#level
22
+######
23
+level = warehouse
24
+#------------
25
+
26
+#replay recorder
27
+###############
28
+
29
+recorder_on = 1
30
+#--------------
31
+
32
+#camera 
33
+#######
34
+cam_height = -0.4
35
+focal_length = 10
36
+cam_min = 1.4
37
+cam_max = 2.0
38
+cch_targetHeight = 0.5
39
+
40
+
41
+#character settings
42
+###################
43
+
44
+character = becky
45
+
46
+shirt_logo = 1
47
+
48
+shirt_color_r = 0.35
49
+shirt_color_g = 0
50
+shirt_color_b = 0
51
+
52
+shoe_color_r = 0.23
53
+shoe_color_g = 0
54
+shoe_color_b = 0
55
+#-----------------
56
+
57
+#deck settings
58
+##############
59
+deck_index = 2
60
+deck_color_r = 1
61
+deck_color_g = 1.0
62
+deck_color_b = 1
63
+trucks_r = 0
64
+trucks_g = 0.53
65
+trucks_b = 0
66
+
67
+wheel1_r = 0.08
68
+wheel1_g = 0.08
69
+wheel1_b = 0.08
70
+wheel2_r = 0.08
71
+wheel2_g = 0.08
72
+wheel2_b = 0.08
73
+wheel3_r = 0.08
74
+wheel3_g = 0.08
75
+wheel3_b = 0.08
76
+wheel4_r = 0.08
77
+wheel4_g = 0.08
78
+wheel4_b = 0.08
79
+#-------------------
80
+
81
+#2d filter settings
82
+###################
83
+
84
+#brightness / contrast
85
+bc = 1
86
+BC_BRIGHTNESS = 1.3
87
+BC_CONTRAST = 1.0
88
+
89
+#HDR
90
+hdr = 1
91
+avgL = 0.7
92
+HDRamount = 0.65
93
+
94
+#Ambient Occlusion
95
+ao = 1
96
+onlyAO = 0
97
+aowidth = 1.0
98
+aoradius = 16
99
+
100
+#Depth of Field
101
+dof_on = 1
102
+
103
+#Bloom
104
+bloom_on = 1
105
+
106
+#FXAA
107
+fxaa = 1
108
+FXAA_SPAN_MAX = 8.0
109
+#-------------------
110
+
111
+#sun settings
112
+#############
113
+sun_strength = 0.9
114
+ambient_strength = 0.2
115
+sun_rot_x = -0.05
116
+sun_rot_y = -0.05
117
+shadow_on = 0
118
+#------------
119
+
120
+#physics
121
+########
122
+JUMPHEIGHT = 800
123
+MAX_VEL = 6.7
124
+SPEEDUP = 0.055
125
+SPEEDPUMP = 0.14#.09
126
+SPEEDPUMPFAST = 0.16#.13
127
+PUMP_SPEED_SENS = 0.4
128
+PUMP_SENS = 0.98
129
+ACCEL = 10
130
+CRUISE = 9
131
+COUNTDOWN = 20#pump and speed stuff
132
+pump_downforce = -0.1
133
+
134
+man_sens_l = 0.03
135
+man_sens_r = 0.08
136
+man_sens_side = 0.035
137
+turn_rotation = 0.02
138
+turn_addx = 0.004
139
+turn_air_rotation = 0.07
140
+grass_mult = 0.98
141
+ylimit = 0.84
142
+antibounce = -10.0
143
+gravity = -11

Loading…
Cancel
Save