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 Gorilla Hands and Arms as equippable AXL items. This allows them to be combined with my other cyberarm mods, with the hands, arms, and knuckles all 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 Gorilla Hands and Arms 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 fingers and knuckles.

While Gorilla 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.

This mod is primarily built from base game meshes, with reworked skin and elbow glass meshes where necessary. In particular, it is the first time that visually correct Gorilla arms have been available for Solo arms users (both 1.x and 2.x).

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

Fingers

  • Default
  • White
  • Metallic Red
  • Grey Latex
  • Red Latex
  • Gold
  • Solomon Reed's appearance


Knuckles

  • Default
  • Thermal
  • Electric
  • Toxic
  • Animals (from pre 2.0 iconic cyberware)
  • Red
  • Blue
  • Green


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(!)
  • If you are using Vanilla HD 2.x or default Fem KSUV arms, you must install the matching compatibility fix file from the Cyberware Core for the right arm to look correct.


Installation

  • Ensure all requirements have been installed
  • Download and unzip the main file into your Cyberpunk 2077 directory (ex: Steam\steamapps\common\Cyberpunk 2077)
  • If you are using a KSUV or VTK body, install the optional file that matches it
  • If you are using Vanilla HD 2.x or UV Vanilla arms, you need to install the matching bug fix archive. Without this, the right arm will not look correct.


Uninstallation

  • Delete the files that were extracted during installation (As the body mod optional file overwrites a default file, there is nothing extra to delete)


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. It's almost impossible to get an ArchiveXL item to animate along with a player cyberarm, and even if I did that work, the meshes used for active Gorilla arms are very complex and cannot be separated in a way that would allow them to combine with other items. This mod can only present the inactive visuals.

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

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

[What about the other player cyberarms?

Keep your eyes open.

Item Codes


Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_left_default", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_left_white", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_left_red", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_left_latex", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_left_gold", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_left_reed", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_left_red_tc", 1);

Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_left_default", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_left_thermal", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_left_electric", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_left_chemical", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_left_red", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_left_blue", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_left_green", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_left_animals", 1);

Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_right_default", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_right_white", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_right_red", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_right_latex", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_right_gold", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_right_reed", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_hand_right_red_tc", 1);

Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_right_default", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_right_thermal", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_right_electric", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_right_chemical", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_right_red", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_right_blue", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_right_green", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_knuckles_right_animals", 1);

Game.AddToInventory("Items.kiasu_burger_gorilla_hands_arm_left_default", 1);
Game.AddToInventory("Items.kiasu_burger_gorilla_hands_arm_right_default", 1);