Browse Source

6-20-19_textures3

shuvit 4 years ago
parent
commit
f4958fd858
3 changed files with 3 additions and 180 deletions
  1. 3
    0
      .gitignore
  2. 0
    3
      assets/user4.blend
  3. 0
    177
      config.ini.bak

+ 3
- 0
.gitignore View File

@@ -43,3 +43,6 @@ shuvit_working.blend
43 43
 *.pyc
44 44
 *replay.dat
45 45
 *__pycache__/
46
+scripts/__pycache__/
47
+scripts/*.pyc
48
+*.blend2

+ 0
- 3
assets/user4.blend View File

@@ -1,3 +0,0 @@
1
-version https://git-lfs.github.com/spec/v1
2
-oid sha256:8b67774bee6afb849339ec2ec2c2c27ba50e663d3d151fb45b8b1a56677cdb6a
3
-size 48078964

+ 0
- 177
config.ini.bak View File

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

Loading…
Cancel
Save