← Back to Index

GraphicsOverrideParameterPacket (331)

Sent from the server to the client when a server script changes the rendering settings
Field Name Type Field Index Description
Parameter Keyframe Values (Required) object<float, Vec3> 0 Time of Day key to Graphics Parameter value, Depending on the parameters, either all three components are used as a color or just the x component is used as a float, int, or bool

Map Entry

Field Name Type Field Index Description
key float
value Vec3

Vec3

Field Name Type Field Index Description
X (Required) float 0
Y (Required) float 1
Z (Required) float 2
Float Value (Required) float 1 If set, contains a single float graphics parameter to be overriden
Vec3 Value (Required) Vec3 2 If set, contains a single Vec3 graphics parameter to be overriden

Vec3

Field Name Type Field Index Description
X (Required) float 0
Y (Required) float 1
Z (Required) float 2
Biome Identifier (Required) string 3 Determines which biome the override parameter is applied to
Identifier for Parameter (Required) uint8 4 Identifier for the parameter that is having its value changed
Enum Values:
Index Value
0 SkyZenithColor
1 SkyHorizonColor
2 HorizonBlendMin
3 HorizonBlendMax
4 HorizonBlendStart
5 HorizonBlendMieStart
6 RayleighStrength
7 SunMieStrength
8 MoonMieStrength
9 SunGlareShape
10 Chlorophyll
11 CDOM
12 SuspendedSediment
13 WavesDepth
14 WavesFrequency
15 WavesFrequencyScaling
16 WavesSpeed
17 WavesSpeedScaling
18 WavesShape
19 WavesOctaves
20 WavesMix
21 WavesPull
22 WavesDirectionIncrement
23 MidtonesContrast
24 HighlightsContrast
25 ShadowsContrast
26 HighlightsGain
27 HighlightsGamma
28 HighlightsOffset
29 HighlightsSaturation
30 MidtonesGain
31 MidtonesGamma
32 MidtonesOffset
33 MidtonesSaturation
34 ShadowsGain
35 ShadowsGamma
36 ShadowsOffset
37 ShadowsSaturation
38 HighlightsMin
39 ShadowsMax
40 Temperature
41 SunColor
42 SunIlluminance
43 MoonColor
44 MoonIlluminance
45 FlashColor
46 FlashIlluminance
47 AmbientColor
48 AmbientIlluminance
Reset Parameter (Required) boolean 5 If true, the specified parameter will be reset. If false, the parameter will be set using the data fields.