Cyberpunk 2077

Cyberpunk 2077

Not enough ratings
Arasaka HUD
By Jazzverso
Enable Arasaka HUD for the immersive True Corpo Build.
   
Award
Favorite
Favorited
Unfavorite
Install Cyber Engine Tweaks
  • Install Cyber Engine Tweaks[www.nexusmods.com] to unlock the console.

  • Download the latest version and extract the contents of the archive into your Cyberpunk 2077 Install directory (\steamapps\common\Cyberpunk 2077\)

  • Launch the game and it will ask you to bind a hotkey once you load in, this is to open and close the console/tweaks menu.

    I use " ~ " for my bind.

  • After you have your bind set open the console.
In the Console

Copy and Paste the following lines into the console and press enter:

SSystem = Game.GetSettingsSystem() hud = SSystem:GetGroup('/interface/hud') new = not hud:GetVar('healthbar'):GetValue() for _, var in ipairs(hud:GetVars(false)) do var:SetValue(new) end if hud:GetVar('healthbar'):GetValue() == false and Game.GetQuestsSystem():GetFactStr("q000_var_arasaka_ui_on") == 0 then print(" - ARASAKA HUD: ON") Game.GetQuestsSystem():SetFactStr("q000_var_arasaka_ui_on", 1) else print(" - ARASAKA HUD: OFF") Game.GetQuestsSystem():SetFactStr("q000_var_arasaka_ui_on", 0) end


This will replace your default HUD in your game persistently. If you wish to return back to normal just input the commands a second time
Results
Rate