This simple console commands (cheats) will help you if you wish to add more money / crafting materials!
How to Enable Console
- Downlowd the Cyber Engine Tweaks (NexusMods)
- Use the following console commands.
Console Commands (Cheats)
Money
Add €$ (10 000, change to whatever you like):
Game.AddToInventory("Items.money",10000)
Crafting Materials
Add crafting materials (replace 1000 for the amount you want).
Game.AddToInventory("Items.LegendaryMaterial1",1000)
Game.AddToInventory("Items.EpicMaterial1",1000)
Game.AddToInventory("Items.RareMaterial1",1000)
Game.AddToInventory("Items.UncommonMaterial1",1000)
Game.AddToInventory("Items.CommonMaterial1",1000)
Game.AddToInventory("Items.QuickHackLegendaryMaterial1",1000)
Game.AddToInventory("Items.QuickHackEpicMaterial1",1000)
Game.AddToInventory("Items.QuickHackRareMaterial1",1000)
Game.AddToInventory("Items.QuickHackUncommonMaterial1",1000)
Chimera Core
Chimera Core needed to craft powerful removeable weapon mods.
Game.AddToInventory("Items.Q302_Chimera_Core",1)
Be the first to comment