Want to test out the endgame Hellfire Revolver early? Are you tired of grinding for Bounty Coins, or perhaps a massive horde wiped your team and you lost all your rare extraction materials?
Using developer console commands to spawn items is a beloved staple of PC gaming freedom. Below is the most comprehensive, categorized, and up-to-date list of internal Item IDs, spawn codes, and spell IDs for Far Far West, verified for the latest Unreal Engine 5 patch. Because native spawn commands are locked in this co-op shooter, we will also show you exactly how to inject these items directly into your inventory using secure tools.
Quick Reference: Top 10 Most Wanted Far Far West IDs
If you don’t want to scroll through thousands of rows of engine data, here are the exact UE5 Blueprint paths for the most essential and frequently searched items in the game (including Bounty Coins, Health Tonics, and top-tier weapons).
Format de la commande : summon [BlueprintPath]
| Nom de l'article | Catégorie | Internal Engine ID (Blueprint) |
|---|---|---|
| Bounty Coins | Currency | BP_Currency_BountyCoin_C |
| Spectral Iron | Material | BP_Material_SpectralIron_C |
| Hellfire Revolver | Weapon | BP_Weap_Revolver_Hellfire_C |
| Winchester Repeater | Weapon | BP_Weap_Rifle_Repeater_C |
| Health Tonic (Large) | Consumable | BP_Consumable_HealthTonic_L_C |
| Lightning Chain Spell | Magic | BP_SpellCore_LightningChain_C |
| Heavy Lead Bullets | Ammo | BP_Ammo_HeavyLead_C |
| Dynamite Stick | Consumable | BP_Item_Dynamite_C |
| Ghost Steed Bridle | Mount Gear | BP_Mount_GhostSteed_C |
| Resurrection Charm | Consumable | BP_Item_ResurrectCharm_C |
How to Enable the Console & Use Spawn Commands
Before you attempt to use the ID codes listed above, it is crucial to understand the engine architecture of Far Far West.
The Hard Truth: If you are pressing the Tilde (~) key and wondering why nothing happens, it is because Evil Raptor has completely locked the Unreal Engine 5 developer console in the retail build. There are no native text-based spawn commands available out of the box. To spawn these Item IDs, you must first inject the Universal Unreal Engine 5 Unlocker (UUU) client to force the console open.
- ▸Open the Console: Once UUU is injected, press the Tilde key (~).
- ▸The Command Syntax: The standard UE5 format requires the
summonaction followed by the precise Blueprint path. - ▸Format:
summon [Item ID] - ▸Exemple : To spawn a bundle of dynamite, you would type
summon BP_Item_Dynamite_Cand press Enter.
The Easy Way: XMODhub Visual Spawner (No Typing Required)
Stop Alt-Tabbing to check massive spreadsheets. Trying to manually inject long, case-sensitive ID codes breaks your immersion during intense shootouts.
The XMODhub PC Client includes a dedicated “Visual Item Spawner” feature specifically built for Far Far West.
- ✓Icon-Based UI: See exactly what the revolver, spell core, or material looks like before you add it to your holster.
- ✓Instant Search: Just type “Hellfire” in the overlay search bar and click the one you want.
- ✓Batch Spawning: Grant yourself 99,999 Bounty Coins or 500 Heavy Bullets with one button press.
- ✓Auto-Updated Lists: When the developers add new weapons or DLC spells, XMODhub updates its database automatically via the cloud. You never have to hunt for new ID codes again.

🚀 Get the XMODhub Visual Spawner for Free
Weapon IDs List (Revolvers & Rifles)
Use these internal codes with your injector of choice to instantly equip yourself with the best firepower in the Spooky West.
(Command Format: summon [Weapon ID])
| Weapon Name | Internal Item ID |
|---|---|
| Rusty Six-Shooter | BP_Weap_Revolver_Base_C |
| Hellfire Revolver | BP_Weap_Revolver_Hellfire_C |
| Coach Gun (Double Barrel) | BP_Weap_Shotgun_Coach_C |
| Winchester Repeater | BP_Weap_Rifle_Repeater_C |
| Phantom Sniper Rifle | BP_Weap_Sniper_Phantom_C |
Spells & Magic Core IDs List
You don’t just use guns in Far Far West. You can inject these spell cores directly into your character’s loadout.
(Command Format: summon [Spell ID])
| Spell Name | Internal Item ID |
|---|---|
| Fireball Toss | BP_SpellCore_Fireball_C |
| Lightning Chain | BP_SpellCore_LightningChain_C |
| Spectral Shield | BP_SpellCore_SpectralShield_C |
| Healing Aura | BP_SpellCore_HealAura_C |
Ammo & Consumables IDs List
Never run out of supplies during a boss extraction again. We recommend using a tool to spawn these in batches, as typing the summon command only drops one instance on the ground.
(Command Format: summon [Item ID])
| Nom de l'article | Internal Item ID |
|---|---|
| Light Revolver Bullets | BP_Ammo_Light_C |
| Heavy Rifle Bullets | BP_Ammo_HeavyLead_C |
| Shotgun Shells | BP_Ammo_Shells_C |
| Dynamite Stick | BP_Item_Dynamite_C |
| Health Tonic (Small) | BP_Consumable_HealthTonic_S_C |
Currencies & Crafting Materials IDs
Skip the tedious extraction grind by spawning the exact materials you need at the Blacksmith.
(Command Format: summon [Item ID])
| Material Name | Internal Item ID |
|---|---|
| Bounty Coins | BP_Currency_BountyCoin_C |
| Spectral Iron | BP_Material_SpectralIron_C |
| Wendigo Bone | BP_Material_WendigoBone_C |
| Ethereal Dust | BP_Material_EtherDust_C |
Troubleshooting: Why Are My Commands Failing?
If you are using a third-party injector like UUU and the game is throwing errors, check these common issues:
- ▸No Native Console: Remember, simply typing these codes into your keyboard will do nothing natively. You must have an active injection framework running to open the UE5 console.
- ▸“Item ID invalid”: Check if you forgot the
_Cat the end of the Blueprint path. UE5 requires the exact class name. - ▸Game Crashes in Co-Op: Spawning physical items (like
BP_Weap_Revolver_Hellfire_C) via the console while connected to other players as a client can cause severe desync and crash the host’s game. Use XMODhub for safe memory injection, or only spawn items when playing solo.
Frequently Asked Questions (FAQ)
Q: Are these Item IDs case-sensitive in Far Far West?
A: Yes. Because you are injecting directly into the Unreal Engine 5 backend code, the Blueprint strings are strictly case-sensitive. BP_Item_Dynamite_C will work, but bp_item_dynamite_c will crash your script.
Q: Can I spawn items while playing in Multiplayer or Co-Op?
A: Far Far West supports PvE co-op. Any native UE5 summon commands executed by the host will spawn items into the world that other players can pick up. However, attempting to force spawn items as a client using raw commands is highly unstable. We recommend using a dedicated memory tool like XMODhub for private lobbies.
Q: How do I find the Item IDs for custom modded weapons?
A: Finding dynamic load-order IDs for .pak mods manually is extremely difficult. We highly recommend using the XMODhub Item Browser, which automatically scans your active mods, detects the custom items, and lets you add them to your inventory with a single click without knowing the exact string.
Conclusion: The Ultimate Sandbox Experience
Having access to the complete Far Far West Item IDs list is the fastest way to experiment with different spell synergies, test endgame revolver damages, or simply recover from a frustrating wipe during a horde wave. Bookmark this page so you can quickly reference the internal codes whenever you are writing your injection scripts.
However, if you want a significantly smoother, crash-free experience where you don’t need to memorize strings of code like BP_Weap_Revolver_Hellfire_C, the XMODhub Visual Spawner is the superior modern choice. Browse weapons visually. Spawn them instantly. Keep your Steam achievements active.
🚀 Get XMODhub Visual Spawner Now
XMODhub is your ultimate all-in-one toolkit for PC single-player and co-op gaming. Whether you need powerful plug-ins, visual item spawners, or real-time stats tweaks, our engine supports over 5,000+ games—including Far Far West and other hits like Cyberpunk 2077, Fallout 4, et Champ d'étoiles.

Je suis un joueur passionné et j'écris sur XMODhub, qui se consacre à vous apporter les dernières nouvelles, astuces et idées en matière de jeux.
Connectez-vous avec moi :
Profil LinkedIn





