Page MenuHomeFeedback Tracker

Current Apex NV Goggle class name does not support empty modelOptics string.
New, NormalPublic

Description

Current Apex NV Goggle class name does not support empty modelOptics string for borderless NV Goggles in-game.

class cfgWeapons {
//APEX NV Goggles

class Default; External class reference
class Binocular;
External class reference

class NVGoggles : Binocular {

		modelOptics = "";

};

class O_NVGoggles_hex_F : NVGoggles {

		modelOptics = ""; // this classname does not work with empty modelOptics string.

};
};

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Download mod from steam.

Load mod and run Arma 3.

Place player and go to Virtual arsenal.

Select the NV goggle tab and select "Compact NV Goggle Hex"

This particular NV goggle still has it's NV border in game.

Event Timeline

swtx created this task.May 6 2017, 9:15 PM