ClearVision/ServerMod/cfg/config.json

71 lines
1.2 KiB
JSON
Raw Normal View History

2021-09-30 01:53:19 -04:00
{
"ClearVision": {
"Enabled": true
},
"GPNVG" : {
"Enabled": true,
2022-02-09 09:44:05 -05:00
"Intensity": 2.3,
2021-09-30 01:53:19 -04:00
"NoiseIntensity": 0.0,
2022-02-09 09:44:05 -05:00
"NoiseScale": 0.0,
2021-09-30 01:53:19 -04:00
"DiffuseIntensity": 0.0,
"Mask": "Anvis",
2022-02-09 09:44:05 -05:00
"MaskSize": 1.5,
"Red": 0,
"Green": 200,
"Blue": 200,
"Alpha": 254
2021-09-30 01:53:19 -04:00
},
"N15" : {
"Enabled": true,
2022-02-09 09:44:05 -05:00
"Intensity": 2.3,
2021-09-30 01:53:19 -04:00
"NoiseIntensity": 0.0,
2022-02-09 09:44:05 -05:00
"NoiseScale": 0.0,
2021-09-30 01:53:19 -04:00
"DiffuseIntensity": 0.0,
"Mask": "Anvis",
2022-02-09 09:44:05 -05:00
"MaskSize": 1.5,
"Red": 0,
"Green": 100,
"Blue": 200,
"Alpha": 254
2021-09-30 01:53:19 -04:00
},
"PVS14" : {
"Enabled": true,
2022-02-09 09:44:05 -05:00
"Intensity": 2.3,
2021-09-30 01:53:19 -04:00
"NoiseIntensity": 0.0,
2022-02-09 09:44:05 -05:00
"NoiseScale": 0.0,
2021-09-30 01:53:19 -04:00
"DiffuseIntensity": 0.0,
"Mask": "Anvis",
2022-02-09 09:44:05 -05:00
"MaskSize": 1.5,
"Red": 200,
"Green": 100,
"Blue": 100,
2021-09-30 01:53:19 -04:00
"Alpha": 235
},
"PNV10T" : {
"Enabled": true,
2022-02-09 09:44:05 -05:00
"Intensity": 2.3,
2021-09-30 01:53:19 -04:00
"NoiseIntensity": 0.0,
2022-02-09 09:44:05 -05:00
"NoiseScale": 0.0,
2021-09-30 01:53:19 -04:00
"DiffuseIntensity": 0.0,
"Mask": "Anvis",
2022-02-09 09:44:05 -05:00
"MaskSize": 1.5,
"Red": 0,
"Green": 200,
"Blue": 0,
"Alpha": 254
2021-09-30 01:53:19 -04:00
},
"T7" : {
"Enabled": true,
"Noise": false,
"NoiseIntensity": 0.0,
"MotionBlur": false,
2022-02-09 09:44:05 -05:00
"Mask": "Anvis",
"RampPalette": "BlackHot",
"RampShift": 0.05,
"MaskSize": 1.5,
2021-09-30 01:53:19 -04:00
"HeatMin": 0.40,
2022-02-09 09:44:05 -05:00
"ColdMax": 0.25,
"ColorCoef": 1.5,
"ClipPlane": 1000
2021-09-30 01:53:19 -04:00
}
}