Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

Edwarcl

Uploaded by

edwarcl

Virus scan

Safe to use

Tags for this mod

Documentation

Readme

View as plain text

Cyberpunk 2077 modding wikiAn archiveXL version of CheesyBlue's Arasaka Black Ops Armor.

Improved:
Reworked .ent file so that outer chest item no longer hide netrunner suit sleeves, thus no Arasaka Cyberarms mod needed (of course you can still using cyberarm with other sleeveless netrunner suit mod). 
Removed aldecaldos' logo one the harness item, make it more resonable.
Modified shoulder pad sticker, now same look as shoulder pad on Oda's armor.

Note:
NOT all items from original mod are available (like Oni Helmet) because some of the mesh file seems buggy for me (maybe someone else could fix it).
Item icon is a stud, still need to be improved.

Obtain Items:
Item command (TweakDB ID):
 Game.AddToInventory("Items.Arasaka_BlackOps_Face_Visor_Headset", 1)
Game.AddToInventory("Items.Arasaka_BlackOps_Face_Headset", 1)
Game.AddToInventory("Items.Arasaka_BlackOps_Head_Helmet", 1)
Game.AddToInventory("Items.Arasaka_BlackOps_OuterChest_Plate_Rig", 1)
Game.AddToInventory("Items.Arasaka_BlackOps_OuterChest_Rig", 1)
Game.AddToInventory("Items.Arasaka_BlackOps_InnerChest_Jumpsuit", 1) //add an origional arasaka netrunner suit (Items.TightJumpsuit_01_rich_01) through archiveXL, on the occasion that the origional netrunning suit mesh is replaced
Game.AddToInventory("Items.Arasaka_BlackOps_Leg_Harness", 1)
Game.AddToInventory("Items.Arasaka_BlackOps_Feet_Holster_Boots", 1)

Thanks:
CheesyBlue, for original mod
Cyberpunk 2077 modding wiki, especially for the TweakXL + ArchiveXL Asset Pipeline
Teams worked of cp77tools, wolvenkit, and TweakDB XL/Archive XL