Page MenuHomeFeedback Tracker

Add unused black Carryall Backpack
Closed, ResolvedPublic

Description

Since release there have been unusued black Carryall Backpack in the game files, which is unused for no reason despite it having proper textures and UI icon. Here is config and string to bring it back:

Config (weapons_f.pbo)

	class B_Carryall_blk: B_Carryall_Base
	{
		author = "$STR_A3_Bohemia_Interactive";
		_generalMacro = "B_Carryall_blk";
		scope = 2;
		displayName = "$STR_A3_B_Carryall_blk0";
		picture = "\A3\Weapons_F\Ammoboxes\Bags\data\UI\icon_B_C_Tortila_blk.paa";
		hiddenSelectionsTextures[] = {"\A3\weapons_f\ammoboxes\bags\data\backpack_tortila_blk_co.paa"};
	};

Stringtable (language_f.pbo):

<Key ID="str_a3_b_carryall_blk0">
  <Original>Carryall Backpack (Black)</Original>
  <Chinese>全容量大背包(黑)</Chinese>
  <French>Sac à dos multifonction (noir)</French>
  <Spanish>Bolsa de viaje (negra)</Spanish>
  <Italian>Zaino portatutto (nero)</Italian>
  <Polish>Plecak (czarny)</Polish>
  <Russian>Рюкзак (черный)</Russian>
  <German>Großer Rucksack (schwarz)</German>
  <Czech>Univerzální batoh (černý)</Czech>
  <English>Carryall Backpack (Black)</English>
  <Portuguese>Mochila de carga (preta)</Portuguese>
  <Korean>다용도배낭(흑색)</Korean>
  <Chinesesimp>大旅行包(黑色)</Chinesesimp>
  <Japanese>キャリーオールパック(黒)</Japanese>
  <Turkish>Büyük Sırt Çantası (Siyah)</Turkish>
</Key>

Details

Severity
Feature
Resolution
No Bug
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Feature Request
Additional Information

Event Timeline

SaMatra created this task.Aug 28 2022, 5:53 PM
Tenshi changed the task status from New to Confirmed Internally.Aug 30 2022, 1:24 PM
Tenshi set Ref Ticket to Internal Ref. AIII-55335.
SaMatra updated the task description. (Show Details)Nov 14 2022, 4:27 PM
TRAGER added a subscriber: TRAGER.Nov 17 2022, 4:41 AM

Backpack was just added on dev, but missed Autor and _generalMacro lines in config


rev 150030 config:

class B_Carryall_blk: B_Carryall_Base
{
	scope=2;
	displayName="$STR_A3_B_Carryall_blk0";
	picture="\A3\Weapons_F\Ammoboxes\Bags\data\UI\icon_B_C_Tortila_blk.paa";
	hiddenSelectionsTextures[]=
	{
		"\A3\weapons_f\ammoboxes\bags\data\backpack_tortila_blk_co.paa"
	};
};
Tenshi added a subscriber: Tenshi.Nov 24 2022, 12:28 PM

Hello, thanks for your concern.
However those parameters are generated closer to the release.

SaMatra added a comment.EditedDec 27 2022, 8:30 AM

Looks great in game under different lighting, fits other vanilla content great, as expected with it being part of original vanilla content.

No issues found.

Tenshi closed this task as Resolved.Jan 5 2023, 10:04 AM
Tenshi changed Resolution from Open to No Bug.