Page MenuHomeFeedback Tracker

Make "nvgoggles" simulated objects respect "visionMode" and "thermalMode"
Closed, ResolvedPublic

Description

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.

Details

Legacy ID
516064839
Severity
None
Resolution
Duplicate
Reproducibility
Always
Category
Feature Request
Additional Information

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

Event Timeline

cobra4v320 edited Additional Information. (Show Details)
cobra4v320 set Category to Feature Request.
cobra4v320 set Reproducibility to Always.
cobra4v320 set Severity to None.
cobra4v320 set Resolution to Duplicate.
cobra4v320 set Legacy ID to 516064839.May 7 2016, 6:09 PM