Page MenuHomeFeedback Tracker

OPFOR Diver rebreather using wrong texture
Reviewed, WishlistPublic

Description

By digging around in the character_f.pbo I noticed there were additional textures for the rebreather including one for OPFOR. Looking at the config (\characters_f\a3\characters_f\config.bin) it appears V_RebreatherIR was intended to use the OPFOR texture (diver_equip_iran_co.paa).

V_RebreatherIR uses V_RebreatherB as a base class which states the hidden selections as "camo2". When I put this in my own config version I didnt work. However when I removed the 2 the texture works fine.

Details

Legacy ID
1071283968
Severity
None
Resolution
Open
Reproducibility
Always
Category
Config
Steps To Reproduce

Self explanatory, look at the OPFOR diver in editor and you can see its using the NATO texture. Look at the config and you can see its been set up to use the iran texture. Add hiddenSelections[] = {"camo"}; to V_RebreatherIR and it works.

Additional Information

Config ref

class V_RebreatherB: Vest_Base
{
scope = 2;
displayName = "$STR_A3_V_RebreatherB0";
picture = "\A3\characters_f\Data\UI\icon_V_RebreatherB_CA.paa";
model = "\A3\Characters_F\Common\equip_rebreather";
hiddenUnderwaterSelections[] = {"hide"};
shownUnderwaterSelections[] = {"unhide","unhide2"};
hiddenUnderwaterSelectionsTextures[] = {"\A3\characters_f\common\data\diver_equip_nato_co.paa","\A3\characters_f\common\data\diver_equip_nato_co.paa","\A3\characters_f\data\visors_ca.paa"};
hiddenSelections[] = {"camo2"};
hiddenSelectionsTextures[] = {"\A3\characters_f\common\data\diver_equip_nato_co.paa"};
class ItemInfo: VestItem
{

		uniformModel = "\A3\Characters_F\Common\equip_rebreather";
		containerClass = "Supply0";
		mass = 130;
		hiddenSelections[] = {"camo2"};
		vestType = "Rebreather";
		hiddenUnderwaterSelections[] = {"hide"};
		shownUnderwaterSelections[] = {"unhide","unhide2"};
		hiddenUnderwaterSelectionsTextures[] = {"\A3\characters_f\common\data\diver_equip_nato_co.paa","\A3\characters_f\common\data\diver_equip_nato_co.paa","\A3\characters_f\data\visors_ca.paa"};
		armor = "5*0.2";
		passThrough = 0.8;
		};

};
class V_RebreatherIR: V_RebreatherB
{
picture = "\A3\characters_f\Data\UI\icon_V_RebreatherIR_CA.paa";
hiddenSelectionsTextures[] = {"\A3\characters_f\common\data\diver_equip_iran_co.paa"};
hiddenUnderwaterSelectionsTextures[] = {"\A3\characters_f\common\data\diver_equip_iran_co.paa","\A3\characters_f\common\data\diver_equip_iran_co.paa","\A3\characters_f\data\visors_ca.paa"};
};

Event Timeline

Pomigit edited Steps To Reproduce. (Show Details)Apr 24 2013, 2:28 PM
Pomigit edited Additional Information. (Show Details)
Pomigit set Category to Config.
Pomigit set Reproducibility to Always.
Pomigit set Severity to None.
Pomigit set Resolution to Open.
Pomigit set Legacy ID to 1071283968.May 7 2016, 1:50 PM

This issue was processed by our team and will be looked into. We thank you for your feedback.

Please keep the issue monitored to see when it is fixed.

Pomigit added a subscriber: Pomigit.May 7 2016, 1:50 PM

This issue appears to be resolved in beta and relates to 0009009