Quick Answer: Want to inspect the endgame puzzle artifacts early?
Want to inspect the endgame puzzle artifacts early? Are you tired of grinding your brain against Henry Stauf’s twisted riddles, or perhaps you accidentally encountered a physics glitch with a critical puzzle piece and now your playthrough is soft-locked? Using developer console commands to spawn items is a beloved staple of PC gaming freedom. Because the game utilizes Unreal Engine, spawning objects requires specific blueprint paths rather than simple numbers. Below is the most comprehensive, categorized, and up-to-date list of Item IDs, spawn codes, and progression flags for The 7th Guest Remake, verified for the latest PC patch.
Quick Reference: Top 10 Most Wanted The 7th Guest Remake IDs
If you don’t want to scroll through thousands of rows of engine data, here are the exact Unreal Engine spawn codes for the most essential and frequently searched items in the game (including Hint Coins, the Spirit Lantern, and notorious puzzle bypass items). Command Syntax: Summon [Blueprint Path]
| Item Name | Item ID (Unreal Engine Blueprint Path) | Description |
|---|---|---|
| Hint Coin | /Game/Blueprints/Items/Collectibles/BP_HintCoin.BP_HintCoin_C | Currency used to unlock puzzle hints on the grandfather clock. |
| Spirit Lantern | /Game/Blueprints/Items/Tools/BP_SpiritLantern.BP_SpiritLantern_C | Reveals hidden volumetric ghost echoes and secrets. |
| Microscope Slide | /Game/Blueprints/Puzzles/Microscope/BP_MicroscopeSlide.BP_MicroscopeSlide_C | Critical piece for the infamous laboratory puzzle. |
| Ouija Planchette | /Game/Blueprints/Puzzles/Ouija/BP_Planchette.BP_Planchette_C | Used to communicate with spirits in the seance room. |
| Spider Puzzle Tile | /Game/Blueprints/Puzzles/SpiderDoor/BP_SpiderTile.BP_SpiderTile_C | Required to unlock the spider-themed doorway. |
| Bishop Chess Piece | /Game/Blueprints/Puzzles/Chess/BP_BishopPiece.BP_BishopPiece_C | Vital for solving the dining room chess logic puzzle. |
| Stauf’s Golden Token | /Game/Blueprints/Items/Story/BP_StaufToken.BP_StaufToken_C | A rare collectible hidden in the mansion. |
| Music Box Cylinder | /Game/Blueprints/Puzzles/MusicBox/BP_Cylinder.BP_Cylinder_C | Required to repair the nursery music box. |
| Telescope Lens | /Game/Blueprints/Puzzles/Attic/BP_TelescopeLens.BP_TelescopeLens_C | Used to align the constellations in the attic. |
| Basement Key | /Game/Blueprints/Items/Keys/BP_BasementKey.BP_BasementKey_C | Unlocks the darkest depths of the mansion. |
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 The 7th Guest Remake. Because it is a retail Unreal Engine release, the native console is locked by default.
Summon /Game/Blueprints/Items/Collectibles/BP_HintCoin.BP_HintCoin_C and press Enter.Editor’s Note
“Typing Summon /Game/Blueprints/… is fine if you only need to do it once to grab a missing Hint Coin. But if you are trying to rapidly test puzzle solutions, manually typing case-sensitive hex codes and blueprint strings becomes incredibly repetitive. One wrong character results in a ‘NullReferenceException’ and a hard game crash. While the lists below are meticulously verified against the game’s file structure, I personally switched to a visual UI injector months ago. Seeing the item icon and just clicking ‘Add to Inventory’ is how modern PC modding should feel.”
The Easy Way: XMODhub Visual Spawner (No Typing Required)
Stop taking off your VR headset or Alt-Tabbing on your monitor to check massive spreadsheets of database strings. Trying to force loose code lines into a Unity process breaks your immersion and wastes time when you should be unraveling the mystery.
The XMODhub PC Client includes a dedicated “Visual Item Spawner” feature specifically built for The 7th Guest Remake.
Key Puzzle Items IDs List
Use these codes to instantly drop missing puzzle pieces directly into your hands. Command Format: Summon [Blueprint Path]
| Puzzle Item Name | Blueprint ID Path |
|---|---|
| Dollhouse Miniature Chair | /Game/Blueprints/Puzzles/Dollhouse/BP_MiniChair.BP_MiniChair_C |
| Kitchen Can Label | /Game/Blueprints/Puzzles/Pantry/BP_CanLabel.BP_CanLabel_C |
| Grandfather Clock Gear | /Game/Blueprints/Puzzles/Foyer/BP_ClockGear.BP_ClockGear_C |
| Pentagram Candle | /Game/Blueprints/Chapel/BP_RitualCandle.BP_RitualCandle_C |
Tools & Artifacts IDs List
Command Format: Summon [Blueprint Path]
| Tool / Artifact Name | Blueprint ID Path |
|---|---|
| Spirit Board Planchette | /Game/Blueprints/Puzzles/Ouija/BP_Planchette.BP_Planchette_C |
| Magic Lantern | /Game/Blueprints/Items/Tools/BP_SpiritLantern.BP_SpiritLantern_C |
| Magnifying Glass | /Game/Blueprints/Items/Tools/BP_MagnifyingGlass.BP_MagnifyingGlass_C |
Hint Coins & Consumables IDs List
Never run out of hints when staring down the notorious Microscope or Cake puzzles. Command Format: Summon [Blueprint Path]
| Consumable Name | Blueprint ID Path |
|---|---|
| Hint Coin (Single) | /Game/Blueprints/Items/Collectibles/BP_HintCoin.BP_HintCoin_C |
| Stauf’s Token | /Game/Blueprints/Items/Story/BP_StaufToken.BP_StaufToken_C |
Hidden Mechanics & Progression IDs
You don’t just have to spawn physical items. You can use the console to instantly skip puzzles or trigger specific room states. Command Format: CE [Event Name]
| Progression Event | Event Command |
|---|---|
| Solve Current Puzzle | CE Event_ForceSolveActivePuzzle |
| Unlock All Mansion Doors | CE Event_UnlockAllRooms |
| Reveal All Ghost Echoes | CE Event_ShowAllVolumetricActors |
Troubleshooting: Why Are My Commands Failing?
If you are typing the IDs correctly but the game is throwing errors, check these common Unreal Engine issues:
Frequently Asked Questions (FAQ)
A: Yes. Native console commands in Unreal Engine for blueprint paths are strictly case-sensitive. Typing bp_hintcoin_c will cause an engine error; it must be BP_HintCoin_C.
A: Typing on a virtual keyboard while wearing a VR headset is extremely tedious and prone to errors. We highly recommend using a desktop overlay or an external tool like XMODhub to trigger the commands without taking off your headset.
A: Finding dynamic load-order IDs manually by dumping the engine memory is extremely difficult. We highly recommend using the XMODhub Item Browser, which automatically scans the game’s pak files, detects the items, and lets you spawn them with a single click.
Conclusion
Having access to the complete The 7th Guest Remake Item IDs list is the fastest way to experiment with different puzzle mechanics, view alternate volumetric scenes, or simply recover from a frustrating physics bug where a puzzle piece fell out of bounds. Bookmark this page so you can quickly reference the codes whenever you need a Hint Coin resupply.
However, if you want a significantly smoother, crash-free experience where you don’t need to memorize strings of code, the XMODhub Visual Spawner is the superior modern choice. Browse items visually, deploy lag repair for buttery-smooth FMV playback, and decode riddles globally with one-click multi-language translation.
XMODhub is your ultimate all-in-one toolkit for PC single-player gaming. Whether you need powerful Trainers, real-time Translation Tools, or Interactive Maps, our engine supports over 5,000+ games—including The 7th Guest Remake and similar hits like Spark in the Dark and Resident Evil Requiem.

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 ↗





