Introduction

Questie stores all configuration choices in saved variable files that persist between game sessions. Understanding how these files work gives players direct control over settings management, profile switching, backup creation, and recovery from configuration errors.

For players managing multiple characters, switching server types, or recovering from a corrupted settings file, knowing where Questie’s saved data lives and how to interact with it is a practical and time-saving skill.

Quick Facts about Questie Addon Profiles 

What Questie's Saved Variable System Contains

What Questie’s Saved Variable System Contains

Every setting configured through the Questie panel is written to the Questie.lua saved variables file. This includes icon scale values, level filter ranges, toggle states for each icon type, minimap settings, and any per-character overrides applied within the session.

Understanding what this file contains and how it is structured clarifies why certain actions such as reinstalling the addon or switching game versions affect settings in predictable ways.

How WoW Classic Manages Addon Saved Variables

WoW Classic’s addon system handles saved variables through a standardized framework that all addons use. When the game loads, it reads each addon’s saved variable file and populates the addon’s data tables with the stored values.

When the game closes or a UI reload is performed, it writes the current state of those data tables back to the saved variable files on disk. This write on exit behavior has one important implication for manual file management.

Any changes made to saved variable files while WoW Classic is running will be overwritten when the game closes. Files must only be replaced, edited, or deleted while the game client is fully closed to ensure changes persist correctly.

The Difference Between Account Level and Character Level Settings

WoW Classic’s saved variable system supports two storage scopes: account wide and per character. Questie Addons Profiles declare which scope they use in their .toc file, and Questie uses both depending on the specific setting type.

Account wide settings in Questie include general display toggles, icon scale values, level filter ranges, and most configuration panel options. These apply identically across all characters logged in under the same Battle.net account on that installation.

Per character settings, where supported, override account wide values for a specific character. This allows a level 25 character to use different level filter settings than a level 58 character on the same account without each affecting the other.

The distinction matters when troubleshooting. If settings appear differently across two characters, a per character override is active on one of them rather than the account wide value applying universally.

What the WTF Folder Structure Looks Like

The WTF folder is Questie Wow Classic dedicated storage location for all player specific data including addon saved variables, interface settings, keybinds, and chat configurations. Navigating its structure correctly is necessary for any direct file management of Questie settings.

Familiarity with this folder structure also prevents accidental deletion of unrelated data when targeting only Questie files.

Navigating to the Correct SavedVariables Location

The WTF folder sits within the WoW Classic game directory. Its location follows the same root path as the AddOns folder but branches into a separate subdirectory structure organized by account and character.

The full path to Questie’s saved variables file follows this structure:

Windows: C:\Program Files (x86)\World of Warcraft\_classic_\WTF\Account\[ACCOUNT NAME]\SavedVariables\Questie.lua

Mac: /Applications/World of Warcraft/_classic_/WTF/Account/[ACCOUNT NAME]/SavedVariables/Questie.lua

The account name folder uses the Battle.net account identifier rather than the character name. If multiple Battle.net accounts are used on the same machine, each has its own named folder within the Account directory.

Understanding the Full WTF Folder Hierarchy

The WTF folder contains several layers of organization that are important to distinguish when managing files:

Questie’s primary settings file sits at the account level SavedVariables path. A secondary Questie saved variables file may exist within individual character folders if per character settings have been applied.

When backing up or transferring Questie settings, the account level Questie.lua file contains the bulk of configuration data and is the primary file to target.

How to Back Up and Restore Questie Settings

Creating a backup of a working Questie configuration takes under one minute and provides complete recovery from settings corruption, accidental resets, or post update configuration loss.

Establishing a backup habit before making significant configuration changes or updating Questie to a new version prevents the need to manually reconfigure all settings from scratch after an unexpected reset.

Creating a Settings Backup

The backup process requires only file copying and does not involve any in game steps beyond ensuring the game is fully closed before beginning.

Follow these steps to create a reliable Questie settings backup:

Creating backups before each Questie version update is particularly valuable because version updates occasionally change the saved variable data structure, which can cause the game to partially or fully reset settings when the new version initializes for the first time.

Restoring Settings from a Backup

Restoring a backup follows the reverse of the creation process. The restoration must also be performed with the game fully closed to prevent the client from overwriting the restored file on exit.

Restoration steps:

If settings do not restore correctly, the backup file may have been created from a different Questie version than the one currently installed. Saved variable data structures can differ between major Questie versions, causing the game to partially ignore or overwrite values from an incompatible file format.

How to Transfer Questie Settings to a New Computer

Moving WoW Classic to a new machine does not require reconfiguring Questie from scratch. The saved variable files transfer all settings directly, provided they are copied to the correct location on the new installation.

This process also applies when reinstalling WoW Classic on the same machine after a full system reset or drive replacement.

Transferring the WTF Folder to a New Installation

The most comprehensive transfer method copies the entire WTF folder rather than individual files. This preserves Questie settings alongside all other addon configurations, keybinds, chat settings, and UI positions simultaneously.

Steps for a full WTF folder transfer:

Common Problems and Solutions for Settings Transfers:

Transferring Settings Without Copying the Full WTF Folder

Players who want to transfer only Questie settings without affecting other addon configurations on the destination machine can copy only the Questie specific files rather than the full WTF structure.

Transfer ScopeFiles to CopyWhat It Transfers
Full settings transferEntire WTF folderAll addons, keybinds, UI positions, chat settings
Questie only transferQuestie.lua from SavedVariablesAll Questie settings and configuration
Per character transferQuestie.lua from character SavedVariablesCharacter specific Questie overrides only
Partial transferQuestie.lua from account and character foldersBoth account and character level Questie data

For a Questie only transfer, copy the Questie.lua file from the source machine’s account level SavedVariables folder and place it in the identical path on the destination machine. Ensure the game is closed on both machines during this process.

Managing Settings Across Multiple Characters and Server Types

Players running characters across multiple Classic server types face an additional layer of settings management complexity. Classic Era, Season of Discovery, and Wrath Classic each maintain entirely separate game directories with independent WTF folder structures.

Settings configured on a Season of Discovery character are stored in that version’s WTF folder and do not automatically apply to Classic Era characters, which use a different directory entirely.

Maintaining Consistent Settings Across Server Types

Achieving consistent Questie settings across multiple server type installations requires either manual file copying between directories or accepting that each environment maintains its own independent configuration.

For players who want identical settings across all Classic versions:

Settings files from one Questie version may not transfer cleanly to a different version even between server types. If the Questie builds installed across different server type directories differ significantly in version number, configure each environment independently to avoid data structure conflicts.

Frequently Asked Questions

Does deleting Questie.lua affect my characters or quest completion history?

No. Quest completion data is stored server side on Blizzard’s servers and is completely independent of any local addon file. Deleting Questie.lua only resets addon display settings and configuration preferences.

Can I manually edit the Questie.lua saved variables file to change settings?

Yes. The file is plain text Lua and can be opened in any text editor. However, manual editing requires understanding the file’s data structure and carries a risk of introducing syntax errors that prevent the file from loading. Incorrect Lua syntax causes the game to discard the entire file and reset to defaults. Only edit this file if comfortable with basic text file structure.

Why does Questie reset my settings after a major version update?

Major Questie version updates occasionally change the internal data structure of saved variables. When the new version initializes with an old format file, it may not recognize existing values and rebuilds the file from defaults. Keeping the old file as a backup and manually reconfiguring after major updates is the most reliable approach.

Is there a way to export and share Questie settings with another player?

Yes. Copying the Questie.lua saved variables file and sharing it directly allows another player to import identical settings by placing the file in their own SavedVariables folder. Both players must be running the same or compatible Questie versions for the transfer to apply cleanly.

What happens if two characters on the same account use different Questie configurations?

Account wide settings apply to all characters by default. If per-character overrides are supported in the installed Questie version, those overrides take precedence for the specific character they are applied to. Characters without per character overrides fall back to the account wide values stored in the primary Questie.lua file.

How do I find my WTF folder if WoW Classic is installed in a non default location?

Open the Battle.net launcher, click the gear icon next to the WoW Classic play button, and select Show in Explorer on Windows or Reveal in Finder on Mac. This opens the root WoW Classic directory directly. The WTF folder is located at the top level of that directory alongside the Interface folder.

Can I have separate Questie settings for each of my alts?

Per character settings override account wide values where Questie supports this functionality. Access per character settings through the Questie config panel while logged in on the specific character. Changes made in this context apply only to that character if the per character settings scope is active in the installed version.

What should I do if my Questie.lua file becomes corrupted and produces errors on login?

Exit WoW Classic fully. Navigate to the SavedVariables folder and delete or rename the Questie.lua file. Relaunch WoW Classic and Questie will create a new default settings file automatically on the next login. If a backup file was previously created, restore it using the steps outlined in this guide rather than rebuilding from defaults manually.

Leave a Reply

Your email address will not be published. Required fields are marked *