Easter Eggs and Secrets Cheats (codes, console commands) for Cyberpunk 2077

Cheats (codes, console commands) for Cyberpunk 2077

Vladislav Sham
Contents
Read in full version

A week after the release of Cyberpunk 2077, cheats have emerged that allow players to gain numerous advantages: money, weapons, cyberimplants, clothing, and various consumables. To access all in-game items, you first need to install the Cyberconsole mod, which provides access to the developer's debug console at the press of a button.

This method works only on the PC version of the game. Before installing Cyberconsole, it's recommended to back up all data, especially save files. As of today, the potential consequences of using cheat codes are unknown, so there's a high chance of incompatibility with future updates, which might completely disrupt the mod's functionality.

Use the mod at your own risk! The modification works successfully only on game version 1.03.

To install Cyberconsole, follow the correct sequence of actions in the root folder of Cyberpunk 2077:

  • Navigate to the Cyberpunk 2077/bin/x64 directory. In Steam, the game folder is located at Steam/steamapps/common/. If Cyberpunk 2077 was purchased on GoG, look for the folder at GOG Galaxy/Games/
  • In the bin folder, rename redlexer_native.dll to orig_redlexer_native.dll.
  • Copy and paste all dll files from the zip archive into this folder and replace them.
  • After launching Cyberpunk 2077, change the screen settings to any windowed mode.
  • Use the «tilde» (~) key to open and close the console.
  • In the developer window that opens, paste any copied code from the list below and press the «Enter» button to activate.
  • Input format: player.inventory.addItem(any code from the list).

Currently, it's only possible to obtain various items. God mode, flight mode, and other similar cheats are not available, so wait for future updates to the modification.

Money

Adds the required amount of Eurodollars to the character's wallet. To receive a larger amount of money, change the number.

player.inventory.addItem(Items.money,number)

Example: player.inventory.addItem(Items.money,50000). The player will receive 50000 in-game currency.

Legendary Cyberimplants

Provides access to the best body enhancements for the main character.

player.inventory.addItem(code of legendary cyberimplant)

View spoiler

Example: player.inventory.addItem(Items.MantisBladesLegendary). Adds legendary Mantis Blades to the inventory. A visit to the ripperdoc is required for the free installation of the cyberimplant.

Other Cyberimplants

This category lists all the remaining, non-legendary cyberimplants.

player.inventory.addItem(cyberimplant code)

View spoiler

Example: player.inventory.addItem(Items.KerenzikovEpic). Adds the «Kerenzikov» module to the inventory, which allows slowing down time for a short duration when dodging.

Modifications

Various devices appear in the backpack that can be installed on weapons and clothing, provided there is a special free modification slot.

player.inventory.addItem(module code,number)

View spoiler

Example: player.inventory.addItem(w_silencer_04,10). Adds 10 silencers to the inventory.

Alcohol

Various alcoholic beverages will appear in the bag.

player.inventory.addItem(alcohol code,number)

View spoiler

Example: player.inventory.addItem(Items.TopQualityAlcohol1,100). Adds 100 units of «Calavera Feliz» top-quality drink to the inventory.

Clothing

Adds clothing items to the inventory: caps, boots, shirts, pants, and suits.

player.inventory.addItem(clothing code,number)

View spoiler

Example: player.inventory.addItem(Items.Balaclava_01_old_02,1). Adds one «Nami» nylon balaclava to the backpack.

Components

Adds components to the inventory, necessary for crafting items.

player.inventory.addItem(component code,number)

View spoiler

Example: player.inventory.addItem(Items.SodaCanEmpty,50). Adds 50 empty soda cans to the backpack.

Beverages

Various non-alcoholic drinks will appear in the backpack.

player.inventory.addItem(drink code,number)

View spoiler

Example: player.inventory.addItem(Items.GoodQualityDrink1,1000). Adds 1000 units of «Saint-Ruis» drink to the equipment, used for quenching thirst.

Food

Adds various food to the bag, used for temporary health restoration and improving certain stats.

player.inventory.addItem(food code,number)

View spoiler

Example: player.inventory.addItem(Items.GrenadeFrag,50). Adds 50 «Frag» grenades to the backpack, used for dealing massive damage to multiple enemies at once.

Grenades

Various types of mass destruction weapons appear in the inventory.

player.inventory.addItem(grenade code,number)

View spoiler

Example: player.inventory.addItem(Items.GrenadeBiohazardHoming,300). Adds 300 «Bravo» biohazard grenades to the inventory, allowing for non-lethal poisoning of enemies.

Junk

Various junk items appear in the backpack, which can be disassembled to obtain useful components.

player.inventory.addItem(item code,number)

View spoiler

Example: player.inventory.addItem(Items.FirstAidWhiff,100). Adds 100 units of «MaxDoc Mark 2» medical inhalers to the bag, used for instant health recovery.

Medications

Used for instantly restoring a portion of health.

player.inventory.addItem(medication code,number)

View spoiler

Example: player.inventory.addItem(Items.QuickHackComponentsRare,400). Adds 400 units of «Daemon» quickhack components to the inventory, used for hacking various protocols.

Scripts

Required by the player for hacking various protocols.

player.inventory.addItem(script code)

View spoiler

Example: player.inventory.addItem(Items.OpticRebootScript). The player receives an «Optic Reboot» script.

Quest Items

Various items required for completing quests.

player.inventory.addItem(item code)

View spoiler

Example: player.inventory.addItem(Items.LeaseExpirationChip). Adds a «Lease Expiration» chip that indicates the location of a hidden stash with items.

Crafting Recipes

Grants access to crafting specific items.

player.inventory.addItem(recipe code)

View spoiler

Example: player.inventory.addItem(Items.Recipe_ElectricDamageCable). Allows the construction of a monowire dealing electric damage, capable of shocking and stunning multiple enemies with a single hit.

Skill Reset

Allows the reset of all character skills.

player.inventory.addItem(Items.PerkPointsResetter,number).

Example: player.inventory.addItem(Items.PerkPointsResetter,10). Adds 10 units of the legendary «Formatting» chip.

Skills

Codes in this category increase the level of skill development.

player.inventory.addItem(skill code).

View spoiler

Example: player.inventory.addItem(Items.AssaultSkillbook). Increases the level of rifle proficiency.

Weapons

Adds various types of weapons to the inventory. Using cheat codes to acquire legendary and epic items may result in weaker gear appearing in the backpack depending on the current level of the character. Quest items subsequently cannot be removed from the hero's bag.

player.inventory.addItem(weapon code, number)

View spoiler

Example: player.inventory.addItem(Items.Preset_Burya_Pimp,1). Adds one RT-46 «Burya» electromagnetic revolver to the inventory.

Frequently Asked Questions

Can't enter text in the console?

The console is just an overlay, so in windowed mode, you simply need to switch back to the game.

A strange window mentioning PDB appears

This window is used for debugging when there are issues with a plugin, so it can be ignored.

How to change the console opening key?

This cannot be done as the developer mode is hardcoded into Cyberpunk 2077's code.

The console won't launch, although the mod was installed successfully according to the instructions

Install the MSVC 2019 (Microsoft Visual C++ 2015-2019, Redistributable (x64) — 14.28.29325) from the Microsoft website. If this does not solve the problem, wait for the next update of the modification.

After minimizing the game window, I can't enter any data into the console?

Open the game and press the console opening key several times.

Comments 0
Leave a comment