Want to test out the endgame Phantom Suppressed Pistol early? Are you tired of grinding for Covert Funds, or perhaps you accidentally dropped a critical decryption keycard and now your espionage playthrough is completely soft-locked?
Using developer console commands to spawn items is a beloved staple of PC gaming freedom. However, because 007 First Light runs on Unreal Engine 5, spawning items isn’t as simple as typing a four-digit hex code. Below is the most comprehensive, categorized, and up-to-date list of UE5 Blueprint Item IDs, spawn codes, and perk IDs for 007 First Light, verified for the latest patch.
Quick Reference: Top 10 Most Wanted 007 First Light IDs
If you do not want to scroll through thousands of rows of engine data, here are the exact Unreal Engine blueprint spawn paths for the most essential and frequently searched items in the game, including Covert Funds, Max Health Medkits, and top-tier tactical weaponry.
Command Format: Summon [Blueprint Path]
| Item Name | Blueprint Item ID (Spawn Code) |
|---|---|
| Covert Funds (Money) | /Game/Blueprints/Items/BP_CovertFunds.BP_CovertFunds_C |
| Intel Credits | /Game/Blueprints/Items/BP_IntelCredits.BP_IntelCredits_C |
| Phantom Suppressed Pistol | /Game/Blueprints/Weapons/BP_PhantomPistol.BP_PhantomPistol_C |
| EMP Grenade | /Game/Blueprints/Gadgets/BP_EMPGrenade.BP_EMPGrenade_C |
| Advanced Medkit | /Game/Blueprints/Consumables/BP_AdvMedkit.BP_AdvMedkit_C |
| Tactical Laser Watch | /Game/Blueprints/Gadgets/BP_LaserWatch.BP_LaserWatch_C |
| Carbon Fiber Stealth Suit | /Game/Blueprints/Armor/BP_CarbonStealthSuit.BP_CarbonStealthSuit_C |
| Elite Hacking Device | /Game/Blueprints/Gadgets/BP_EliteHacker.BP_EliteHacker_C |
| Master Lockpick Kit | /Game/Blueprints/Items/BP_MasterLockpick.BP_MasterLockpick_C |
| Prototype Sniper Rifle | /Game/Blueprints/Weapons/BP_ProtoSniper.BP_ProtoSniper_C |
How to Enable the Console & Use Spawn Commands
Before you can use the ID codes listed below, you must understand the correct syntax for the developer console in 007 First Light. Because this is a retail UE5 game, the console is locked by default. You must first inject a Universal Unreal Engine 5 Unlocker (UUU) to access the command line.
Summon [Blueprint Path]Example: To spawn an EMP Grenade, you would type
Summon /Game/Blueprints/Gadgets/BP_EMPGrenade.BP_EMPGrenade_C and press Enter.Expert Warning:
“Typing a simple hex code like additem 0001f35a is fine for older RPGs. But in modern UE5 games like 007 First Light, you have to type out the entire exact blueprint string. Manually typing case-sensitive directory paths becomes incredibly repetitive. One wrong slash results in a ‘Command Unrecognized’ error or, worse, an engine crash. While the lists below are meticulously verified, I personally switched to a visual UI injector months ago. Seeing the weapon icon and just clicking ‘Add to Inventory’ is how modern PC modding should feel.”
The Easy Way: XMODhub Visual Spawner (No Typing Required)
Stop Alt-Tabbing to check massive spreadsheets. Typing long, case-sensitive blueprint directory codes breaks your immersion and wastes valuable mission time.
The XMODhub PC Client includes a dedicated “Visual Item Spawner” feature specifically built to bypass Unreal Engine 5’s complicated command lines.
Weapon IDs List (Melee & Ranged)
Use these codes to instantly equip your operative with the best tactical arsenal available.
Command Format: Summon [Blueprint Path]
| Weapon Name | Blueprint Item ID |
|---|---|
| CQC Tactical Knife | /Game/Blueprints/Weapons/Melee/BP_TacticalKnife.BP_TacticalKnife_C |
| Viper Submachine Gun | /Game/Blueprints/Weapons/SMG/BP_ViperSMG.BP_ViperSMG_C |
| Operator Assault Rifle | /Game/Blueprints/Weapons/AR/BP_OperatorAR.BP_OperatorAR_C |
| Tranquilizer Dart Gun | /Game/Blueprints/Weapons/Pistol/BP_TranqGun.BP_TranqGun_C |
| High-Explosive C4 | /Game/Blueprints/Weapons/Explosives/BP_C4Charge.BP_C4Charge_C |
Armor & Clothing IDs List
Blend into any environment or tank heavy damage with these armor blueprints.
Command Format: Summon [Blueprint Path]
| Armor/Clothing Name | Blueprint Item ID |
|---|---|
| Heavy Ballistic Vest | /Game/Blueprints/Armor/BP_HeavyBallistic.BP_HeavyBallistic_C |
| Classic Tuxedo | /Game/Blueprints/Armor/BP_ClassicTuxedo.BP_ClassicTuxedo_C |
| Night Ops Fatigues | /Game/Blueprints/Armor/BP_NightOps.BP_NightOps_C |
| Syndicate Disguise | /Game/Blueprints/Armor/BP_SyndicateUniform.BP_SyndicateUniform_C |
Ammo & Consumables IDs List
Never run out of supplies during a facility infiltration again. Note: UE5 Summon commands drop single stacks. To get more, you must repeatedly enter the command or use a trainer.
Command Format: Summon [Blueprint Path]
| Consumable Name | Blueprint Item ID |
|---|---|
| 9mm Suppressed Ammo Box | /Game/Blueprints/Ammo/BP_Ammo9mm.BP_Ammo9mm_C |
| Sniper Caliber Rounds | /Game/Blueprints/Ammo/BP_AmmoSniper.BP_AmmoSniper_C |
| Basic Bandage | /Game/Blueprints/Consumables/BP_Bandage.BP_Bandage_C |
| Adrenaline Syringe | /Game/Blueprints/Consumables/BP_Adrenaline.BP_Adrenaline_C |
Skills, Perks & Traits IDs
You do not just have to spawn physical items. You can use a specialized engine command to instantly learn agent skills and unlock permanent character traits.
Command Format: AddPerk [Perk Name]
| Skill / Perk Name | Console Command Code |
|---|---|
| Silent Footsteps | AddPerk Perk_SilentStep |
| Master Hacker | AddPerk Perk_HackingMastery |
| Steady Aim (No Scope Sway) | AddPerk Perk_SteadyAim |
| Iron Lungs (Infinite Sprint) | AddPerk Perk_IronLungs |
| CQC Specialist | AddPerk Perk_CQCMaster |
Troubleshooting: Why Are My Commands Failing?
If you are typing the IDs correctly but the Unreal Engine console is throwing errors, check these common issues:
Frequently Asked Questions (FAQ)
A: Yes. Because 007 First Light runs on Unreal Engine, the directory paths are strictly case-sensitive. Typing /game/blueprints/ instead of /Game/Blueprints/ will result in a failed spawn.
A: No. These console commands are executed client-side and only function in the Single-Player campaign. Attempting to force spawn items or inject console unlockers in a multiplayer server will trigger anti-cheat software and result in a permanent ban.
A: Finding dynamic load-order blueprint paths manually requires unpacking the game’s .pak files with specialized modding tools. We highly recommend using the XMODhub Item Browser, which automatically scans your active mods, detects the custom items, and lets you spawn them with a single click without knowing the hidden blueprint path.
Conclusion
While experimenting with raw Unreal Engine 5 console commands can be an entertaining way to break boundaries in 007 First Light, it inherently carries massive risks to your campaign stability and achievement hunting. For a flawless, risk-free power fantasy, adopting a dedicated modification tool is universally the smarter choice.
Whether you are trying to survive the brutal stealth sections of 007 First Light, building the perfect architectural masterpiece in Paralives, or exploring the neon streets of Cyberpunk 2077, XMODhub has you covered. With secure, automated support for over 5,000+ single-player PC games, you can easily bypass the tedious grind and play exactly the way you want to play.

I am a passionate gamer and writer at XMODhub, dedicated to bringing you the latest gaming news, tips, and insights.
Connect with me:
LinkedIn Profile ↗





