Skip to content

Commit 4bb918d

Browse files
committed
Improve sun on Otago 1.4 and Rainbow Comet v1.25.
1 parent ff842db commit 4bb918d

2 files changed

Lines changed: 31 additions & 2 deletions

File tree

LuaUI/Configs/MapSettingsOverride/Otago 1.4.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ return {
88
["specularExponent"]= 30,
99
["groundSpecularColor"]= {0, 0, 0, 1},
1010
["groundShadowDensity"]= 0.75,
11-
["unitDiffuseColor"]= {1, 0.75, 0.80000001, 1},
12-
["unitAmbientColor"]= {0.61428571, 0.34761906, 0.36190477, 1},
11+
["unitDiffuseColor"]= {0.78095239, 0.71428573, 0.7095238, 1},
12+
["unitAmbientColor"]= {0.70476192, 0.6047619, 0.59523809, 1},
1313
},
1414
["fog"]= {
1515
["sunColor"]= {0.80000001, 0.80000001, 0.80000001, 1},
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
return {
2+
["defaultSunDir"]= false,
3+
["sun"]= {
4+
["groundDiffuseColor"]= {0.5, 0.5, 0.5, 1},
5+
["groundAmbientColor"]= {0.74874371, 0.73869348, 0.74874371, 1},
6+
["unitSpecularColor"]= {0.69999999, 0.69999999, 0.69999999, 1},
7+
["modelShadowDensity"]= 0.75,
8+
["specularExponent"]= 30,
9+
["groundSpecularColor"]= {0, 0, 0, 1},
10+
["groundShadowDensity"]= 0.75,
11+
["unitDiffuseColor"]= {0.89999998, 0.89999998, 0.89999998, 1},
12+
["unitAmbientColor"]= {0.68341708, 0.67839193, 0.67839193, 1},
13+
},
14+
["fog"]= {
15+
["sunColor"]= {0.80000001, 0.80000001, 0.80000001, 1},
16+
["fogStart"]= 0.99000001,
17+
["fogColor"]= {0.80000001, 0.80000001, 0.80000001, 1},
18+
["cloudColor"]= {0.80000001, 0.80000001, 0.80000001, 1},
19+
["skyColor"]= {0.80000001, 0.80000001, 0.80000001, 1},
20+
["fogEnd"]= 1,
21+
},
22+
["water"]= false,
23+
["fixDefaultWater"]= false,
24+
["direction"]= {
25+
["sunDir"]= 3.81999993,
26+
["sunPitch"]= 0.64999998,
27+
},
28+
["skipShadowDensityFix"]= false,
29+
}

0 commit comments

Comments
 (0)