Witcher 3 Complete Quest Console Command Top ❲Browser Trending❳
This tells the game you never began the quest, auto-failing it. To force a specific failure state, find the _failed fact:
| Command | Function | |---------|----------| | listquests | Shows all active quests and their internal IDs | | printquestfacts(qxxx) | Shows every fact flag for a specific quest | | abortquest(qxxx) | Force-quits a quest without completing or failing (dangerous) | | witcher3questdebug | Toggles developer debugging text on-screen | | spawn('q403_ciri') | Spawns Ciri for cutscenes if she fails to load | If you find yourself repeatedly typing addfact(qxxx_completed) for dozens of quests, consider using a console script . Create a .txt file in your \The Witcher 3\bin\ folder named complete_all.txt . Inside, write:
| Quest Name (In-Game) | Internal Quest ID | Complete Quest Fact Command | |----------------------|------------------|-----------------------------| | Family Matters (The Baron) | q104 | addfact(q104_completed) | | The Last Wish (Yennefer) | q302 | addfact(q302_completed) | | A Towerful of Mice | q204 | addfact(q204_completed) | | Now or Never (Triss) | q209 | addfact(q209_completed) | | The Isle of Mists | q310 | addfact(q310_completed) | | Through Time and Space (Avallac’h) | q505 | addfact(q505_completed) | | Reason of State | q206 | addfact(q206_completed) | | Scavenger Hunt: Cat School Gear | q201_cat | addfact(q201_cat_completed) | witcher 3 complete quest console command top
Have a specific bugged quest? Type listquests in your console, find the ID, and apply the methods above. Good luck on the Path.
Enter the developer console. When you search for the results, you’re looking for the fastest, most reliable way to manipulate quest stages. This guide provides the top commands, how to use them safely, and the critical differences between "completing," "failing," and "debugging" a quest. Part 1: How to Enable the Console (The Prerequisite) Before any command works, you need to unlock the developer console. CD Projekt Red left it in the game engine but disabled it by default. This tells the game you never began the
To fail the quest "The Gangs of Novigrad" (ID: q302 ), you would type:
removefact(q302_started)
Forcing a quest completion mid-dialogue can leave characters in weird states (e.g., Geralt with his sword drawn permanently, Yennefer floating, Roach stuck underground).