After entering the console command to activate the lua script, you can find Silverhand's arm in your backpack. Open your backpack and scroll towards the end of the items till you start seeing all the junk in your inventory like the alcohol bottle, coffee, etc. In the end, you'll see Johnny Silverhand's arm marked as a 'misc' item. Simply tap that item and you'll equip it.
this worked for me .... on the console put your whole file directory...like, "dofile([[C:\Games\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\scripts\silverhand.lua]])" then check on the al items tab, should be on the bottom.
make you have the file named "silverhand.lua". Copy & paste the "silverhand.lua" file into your main Cyberpunk 2077 folder (SteamLibrary\steamapps\common\Cyberpunk 2077).
the section contain this "C:\Games" in the command may differ from user to user as install paths can be changed. "dofile([[C:\Games\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\scripts\silverhand.lua]]"
for example mine is: D:\SteamLibrary\steamapps\common\Cyberpunk
If you have the file in the correct folder/location you can also simply type: dofile("silverhand.lua") Best of wish o7 (Hope this helps)
If it's the same as the glitched one you can get in game, you can't unequip it directly but you can deposit into a stash which will unequip it from you
After testing it for a couple of hours, only way to actually unequip it is if Johnny takes over and you see it actually being used by the mission itself (when you become Johnny for a few hours, for example), after any type of mission with him being in control, once you get back, the arm is gone and you gotta equip it again.
As of now, that's the only viable way to actually unequip the item, haven't really tried to drop the item yet but, who knows, might actually work.
17 comments
Comments locked
The author has locked this comment topic for the time being-I am using this mod with "Cyber Engine Tweaks V1.82"
-V1.83 removed the use of any "dofile" commands.
Game.GetTransactionSystem():GiveItem(Game.GetPlayer(), GetSingleton("gameItemID"):FromTDBID(TweakDBID.new(0xAE115D12, 0x19)), 1)
Got this line from Jb0238177's silverhand.lua file
on the console put your whole file directory...like, "dofile([[C:\Games\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\scripts\silverhand.lua]])" then check on the al items tab, should be on the bottom.
Hope it works for you
the section contain this "C:\Games" in the command may differ from user to user as install paths can be changed.
"dofile([[C:\Games\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\scripts\silverhand.lua]]"
for example mine is: D:\SteamLibrary\steamapps\common\Cyberpunk
If you have the file in the correct folder/location you can also simply type: dofile("silverhand.lua")
Best of wish
o7 (Hope this helps)
As of now, that's the only viable way to actually unequip the item, haven't really tried to drop the item yet but, who knows, might actually work.