Page MenuHomeFeedback Tracker

SPG-9 vehicle magazines use Metis/Vorona pictures
New, NormalPublic

Description

Small oversight, SPG-9 vehicle magazines use Metis/Vorona pictures.

"SPG9_HEAT"
getText(configFile >> "CfgMagazines" >> "SPG9_HEAT" >> "picture") => "\a3\Weapons_F_Tank\Launchers\Vorona\Data\UI\icon_rocket_vorona_HEAT_F_ca.paa"

"SPG9_HE"
getText(configFile >> "CfgMagazines" >> "SPG9_HE" >> "picture") => "\a3\Weapons_F_Tank\Launchers\Vorona\Data\UI\icon_rocket_vorona_HE_F_ca.paa"

Can be seen using this code bit:

	private _compose = [
		 "SPG9_HEAT"
		,"SPG9_HE"
	] apply {
		image getText(configFile >> "CfgMagazines" >> _x >> "picture") setAttributes ["size", "10", "shadow", "0"]
	};
	{if(_forEachIndex > 0) then {_compose insert [_forEachIndex, [" ", lineBreak]]}} forEachReversed _compose;
	hintSilent composeText _compose;

Details

Severity
Tweak
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Config
Additional Information

Since SPG-9 grenades use PG-7 grenade model off RPG-7, might as well swap picture for these magazines to PG-7 picture @ "\A3\Weapons_F_Exp\Launchers\RPG7\Data\UI\icon_rocket_RPG7_CA.paa"

Event Timeline

SaMatra created this task.Wed, Apr 3, 7:51 AM
dedmen set Ref Ticket to AIII-56354.Thu, Apr 25, 12:32 PM

Those are not visible in game and that's why they are not defined. I guess I could try hiding those magazines better in Eden box editor if they are visible over there

Those are not visible in game and that's why they are not defined. I guess I could try hiding those magazines better in Eden box editor if they are visible over there

They aren't visible in Eden, but these wrong icons are explicitly defined in the config. Maybe just remove these definitions so there are no pictures for them at all.