Currently the NVGoggles object does not respond to changes like adding:
visionMode[] = {"TI"};
thermalMode[] = {0,1};
Allow custom NVGoggle variants with any kind of vision modes currently featured.
Currently the NVGoggles object does not respond to changes like adding:
visionMode[] = {"TI"};
thermalMode[] = {0,1};
Allow custom NVGoggle variants with any kind of vision modes currently featured.
class ThermalGoggles: NVGoggles
{
displayName = "Thermal vision goggles"; model = "\<addon>\tvg_proxy"; visionMode[] = {"TI"}; thermalMode[] = {0};
};
Also see this feature request from 3 years ago.
https://dev.withsix.com/issues/16545