Dead as Disco Item IDs List & Console Spawn Codes (Complete Guide 2026)

A cyberpunk illustrated guide cover for Dead as Disco, featuring a dancer, arachnid droid, item lists, and spawn codes with XMODhub branding.

Want to test out the endgame Platinum Disco Ball weapon early? Are you tired of grinding for rare Vinyl Records to unlock retro outfits, or perhaps a bug caused you to lose your favorite neon jacket and now your style rating is tanked?

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 Unreal Engine 5 Blueprint Item IDs, spawn codes, and perk IDs for Dead as Disco, verified for the latest 2026 patch.

⚡ Quick Reference: Top 10 Most Wanted Dead as Disco IDs

If you don’t want to scroll through thousands of rows of engine data, here are the exact spawn codes for the most essential and frequently searched items in the game (including Neon Tokens, Max Health drinks, and top-tier weapons).

Format de la commande : Summon [Blueprint Path]

Nom de l'article Item Description / Value Exact Item ID
Neon Tokens Standard currency for the cosmetic shop BP_Currency_NeonToken_C
Gold Vinyl Record Premium currency for legendary outfits BP_Currency_GoldVinyl_C
Platinum Disco Ball The highest-damage rhythmic weapon BP_Weapon_PlatinumDisco_C
Rhythm Baton Fast, high-combo starter weapon BP_Weapon_RhythmBaton_C
Neon Energy Drink Instantly restores Max Health BP_Consumable_EnergyDrink_C
Groove Injector Instantly maxes out your combo meter BP_Consumable_GrooveMax_C
Synthwave Jacket Top-tier cosmetic item (High Style Rating) BP_Outfit_SynthwaveJacket_C
Retro Roller Skates Increases dash distance and speed BP_Outfit_RollerSkates_C
VIP Club Pass Key item to bypass bouncer bosses BP_QuestItem_VIPPass_C
Cassette Tape Basic crafting material for upgrades BP_Material_Cassette_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 Dead as Disco.

  • Open the Console: Officially, Dead as Disco is built on Unreal Engine 5, and the developers have permanently locked the native console in the retail build. To input these commands manually, you must first inject a third-party Universal Unreal Unlocker (UUU) into the game client. Once injected, press the Tilde key (~) during gameplay.
  • The Command Syntax: Unreal Engine 5 uses a specific summoning logic. You must command the engine to physically spawn the 3D actor into the world.
  • 💬Format & Example: Summon [Blueprint Path] — To drop a health drink at your feet, you would type Summon BP_Consumable_EnergyDrink_C and press Enter.

⚠️ Expert Warning:

“Typing Summon BP_Consumable_EnergyDrink_C is fine if you only need a quick heal during a boss fight. But if you are trying to unlock a massive wardrobe of retro outfits, manually typing case-sensitive UE5 blueprint paths becomes incredibly dangerous. Forcing an item to spawn physically in the world can cause clipping errors, and if the physics engine panics, it results in an immediate crash to the desktop. While the lists below are meticulously verified, I personally switched to a visual UI injector months ago. Seeing the outfit icon and just clicking ‘Add to Wardrobe’ safely bypasses the physics engine entirely.”

— Catherine Hu, Veteran Rhythm Gamer at XMODhub

🚀 The Easy Way: XMODhub Visual Spawner (No Typing Required)

Stop Alt-Tabbing to check massive spreadsheets. Typing long, case-sensitive Blueprint paths breaks your rhythmic immersion and wastes time.

Le XMODhub PC Client includes a dedicated “Visual Item Spawner” feature specifically built for Dead as Disco to bypass the unstable UE5 Summon commands.XMOD APP

  • Icon-Based UI: See exactly what the weapon, glowing jacket, or vinyl record looks like before you inject it into your inventory.
  • Instant Search: Just type “Jacket” or “Neon” in the overlay search bar and click the one you want.
  • Batch Spawning: Get 999x of every single crafting material and token with one button press.
  • Auto-Updated Lists: When the developers add new DLC outfits, XMODhub updates its database automatically via the cloud. You never have to hunt for new ID codes again.

🗡️ Weapon IDs List (Melee & Rhythmic)

Use these codes to instantly equip yourself with the best rhythm-brawler arsenal. Note: Spawning these will drop the physical weapon on the ground.

Format de la commande : Summon [Blueprint Path]

Weapon Name Blueprint ID Path
Brass Knuckles BP_Weapon_BrassKnuckles_C
Neon Katana BP_Weapon_NeonKatana_C
Bass Drop Hammer BP_Weapon_BassHammer_C
Vinyl Chakram BP_Weapon_VinylChakram_C
Laser Whip BP_Weapon_LaserW Whip_C

🧥 Armor & Clothing IDs List

Update your style rating instantly.

Format de la commande : Summon [Blueprint Path]

Clothing / Outfit Name Blueprint ID Path
Classic Disco Suit (White) BP_Outfit_ClassicSuit_C
Cyber-Punk Visor BP_Outfit_CyberVisor_C
Leopard Print Shirt BP_Outfit_LeopardShirt_C
Platform Boots BP_Outfit_PlatformBoots_C
Glowstick Necklace BP_Outfit_GlowNecklace_C

🥤 Ammo & Consumables IDs List

Never lose your groove during a boss fight again. Do not spawn hundreds of these rapidly using the UUU console, or the physics collision will crash your game.

Format de la commande : Summon [Blueprint Path]

Consumable Name Blueprint ID Path
Small Health Pack BP_Consumable_HealthSmall_C
Combo Saver Potion BP_Consumable_ComboSaver_C
Stamina Pill BP_Consumable_StaminaPill_C
Score Multiplier Token BP_Consumable_ScoreBoost_C
Flashbang Grenade BP_Weapon_Flashbang_C

🏅 Skills, Perks & Traits IDs

Unreal Engine 5 handles player perks via complex internal functions, not simple item drops. There is no native console command to instantly learn a rhythm skill in Dead as Disco.

If you want to instantly max out your Parry Window, Dodge Distance, or Base Damage multipliers, you must use a dedicated memory trainer like XMODhub, which maps these complex logic gates to simple toggle buttons.

⚠️ Troubleshooting: Why Are My Commands Failing?

If you are typing the IDs correctly but the game is throwing errors, check these common issues:

  • “Command not found”: The developers permanently locked the console in the retail patch. You must use an external injector like Universal Unreal Unlocker to re-enable it.
  • Physics Engine Crash (Fatal Error): When you use the Summon command, the game drops a physical 3D object at your coordinates. If you are standing too close to a wall or NPC, the item will clip into the environment. The UE5 physics engine cannot resolve the collision, resulting in an instant crash to the desktop.
  • “Item ID invalid”: Unreal Engine Blueprint paths are brutally exact. If you miss the “_C” at the end of the path (which denotes it as a compiled class), the engine will not recognize the object.

💬 Frequently Asked Questions (FAQ)

Q: Are these Item IDs case-sensitive in Dead as Disco?

A: Yes, absolutely. Unreal Engine 5 asset directories are highly case-sensitive. Typing bp_currency_neontoken_c will result in an error. You must capitalize the exact path strings as shown in the tables above.

Q: Can I spawn items while playing in Multiplayer or Co-Op?

A: No. These console commands are executed client-side and only function in the Single-Player arcade modes. Attempting to force spawn items or inject unlockers into an online leaderboard mode will result in a permanent anti-cheat ban.

Q: How do I find the Item IDs for custom modded outfits?

A: Finding dynamic load-order Blueprint paths for community mods manually is extremely difficult. We highly recommend using the XMODhub Item Browser, which automatically scans your active mod load order, detects the custom items, and lets you inject them directly into your inventory with a single click.

🏆 Conclusion: The Ultimate Sandbox Experience

Having access to the complete Dead as Disco Blueprint IDs list is the fastest way to experiment with different weapon loadouts, test combo multipliers, or simply recover from a frustrating inventory bug. Bookmark this page so you can quickly reference the exact paths whenever you need an emergency resupply of Neon Tokens.

However, if you want a significantly smoother, crash-free experience where you do not need to memorize strings of code like BP_Weapon_PlatinumDisco_C or risk physics collisions destroying your save file, the XMODhub Visual Spawner is the superior modern choice. Browse items visually. Inject them instantly. Keep your achievements active.xmod games

XMODhub is your ultimate all-in-one toolkit for PC single-player gaming. Whether you need powerful Trainers, real-time visual spawners, or Interactive Maps, our engine supports over 5,000+ games—including Dead as Disco and similar action hits like Neon Abyss, Crypt of the NecroDancer et Resident Evil Requiem.

Download XMODhub for Free Now

  • Catherine Hu

    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

    Articles connexes

    Best Dead as Disco Mods Tool: Safe Downloads & No-Crash Guide

    ⚡ Quick Answer: What is the best and safest Dead as Disco mods tool? To modify your rhythm-brawler gameplay safely without corrupting your 50-hour save file, you need to use the right Dead…

    The 15 Best Dead as Disco Mods in 2026: Essential Enhancements & Tweaks

    ⚡ Quick Answer: What are the best Dead as Disco mods right now? Based on community downloads, Unreal Engine 5 stability, and our own 2026 testing, the top 5 must-have Dead as Disco…

    Laisser un commentaire

    Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

    Couleur primaire

    Couleur secondaire

    Mode de présentation

    Boutons et icônes de partage social powered by Ultimatelysocial