File information

Last updated

Original upload

Created by

KiasuBurger

Uploaded by

KiasuBurger

Virus scan

Safe to use

Tags for this mod

About this mod

This mod provides Monowire Hand and Arm Cyberware as equippable AXL items. This allows them to be combined with my other cyberarm mods, with the palm pads and monowire ejector as separate items that can be used independently with different colours.Supports both Masc and Fem V as well as all major KSUV and VTK body mods.

Requirements
Permissions and credits
Changelogs
Description

This mod provides Monowire Cyberware as equippable items for both Fem and Masc V, with support for all major KSUV and VTK body mods. They are compatible with my various cyberarm and skin mods, with multiple colour options for the monowire ejector hardware

While Monowire arms are obviously available to the player in the base game, they, and all player cyberarms, are all-or-nothing. They cannot be combined with other cyberware mods or with each other. By reworking them as equippable items, this mod opens up all sorts of combination opportunities, as well as access to colour options that aren't accessible in the base game. Particularly, the monowire cyberware doesn't require a custom arm and so these items can be equipped in combination with any of my other cyberarm mods. Of course, due to the variations in shape, it end result won't always look perfect.

This mod also includes plain old organic arms as equippable items. These are useful if you want to construct a normal looking monowire arm - particularly if you're actually using the real monowire cyberarm but want a colour variation - without it, the vanilla monowire ejector will always be present and visually conflict with the item version.

In particular, it is the first time that visually correct Monowire arms have been available for Solo arms users (both 1.x and 2.x), and Adonis.

Compatibility

  • Vanilla
  • VTK Bodies (2.x and 3.x supported)
  • Vanilla HD (including Big and Small)
  • Hyst EBB, EBBP, RB, EBBRB, EBBPRB, EVB, Angel
  • Gymfiend
  • UV Bodies
  • Solo OG, Small, Ultimate
  • Solo 2.0
  • Lush, SoLush
  • Vanilla Plus
  • The Solo Arms add-on
  • Atlas
  • Adonis


Colour Options

  • Grey (original base game colour)
  • Red
  • Green
  • Blue
  • Purple
  • Cyan
  • Magenta
  • Yellow
  • White
  • Gold
  • Worn Gold
  • Chrome
  • Silver
  • Steel


Credits



Virtual Photographers

So many thanks to all the VPs who contributed such amazing photos for this mod page. It would be a very sad place without you all!



Requirement Notes

  • Install all of the listed requirements first(!)


Installation

  • Ensure all requirements have been installed
  • Download and unzip the main file into your Cyberpunk 2077 directory (ex: Steam\steamapps\common\Cyberpunk 2077)


Uninstallation

  • Delete the files that were extracted during installation


Virtual Atelier

These items are available in the KiasuBurger Player Cyberarms Atelier from my KiasuBurger Cyberware Core.

Questions & Answers

Do these animate when in use?

No. But amusingly, the real monowire arms don't animate either, so you get the "full" experience. Congratulations!

Do I need to be using the regular Monowire arms at the same time?

No, you can use whichever player cyberarm you want - this just change the visual appearance, and not the functionality

What about the other player cyberarms?

There's only one left...

Item Codes


Game.AddToInventory("Items.kiasu_burger_monowire_arms_hand_left_default", 1);

Game.AddToInventory("Items.kiasu_burger_monowire_arms_hand_right_default", 1);

Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_default", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_chrome", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_gold", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_silver", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_steel", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_worn_gold", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_purple", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_blue", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_cyan", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_green", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_magenta", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_purple", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_red", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_white", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_left_yellow", 1);

Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_default", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_chrome", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_gold", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_silver", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_steel", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_worn_gold", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_blue", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_cyan", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_green", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_magenta", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_purple", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_red", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_white", 1);
Game.AddToInventory("Items.kiasu_burger_monowire_arms_ejector_right_yellow", 1);

Game.AddToInventory("Items.kiasu_burger_default_arms_left_default", 1);

Game.AddToInventory("Items.kiasu_burger_default_arms_right_default", 1);