Page MenuHomeFeedback Tracker

NVGoggles bug with 1.18 Stable. (nvgoggles no longer going into goggles inventory space, bino space instead
Reviewed, WishlistPublic

Description

The NVGoggles are now only placable into the binocular space in the inventory UI screen. Also the NVGoggles picture is no longer showing up in the inventory system, just the name.

Details

Legacy ID
4062407602
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce

Load Mission Editor.

Drop Player entity
Drop AmmoBox Entity
In AmmoBox Entity Init type:

this addweaponCargo ["NVGoggles",5];
this addweaponCargo ["NVGoggles_OPFOR",5];
this addweaponCargo ["NVGoggles_INDEP",5]

Load mission and check for NVGoggles. When attempting to open Inventory you will recieve an error.

Error Text is
"
Picture
\a3\weapons_f\data\ui\gear_x_ca.paa not
found
"

When the interface opens all 3 types on NVGoggles do not have a picture. When putting one of these NVGoggles on they will consume the Binoculars slot of your inventory.

Event Timeline

ozdeadmeat edited Additional Information. (Show Details)
ozdeadmeat set Category to Scripting.
ozdeadmeat set Reproducibility to Always.
ozdeadmeat set Severity to None.
ozdeadmeat set Resolution to Open.
ozdeadmeat set Legacy ID to 4062407602.May 7 2016, 6:35 PM
ozdeadmeat added a subscriber: ozdeadmeat.

UPDATE

Only appears to be an issue when Zeus addes the NV Goggles to a crate.

AD2001 added a subscriber: AD2001.May 7 2016, 6:35 PM

This used to be an issue during the alpha. When NVGs were added by scripting to a crate or vehicle, they'd have no picture and could only be placed in the binoculars slot. They worked fine, though.

Maybe the issue reappeared with the Zeus update.

This is now occuring when addweaponCargo is utilized with NVGoggles Classnames.
Very annoying bug.

MadDogX added a subscriber: MadDogX.May 7 2016, 6:35 PM

Reproducable in latest dev build (126692).

Marking as reviewed.