Following the README's invitation to report anything missing, here is a specific list of item identifiers that appear in current official telemetry but have no asset in this repository, and in most cases no entry in the telemetry item dictionary either.
This is offered as a concrete complement to #292, which reports staleness generally. Everything below is checked against master at 32b13b51128b8d8909ae5e77f3b833e01230b24d.
Attachments with no image
Assets/Item/Attachment/ contains 55 files and last received a commit on 2019-01-31, so it predates several generations of attachments. These four are frequently observed in live telemetry:
Item_Attach_Weapon_Muzzle_AR_MuzzleBrake_C
Item_Attach_Weapon_Lower_TiltedGrip_C
Item_Attach_Weapon_Stock_AR_HeavyStock_C
Item_Attach_Weapon_Upper_DualOptic_4x1x_C
Of the four, only Item_Attach_Weapon_Stock_AR_HeavyStock_C has a label in dictionaries/telemetry/item/itemId.json. The other three have neither an image nor a name from any official source, so a consumer cannot display them at all.
Weapons and other items with no image
Item_Weapon_JS9_C
Item_Weapon_TacPack_C
Item_Weapon_TraumaBag_C
Item_Weapon_StunGun_C
Item_Weapon_Ziplinegun_C
Item_Weapon_IntegratedRepair_C
Item_Weapon_Pickaxe_C
Item_Weapon_CamoNet_Rondo_C
Item_Weapon_Mortar_C ammunition entry Item_Ammo_Mortar_C
Item_Weapon_PackageFlare_C, Item_Weapon_PackageFlare_nonDest_C, Item_Weapon_PackageFlare_summerland_C
Item_Weapon_CoverStructDropHandFlare_C
Item_Weapon_Julies_Kar98k_C, Item_Weapon_Duncans_M416_C, Item_Weapon_Lunchmeats_AK47_C
BP_Blanc_Esports_C
Dictionary entries missing for identifiers that do have images
Item_Weapon_FAMASG2_C has an image at Assets/Item/Weapon/Main/Item_Weapon_FAMASG2_C.png but no entry in dictionaries/telemetry/item/itemId.json.
Documentation discrepancy
The README documents the attachment asset path as Assets/Item/Attachment/None/, following the $telemetryObject/$category/$subCategory pattern. The tree at the current head is flat: the files live directly under Assets/Item/Attachment/, with no None subdirectory. Assets/Item/Ammunition/None/ does use the documented pattern, so the two differ.
Any consumer building paths from the README rather than from the tree will fail on every attachment. Either the README or the directory layout looks like it needs a correction, and it would be useful to know which is intended.
Thanks for maintaining the repository and for publishing the assets at all.
Following the README's invitation to report anything missing, here is a specific list of item identifiers that appear in current official telemetry but have no asset in this repository, and in most cases no entry in the telemetry item dictionary either.
This is offered as a concrete complement to #292, which reports staleness generally. Everything below is checked against
masterat32b13b51128b8d8909ae5e77f3b833e01230b24d.Attachments with no image
Assets/Item/Attachment/contains 55 files and last received a commit on 2019-01-31, so it predates several generations of attachments. These four are frequently observed in live telemetry:Item_Attach_Weapon_Muzzle_AR_MuzzleBrake_CItem_Attach_Weapon_Lower_TiltedGrip_CItem_Attach_Weapon_Stock_AR_HeavyStock_CItem_Attach_Weapon_Upper_DualOptic_4x1x_COf the four, only
Item_Attach_Weapon_Stock_AR_HeavyStock_Chas a label indictionaries/telemetry/item/itemId.json. The other three have neither an image nor a name from any official source, so a consumer cannot display them at all.Weapons and other items with no image
Item_Weapon_JS9_CItem_Weapon_TacPack_CItem_Weapon_TraumaBag_CItem_Weapon_StunGun_CItem_Weapon_Ziplinegun_CItem_Weapon_IntegratedRepair_CItem_Weapon_Pickaxe_CItem_Weapon_CamoNet_Rondo_CItem_Weapon_Mortar_Cammunition entryItem_Ammo_Mortar_CItem_Weapon_PackageFlare_C,Item_Weapon_PackageFlare_nonDest_C,Item_Weapon_PackageFlare_summerland_CItem_Weapon_CoverStructDropHandFlare_CItem_Weapon_Julies_Kar98k_C,Item_Weapon_Duncans_M416_C,Item_Weapon_Lunchmeats_AK47_CBP_Blanc_Esports_CDictionary entries missing for identifiers that do have images
Item_Weapon_FAMASG2_Chas an image atAssets/Item/Weapon/Main/Item_Weapon_FAMASG2_C.pngbut no entry indictionaries/telemetry/item/itemId.json.Documentation discrepancy
The README documents the attachment asset path as
Assets/Item/Attachment/None/, following the$telemetryObject/$category/$subCategorypattern. The tree at the current head is flat: the files live directly underAssets/Item/Attachment/, with noNonesubdirectory.Assets/Item/Ammunition/None/does use the documented pattern, so the two differ.Any consumer building paths from the README rather than from the tree will fail on every attachment. Either the README or the directory layout looks like it needs a correction, and it would be useful to know which is intended.
Thanks for maintaining the repository and for publishing the assets at all.