I have tried to use a script to remove NV Googles in the Editor but after loading the mission I get this error message: no entry 'config.bin/CfgWeapons.NVGoogles'
Description
Description
Details
Details
- Legacy ID
- 2971101905
- Severity
- None
- Resolution
- No Bug
- Reproducibility
- Always
- Category
- Editor
Steps To Reproduce
- write in a unit's initialization field the following:
this unassignItem "NVGoogles"; this removeItem "NVGoogles"
- click "preview"
- recive the error message no entry 'config.bin/CfgWeapons.NVGoogles' AFTER THE GAME LOADS
Additional Information
I know that other people can remove NVGs. I don't know what it might be.
Event Timeline
Comment Actions
have you tried
this removeWeapons "NVGoggles"; ?
that's what I've always used
maybe verify your game cache? I have no problem removing them.
Comment Actions
If in doubt, scour the Config browser (usually in CfgWeapons). You'll be surprised how useful it is for finding classnames and such.
Comment Actions
There is also the thing of them not just being called NVGoggles anymore, they have set colors for different factions.
Comment Actions
Mass closing tickets marked as resolved more than 1 month ago.
If the issue is in fact not resolved, please create a new ticket referencing this one and ask for it to be re-opened.