This tells the game engine that the required "fact" or condition has been met, pushing the quest forward to the next step. 2. Force Fail a Quest Phase

Navigate to your game installation folder: Steam\steamapps\common\The Witcher 3 Wild Hunt\bin\config\base . Open the file using Notepad or Notepad++. Add a new line at the bottom and paste: DBGConsoleOn=true .

This guide will walk you through everything you need to know about using the console to complete quests. You will learn how to enable the console, how to use commands like addfact and removefact , where to find Quest IDs, and how to fix specific in-game bugs.

Search online for your specific quest name + "fact IDs" to find the correct identifier (e.g., q101 , sq201 ).

addabl('qXXX')

Completing a quest requires finding its unique internal and Phase . For example, to finish the "Blood Gold" treasure hunt, you would enter: addfact(lw_gr39_treasure_opened) . Commonly used Quest Fact IDs include:

The primary method to advance or complete a quest that is stuck is using the setquestfact command to trigger the necessary variables, or using a specific quest command. 1. The Best Method: setquestfact

For many, The Witcher 3: Wild Hunt is a masterpiece of storytelling. However, even masterpieces can have bugs, and sometimes a crucial quest-line glitches, preventing Geralt of Rivia from advancing. Whether you’re stuck on a broken quest, playing through for the tenth time and want to skip ahead, or just experimenting, the developer console is your best friend.

Open your in-game Quest Journal. The quest should now move to the "Completed" tab, and your next active quest should appear on your HUD. Troubleshooting & Advanced Tips The Command Didn't Do Anything

addfact('q[QuestID]_failed')

Maelis braced. Her silver sword sang against its sheath. “I came for the children.”

While The Witcher 3: Wild Hunt does not have a single "Complete Quest" button, you can use console commands to solve objectives, skip stages, or fix broken quests.