Cyberpunk 2077

Cyberpunk 2077

62 rating
Cyberpunk2077 2.0 console commands
Oleh RGgameDog
the console commands for Cyberpunk2077 cybertweeks mod version 2.0 of the game
2
   
Penghargaan
Favorit
Difavoritkan
Batalkan favorit
basic codes
    
        
Game.ModStatPlayer(“Health”, “x”)
        
Set the total HP of the player
    
 
        
Game.AddToInventory("Items.PermanentHealthFood", 1)
        
Max health shard
    
    
        
Game.AddToInventory("Items.money", x)
        
Add any amount of Eurodollars that the player
    
    
        
Game.ModStatPlayer(“CarryCapacity”, “x”)
        
Change the total carry capacity
    
        
Game.AddToInventory("Items.AirdropPermaReward", 1)
        
Carry Weight Capacity shard
    
    
        
Game.AddToInventory(“Ammo.x”,x)
        
Replace the first ‘x’ in the string next to ‘Ammo’ with any weapon type name
    
 
        
Game.ModStatPlayer(“MaxSpeed”, x)
        
Manually change the default speed of the player
    
        
Game.InfiniteStamina(true) Game.InfiniteStamina(fale)
        
‘True’ will allow for infinite stamina, meaning players can jump, shoot, and dash without
    
        
Game.ModStatPlayer("Stamina", "x")
        
Change the stamina value
    
        
Game.AddToInventory("Items.CWCapacityPermaReward_Legendary", 1)
        
Provides players with the ability to increase their maximum Cyberware (Cyberware Capacity Shard)
    

        
Game.ModStatPlayer("CritDamage", "x")
        
Change the value of Critical Hit Damage when shooting
    
        
Game.SetLevel("StreetCred",x,1)
        
Change the Street Cred level of the player
    
        
Game.AddToInventory("Items.PerkPointSkillbook")
        
Allows for Perk Points to be added as consumable
    
        
Game.AddToInventory("Items.AttributePointSkillbook")
        
Players can give themselves the maximum amount of Attribute points
    
        
Game.SetLevel(“Level”, x)
        
Change the level of the player,
    
        
Game.AddToInventory(“Items.x”,1)
        
To add all Cyberware in Cyberpunk 2077, players will need to replace the ‘x’ value with the item they want
    
Phantom liberty rewards items
Game.AddToInventory("Preset_Sword_Witcher", 1)
sword
Game.AddToInventory("Preset_Ticon_Gwent", 1)
gun
Game.AddToInventory("Red_Play_Jacket", 1)
jacket
Game.AddToInventory("Red_Play_TShirt", 1)
T-shirt

Twitch drops armor
Game.AddToInventory("Items.Twitch_Drop_Specs", 1)
head
Game.AddToInventory("Items.Twitch_Drop_Vest", 1)
jacket
Game.AddToInventory("Items.Twitch_Drop_Pants", 1)
pants
Game.AddToInventory("Items.Twitch_Drop_Boots", 1)
boots
Twitch drops guns
    
        
Game.AddToInventory("Items.Preset_Ashura_Twitch", 1)
        
sniper
    
    
        
Game.AddToInventory("Items.Preset_Warden_Amazon", 1)
        
SMG
    
can find Item ID's here
Cyberpunk2077 wiki[cyberpunk.fandom.com]
7 Komentar
jarpok 29 Des 2024 @ 3:48am 
Hi, I know this is an old post, but I've used the setlevel command to change from level 19 to 20, and all the weapons and armor that I had in my inventory upgraded the equipment tier. Is this a normal thing of the level up or has to do with the console command?
Phewtorr 21 Okt 2023 @ 9:23pm 
anyone know how to directly edit your cyberware capacity because i set it too high and now o want to use edgerunner
CodeKiller 20 Okt 2023 @ 2:31pm 
New console commands suck so hard...
Better use save editor for now...
iriemk 16 Okt 2023 @ 10:04am 
Nevermind, found it. Semi-Luddite me woulda never come up with something like this...

LvL = 20; AttrType = gamedataStatType.TechnicalAbility; DS = PlayerDevelopmentSystem.GetInstance(Game.GetPlayer()):GetDevelopmentData(Game.GetPlayer()); DS:SetAttribute(AttrType, LvL)

...in which the the Level = 20 at the beginning can be replaced with any number you like, and TechnicalAbility with any other attribute.

Came from a page on Nexus titled Categorized All-In-One Command List ; not a mod just a huge-a** spreadsheet of CET commands, and it just got updated couple days ago for 2.0; might wanna check it out.
iriemk 16 Okt 2023 @ 9:37am 
Is there any command -apart from adding skillshards- to directly set an attribute's score? As in, max out Tech/Body to cheat myself through a certain door easy, then set it back down later?
RGgameDog  [pembuat] 12 Okt 2023 @ 8:18pm 
thank u so much for the command updates, I wanna make this as accurate as possible to be as usefull as it can be for everyone
Kooftt 12 Okt 2023 @ 4:10pm 
Max Health:
Game.AddToInventory("Items.PermanentHealthFood", 1)

Cyberware Capacity Shard:
Game.AddToInventory("Items.CWCapacityPermaReward_Legendary", 1)

Carry Weight Capacity:
Game.AddToInventory("Items.AirdropPermaReward", 1)