Witcher 3 Complete Quest Console Command Top ((top)) May 2026
The Witcher 3: Complete Quest Console Command
- Backup saves: Always copy your save files before attempting console edits so you can restore if something goes wrong.
- Identify quest ID and stage: Use list/query commands to confirm the exact quest and stage numbers before changing them.
- Change incrementally: Move a quest forward one stage at a time and test in‑game to watch for cascading issues.
- Use community resources: Forums, wikis, and mod pages often document common quest IDs, stage numbers, and known fixes (but verify for your game version/DLC/mod set).
- Revert if unstable: If a quest or NPC behaves oddly after edits, restore the backup and try a different approach (teleporting, giving items, or adjusting related quests).
- Prefer official patches/mod fixes: If a quest is broken because of a known bug, try official patches or well‑maintained mods that target that bug rather than manual edits.
addfact(fact_id)
: This is the most common method. You must replace fact_id with the specific internal name for a quest's completion state (e.g., q101_done ).
Feedback Output
- Enabling the console via
general.ini.
- Identifying the exact quest ID (use
listquests or the table above).
- Using
addfact(qXXX_completed) for safe completion.
- Using
addfact(qXXX_stage_##) for precise jumping.
- Always saving before executing.