1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
| {
| "bloom": {
| "bloom_decay": 0.1,
| "bloom_open": true,
| "bloom_strength": 0.8
| },
| "color_grading": {
| "color_grading_type": 1,
| "total_control": 1.0
| },
| "env_time_of_day": {
| "frame_data": null,
| "frame_stride": null,
| "keyframes": null,
| "prop_names": null,
| "prop_widths": null,
| "time_of_day_template": 300004
| },
| "fog": {
| "height_fog": false,
| "height_fog_color": {
| "__tuple__": true,
| "items": [
| 255,
| 255,
| 255,
| 255
| ]
| },
| "height_fog_density": 1.0,
| "height_fog_end": 10.0,
| "height_fog_fall_off": 1.0
| },
| "fog_war": {
| "fog_war_fall_off": 0.0,
| "fog_war_put_gray_color": {
| "__tuple__": true,
| "items": [
| 44,
| 2,
| 38,
| 255
| ]
| },
| "fog_war_put_gray_density": 1.0,
| "fog_war_put_gray_fog_strength": 1.0,
| "fog_war_put_gray_fog_transparency": 1.0,
| "fog_war_put_gray_noise_enable": true,
| "fog_war_unexplored_alpha": 0.75,
| "fog_war_unexplored_color": {
| "__tuple__": true,
| "items": [
| 52,
| 52,
| 62,
| 255
| ]
| },
| "fog_war_unexplored_density": 1.0
| },
| "foliage": {
| "color_overlay": true,
| "foliage_enable_lod": true,
| "foliage_enable_wind_force": false,
| "foliage_lod_distance_0": 3000.0,
| "foliage_lod_distance_1": 7000.0
| },
| "hdr": {
| "hdr_open": true
| },
| "occlusion_perspective": {
| "occlusion_opacity": 0.3,
| "occlusion_transition": true
| },
| "post_style": {
| "post_style_shader_params": {
| "1": {
| "DepthScale": 3.0,
| "LineColor": {
| "__tuple__": true,
| "items": [
| 0.05,
| 0.03,
| 0.03
| ]
| },
| "PixelIntensity": 2.0
| },
| "4": {
| "DepthScale": 2.5,
| "LineColor": {
| "__tuple__": true,
| "items": [
| 0.05,
| 0.05,
| 0.05
| ]
| },
| "TotalControl": 0.9
| }
| },
| "post_style_type": 0
| },
| "shadow_quality": {
| "dynamic_shadow_cascades": 2,
| "dynamic_shadow_distance_movable_light": 80,
| "enable_clicli_distance": true,
| "enable_global_shadow": true,
| "enable_ue4_csm": false,
| "fix_sun_shadow_range": 45,
| "foliage_enable_shadow": false,
| "terrain_enable_shadow": true
| },
| "sky_light": {
| "sky_light_const_tod_time": 8.0,
| "sky_light_enable_time_of_day": false
| },
| "surface_highlight": {
| "surface_highlight_intensity": 0.5
| },
| "terrain": {
| "terrain_version": 2,
| "water_materials": [
| {
| "color": {
| "__tuple__": true,
| "items": [
| 0.051,
| 0.123,
| 0.341,
| 0.16
| ]
| },
| "custom_color": true,
| "flow_direction": 90.0,
| "flow_perturbation": 0.5,
| "flow_speed": 0.3,
| "mat_id": 1,
| "name": "\u6c34",
| "original": true
| },
| {
| "color": {
| "__tuple__": true,
| "items": [
| 0.947,
| 0.117,
| 0.007,
| 1.0
| ]
| },
| "custom_color": true,
| "flow_direction": 0.0,
| "flow_perturbation": 0.3,
| "flow_speed": 0.2,
| "mat_id": 2,
| "name": "\u5ca9\u6d46",
| "original": true
| }
| ]
| },
| "vignetting": {
| "vignetting_breath_rate": 1.0,
| "vignetting_change_range": 1.0,
| "vignetting_color": {
| "__tuple__": true,
| "items": [
| 0,
| 0,
| 0,
| 255
| ]
| },
| "vignetting_open": false,
| "vignetting_size": 1.0
| },
| "water": {
| "caustics_enable": true,
| "caustics_strength": 0.2
| }
| }
|
|