Thanks for the mod, but there is also another option for doing this (not saying that a mod is not handy) !
Just open CET, drop the command in Console to make it Visible (CET will return ON) ... if you want to disable it, run the same command and CET will return OFF.
Easy as that!
arm = "Items.PlayerSilverhandArm"; armID = ItemID.FromTDBID(arm); P = Game.GetPlayer(); TS = Game.GetTransactionSystem(); SSC = Game.GetScriptableSystemsContainer(); ESPD = SSC:Get('EquipmentSystem'):GetPlayerData(P); armInInv = TS:GetItemQuantity(P, armID); armInSlot = TDBID.ToStringDEBUG(ESPD:GetItemInEquipSlot(34, 0).id); if armInSlot ~= arm then if armInInv == 0 then TS:GiveItem(P, armID, 1) elseif armInInv > 1 then TS:GiveItem(P, armID, 1-armInInv) end ESPD:EquipItem(ItemID.FromTDBID(arm)) print(" - JOHNNY SILVERHAND ARM: ON") elseif armInSlot == arm then ESPD:UnequipItem(armID) TS:GiveItem(P, armID, -armInInv) print(" - JOHNNY SILVERHAND ARM: OFF") end
Johnny's Arm as a Equipment EX compatible overlay?! Super endorsed. I still use the old Wearable Holo Arm by Scissors, so this is refreshing to witness. Are you planning one for male V at all in the future?
how can it need refitting since its something that exist already in game for both v ? no offense what you did was cool but i was surprised when i saw it's femv only when it exist in base game for both v....
Hi! It needed a refit for the female arm since Johnny's arm fits the vanilla male V arm, so finger and forearm placements were off, but it is more visible in photomode than in first person. Plus, different male bodies have different arm shapes. For example, Atlas male body have bigger biceps so the arm will clip.
I just want to accommodate everyone's body mod choice when I release the male version :)
I downloaded this mod and got super wasted, got a tattoo from a shady ripperdoc, got into a fight at a bar, got into a car accident with a dancer, and woke up with the worst hangover ever.
16 comments
Just open CET, drop the command in Console to make it Visible (CET will return ON) ... if you want to disable it, run the same command and CET will return OFF.
Easy as that!
Have fun !
base\characters\common\player_base_bodies\player_man_average\special\a0_001_pma_cyber__silverhand_overlay.mesh
Apperances:
but mine is refitted closely for the female body hehe
I just want to accommodate everyone's body mod choice when I release the male version :)
Endorsed!